1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

v3.0.0 RC (#498)

* v3.0.0 RC

* Add credit for documentation improvements for @yarikoptic
This commit is contained in:
Josh Peak
2019-12-14 19:49:50 +11:00
committed by GitHub
parent 531685d50b
commit 8245bd4f84
2 changed files with 16 additions and 7 deletions

View File

@@ -1,11 +1,20 @@
Changelog
---------
- 3.0.0 (UNRELEASED)
- Fix multiple requests being replayed per single request in aiohttp stub (@nickdirienzo)
- Add support for `request_info` on mocked responses in aiohttp stub (@nickdirienzo)
- ...
- 2.1.x (UNRELEASED)
- ....
For a full list of triaged issues, bugs and PRs and what release they are targetted for please see the following link.
`ROADMAP MILESTONES <https://github.com/kevin1024/vcrpy/milestones>`
All help in providing PRs to close out bug issues is appreciated. Even if that is providing a repo that fully replicates issues. We have very generous contributors that have added these to bug issues which meant another contributor picked up the bug and closed it out.
- 4.0.0 (UNRELEASED)
- Remove Python2 support
- Add Python 3.8 TravisCI support
- 3.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)
- 2.1.1
- Format code with black (@neozenith)
- Use latest pypy3 in Travis (@hugovk)