mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
aiohttp: fix multiple requests being replayed per request and add support for request_info on mocked responses (#495)
* Fix how redirects are handled so we can have requests with the same URL be used distinctly * Add support for request_info. Remove `past` kwarg. * Remove as e to make linter happy * Add unreleased 3.0.0 to changelog.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
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)
|
||||
- ....
|
||||
- 2.1.1
|
||||
|
||||
Reference in New Issue
Block a user