Skip to content

Releases: seborama/govcr

v8.1.3

14 Aug 23:28
0064df7
Compare
Choose a tag to compare

Fix error in README for decrypt CLI

v8.1.2

14 Aug 23:25
3852fce
Compare
Choose a tag to compare

Update README doc for decrypt CLI

v8.1.1

14 Aug 23:18
223fb58
Compare
Choose a tag to compare

Renamed cmd to govcr

v8.1.0

14 Aug 23:06
fb893f6
Compare
Choose a tag to compare

Add cassette decryption CLI command

v8.0.0

14 Aug 18:20
f385934
Compare
Choose a tag to compare

Add support for cassette encryption.

Some code simplification.

Updated README

v7.0.0

08 Aug 19:16
a5c2dc1
Compare
Choose a tag to compare
  • Track.Response.Request now contains the current HTTP request for track replaying mutators
  • Added / consolidated Predicate's Not, Any and All and are passed to On() 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

07 Aug 15:09
4160004
Compare
Choose a tag to compare

Few bug fixes

v6.4.0

04 Aug 22:42
bd50c0c
Compare
Choose a tag to compare

Internal work only: ensure RequestMatcher cannot mutate the HTTP request of the track objects

v6.3.0

03 Aug 22:52
3fd9e36
Compare
Choose a tag to compare

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

v6.2.0

02 Aug 22:54
f0ad341
Compare
Choose a tag to compare

Added:

  • SetRecordingMutators
  • ClearRecordingMutators
  • SetReplayingMutators
  • ClearReplayingMutators

Internal, added:

  • test to validate live request / response is not affected by mutators.
  • ci with github workflow