Skip to content

Releases: seborama/govcr

v17.0.0

19 Apr 19:41
71dcb92
Compare
Choose a tag to compare

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

30 Mar 17:16
9d6688b
Compare
Choose a tag to compare

Update to go 1.23 and dust up the code.

v15.3.0

29 Mar 11:53
7b4880b
Compare
Choose a tag to compare

Clarified the comment on Response.Request.

v15.2.0

24 Dec 16:48
1d2c213
Compare
Choose a tag to compare

Security fix with crypto.

v15.1.0

29 Nov 20:35
2a2e1ff
Compare
Choose a tag to compare

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

10 Apr 20:06
ecffe9c
Compare
Choose a tag to compare

Updates:

  • go 1.20
  • go mod deps
  • linting
  • CI

v14.0.0

29 Jul 22:45
2861b4c
Compare
Choose a tag to compare

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

v13.2.0

25 Jul 22:28
a938be1
Compare
Choose a tag to compare

No external changes.

What's Changed

  • security: update go deps - security by @seborama in #106
  • chore: introduce FileIO abstraction instead of hardcoded os.* function calls by @seborama in #107

Full Changelog: v13.1.0...v13.2.0

v13.1.0

29 Aug 18:31
41c6f3a
Compare
Choose a tag to compare

feat: add mutators.None predicate

v13.0.0

28 Aug 22:59
3d1c95c
Compare
Choose a tag to compare

BREAKING CHANGE: Change RequestMatchers to work like Mutators

This will allow for the use of Predicates in the future, as with Mutators