All Versions
18
Latest Version
Avg Release Cycle
89 days
Latest Release
895 days ago
Changelog History
Page 1
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)
- 4.1.0
-
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, 2019v3.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)
- ๐ This release is a breaking change as it changes how
-
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, 2019v2.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
- ๐ Fix build problems on requests tests (thanks to @dunossauro)
- ๐ Fix matching on 'body' failing when Unicode symbols are present in them (thanks @valgur)
- ๐ Fix bugs on aiohttp integration (thanks @graingert, @steinnes, @stj, @lamenezes, @lmazuel)
- ๐ Fix Biopython incompatibility (thanks @rishab121)
- ๐ Fix Boto3 integration (thanks @1oglop1, @arthurHamon2)
-
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)