Releases: seborama/govcr
v17.0.0
Bug fix from @callebjorkell.
When a new track is recorded to a cassette, tracks that have been replayed are saved back to the cassette with their Response.Request
mutated (because they were replayed). This was not intended. This release contains @callebjorkell's fix.
v16.0.0
v15.3.0
v15.2.0
v15.1.0
Add some more error types based (syscall errors and DNS specifically) on information outlined here: https://haisum.github.io/2021/08/14/2021-golang-http-errors/
This is probably less useful for recording, but quite handy for mutating responses when injecting errors for testing.
Thanks @dpittner
v15.0.0
v14.0.0
This release brings native support for multiple cassette storage back-end.
The filesystem storage remains the default storage and is pre-v14 compatible.
v14.0.0 also adds AWS S3 support for cassette storage.
Full Changelog: v13.2.0...v14.0.0