mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-11 18:06:10 +00:00
update changelog and bump version
This commit is contained in:
@@ -7,8 +7,13 @@ For a full list of triaged issues, bugs and PRs and what release they are target
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
- UNRELEASED
|
- 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.0.2
|
- 4.0.2
|
||||||
- Fix mock imports as reported in #504 by @llybin. Thank you.
|
- Fix mock imports as reported in #504 by @llybin. Thank you.
|
||||||
- 4.0.1
|
- 4.0.1
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from .config import VCR
|
|||||||
from logging import NullHandler
|
from logging import NullHandler
|
||||||
from .record_mode import RecordMode as mode # noqa import is not used in this file
|
from .record_mode import RecordMode as mode # noqa import is not used in this file
|
||||||
|
|
||||||
__version__ = "4.0.2"
|
__version__ = "4.1.0"
|
||||||
|
|
||||||
logging.getLogger(__name__).addHandler(NullHandler())
|
logging.getLogger(__name__).addHandler(NullHandler())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user