1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Fix header matcher for boto3 (fixes #474) (#488)

This commit is contained in:
Simone Orsi
2019-11-03 11:00:33 +01:00
committed by Josh Peak
parent d843d2a6c1
commit 8e78666b8a
3 changed files with 20 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ Changelog
- Fix exception when body is empty (@keithprickett)
- Add `pytest-recording` to the documentation as an alternative Pytest plugin (@Stranger6667)
- Fix yarl and python3.5 version issue (@neozenith)
- Fix header matcher for boto3 - fixes #474 (@simahawk)
- 2.1.0 - Add a `rewind` method to reset a cassette (thanks @khamidou)
New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith)
Handle connect tunnel URI (thanks @jeking3)