mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
v3.0.0 RC (#498)
* v3.0.0 RC * Add credit for documentation improvements for @yarikoptic
This commit is contained in:
@@ -1,11 +1,20 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
- 3.0.0 (UNRELEASED)
|
|
||||||
- Fix multiple requests being replayed per single request in aiohttp stub (@nickdirienzo)
|
For a full list of triaged issues, bugs and PRs and what release they are targetted for please see the following link.
|
||||||
- Add support for `request_info` on mocked responses in aiohttp stub (@nickdirienzo)
|
|
||||||
- ...
|
`ROADMAP MILESTONES <https://github.com/kevin1024/vcrpy/milestones>`
|
||||||
- 2.1.x (UNRELEASED)
|
|
||||||
- ....
|
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
|
- 2.1.1
|
||||||
- Format code with black (@neozenith)
|
- Format code with black (@neozenith)
|
||||||
- Use latest pypy3 in Travis (@hugovk)
|
- Use latest pypy3 in Travis (@hugovk)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -38,7 +38,7 @@ if sys.version_info[0] == 2:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="vcrpy",
|
name="vcrpy",
|
||||||
version="2.1.1",
|
version="3.0.0",
|
||||||
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
|
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author="Kevin McCarthy",
|
author="Kevin McCarthy",
|
||||||
|
|||||||
Reference in New Issue
Block a user