All Versions
18
Latest Version
Avg Release Cycle
89 days
Latest Release
1288 days ago

Changelog History
Page 1

  • v4.1.1 Changes

    October 09, 2020
    • ๐Ÿ›  Fix HTTPX support for versions greater than 0.15 (thanks @jairhenrique)
    • Include a trailing newline on json cassettes (thanks @AaronRobson)
  • v4.1.0 Changes

    July 31, 2020
    • 4.1.0
      • Add support for httpx!! (thanks @herdigiorgi)
      • Add the new allow_playback_repeats option (thanks @tysonholub)
      • Several aiohttp improvements (cookie support, multiple headers with same key) (Thanks @pauloromeira)
      • Use enums for record modes (thanks @aaronbannin)
      • Bugfix: Do not redirect on 304 in aiohttp (Thanks @royjs)
      • Bugfix: Fix test suite by switching to mockbin (thanks @jairhenrique)
  • v4.0.2 Changes

    December 20, 2019
    • ๐Ÿคก Correct mock imports. Fixes #504
    • โœ‚ Remove move dependency that was masking error from tox.ini
  • v4.0.1 Changes

    December 20, 2019

    ๐Ÿ›  Fix logo alignment for PyPI release

  • v4.0.0 Changes

    December 20, 2019
    • โœ‚ Remove Python2 support (@hugovk)
    • โž• Add Python 3.8 TravisCI support (@neozenith)
    • โšก๏ธ Updated the logo to a modern material design (@sean0x42)
  • v3.0.0 Changes

    December 14, 2019

    v3.0.0

    • ๐Ÿš€ This release is a breaking change as it changes how aiohttp follows redirects and your cassettes may need to be re-recorded with this update.
    • ๐Ÿ›  Fix multiple requests being replayed per single request in aiohttp stub #495 (@nickdirienzo)
    • โž• Add support for request_info on mocked responses in aiohttp stub #495 (@nickdirienzo)
    • ๐Ÿ›  doc: fixed variable name (a -> cass) in an example for rewind #492 (@yarikoptic)
  • v2.1.1 Changes

    November 03, 2019
    • 2.1.1
    • Format code with black (@neozenith)
    • โœ… Use latest pypy3 in Travis (@hugovk)
    • ๐Ÿ‘Œ Improve documentation about custom matchers (@gward)
    • ๐Ÿ›  Fix exception when body is empty (@keithprickett)
    • โž• Add pytest-recording to the documentation as an alternative Pytest plugin (@Stranger6667)
    • ๐Ÿ›  Fix yarl and python3.5 version issue (@neozenith)
    • ๐Ÿ›  Fix header matcher for boto3 - fixes #474 (@simahawk)
  • v2.1.0 Changes

    August 08, 2019

    v2.1.0

    โšก๏ธ Updates

    • โž• Add a rewind method to reset a cassette (thanks @khamidou)
    • ๐Ÿ†• New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith)
    • ๐Ÿ– Handle connect tunnel URI (thanks @jeking3)
    • โž• Add code coverage to the project (thanks @neozenith)
    • โฌ‡๏ธ Drop support to python 3.4
    • โž• Add deprecation warning on python 2.7, next major release will drop python 2.7 support

    ๐Ÿ›  Fixes

  • v2.0.1

    September 23, 2018
  • v2.0.0 Changes

    September 19, 2018
    • ๐Ÿ‘Œ Support python 3.7 (fix httplib2 and urllib2, thanks @felixonmars)
    • [#356] Fixes before_record_response so the original response isn't changed (thanks @kgraves)
    • ๐Ÿ›  Fix requests stub when using proxy (thanks @samuelfekete @daneoshiga)
    • ๐Ÿ‘ (only for aiohttp stub) Drop support to python 3.4 asyncio.coroutine (aiohttp doesn't support python it anymore)
    • ๐Ÿ›  Fix aiohttp stub to work with aiohttp client (thanks @stj)
    • ๐Ÿ›  Fix aiohttp stub to accept content type passed
    • ๐Ÿ‘Œ Improve docs (thanks @adamchainz)