Releases: seborama/govcr
Releases · seborama/govcr
v8.1.3
v8.1.2
v8.1.1
v8.1.0
v8.0.0
v7.0.0
Track.Response.Request
now contains the current HTTP request for track replaying mutators- Added / consolidated
Predicate
'sNot
,Any
andAll
and are passed toOn()
method of mutator - Some updates to the README and Examples
- LiveOnly / Offline vcr modes are now combine in a single mode setting to remove ambiguity
- Added more fields to
Track.Request
- Some cleanup / updates / renames to mutator helper functions such as ResponseTransferHTTPHeaderKeys
v6.5.0
v6.4.0
v6.3.0
Ensure RequestMatcher cannot mutate the request or the response
Also:
- removed track.GetRequest - the property is exported
- removed track.GetResponse - the property is exported
- small corrections / clarifications to README
- nil safe Stats
- added Request.Clone()
- removed cloneHeader() - Go has its own!
- added mutator.Predicate type for convenience