Releases: seborama/govcr
v12.0.0
Simplify usage of RequestMatcher with NewVCR.
BREAKING CHANGE: renamed NewBlankRequestMatcher to NewRequestMatcherCollection with a simpler signature
BREAKING CHANGE: removed RequestMatcherCollectionOptions
BREAKING CHANGE: removed WithRequestMatcherFunc (singular form)
BREAKING CHANGE: renamed DefaultRequestMatcher to RequestMatcherCollection
feat: added WithRequestMatcherFuncs as syntactic sugar for WithRequestMatcher(NewRequestMatcherCollection(...))
v11.0.0
v10.0.2
v10.0.1
v10.0.0
v9.0.0
BREAKING CHANGE(encryption): CassetteOption
's WithCassetteCrypto
and WithCassetteCryptoCustomNonce
now accept an additional argument (in first position) to select the Crypter
(currently aesgcm and chacha20poly1305 available).
See README and examples for full details.
v8.3.0
feat(encryption): Add chach20poly1305 encryption cipher.
docs: Recipe for Recording Track Mutator
docs: Encryption updates
refactor(encryption): Add ENV:V2 encryption marker with support for multiple ciphers (v1 was aesgcm exclusively)
refactor(encryption): Moved RSA to .study
subfolder
refactor(encryption): RandomNonceGenerator now expects a nonce size - for compatibility with different ciphers