Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4.3.1 Support urllib3 v1 and v2. NOTE: there is an issue running urllib3 v2 on Python older than 3.10, so this is currently blocked in the requirements. Hopefully we can resolve this situation in the future. Thanks to @shifqu, hartwork, jairhenrique, pquentin, and vEpiphyte for your work on this. 4.3.0 Add support for Python 3.11 (Thanks @evgeni) Drop support for botocore <1.11.0 and requests <2.16.2 (thanks @hartwork) Bugfix: decode_compressed_response raises exception on empty responses. Thanks @CharString Don't save requests from decorated tests if decorated test fails (thanks @dan-passaro) Fix not calling all the exit stack when record_on_exception is False (thanks @Terseus) Various CI, documentation, testing, and formatting improvements (Thanks @jairhenrique, @dan-passaro, @hartwork, and Terseus) 4.2.1 Fix a bug where the first request in a redirect chain was not being recorded with aiohttp Various typos and small fixes, thanks @jairhenrique, @timgates42 4.2.0 Various aiohtt bigfixes (thanks @pauloromeira and boechat107) Bugfix: filter_post_data_parameters not working with aiohttp. Thank you @vprakashplanview, @scop, @jairhenrique, and @cinemascop89 Bugfix: Some random misspellings (thanks @scop) Migrate the CI suite to Github Actions from Travis (thanks @jairhenrique and @cclauss) Various documentation and code misspelling fixes (thanks @scop and @Justintime50) Bugfix: httpx support (select between allow_redirects/follow_redirects) (thanks @immerrr) Bugfix: httpx support (select between allow_redirects/follow_redirects) (thanks @immerrr)
- Loading branch information