Skip to content

Tags: seborama/govcr

Tags

v15.2.0

Toggle v15.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/crypto from 0.22.0 to 0.31.0 (#115)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.31.0.
- [Commits](golang/crypto@v0.22.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v15.1.0

Toggle v15.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for some more errors (syscall errors and DNS specif…

…ically) (#114)

* feat: add support for some more errors

* linter compliance

---------

Co-authored-by: seborama <seborama@users.noreply.github.com>

v15.0.0

Toggle v15.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update go deps (#112)

v14.0.0

Toggle v14.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: added support for multiple cassette storage backends (AWS S3) (#…

…108)

* added s3file > WriteFile

* localstack + add tests

* localstack + add tests

* add tests for s3file ReadFile

* update CI to spin up localstack container

* add tests for S3Storage NotExists

* Added Recipe: VCR with a custom RequestMatcher to README

* added example5 for AWS storage

* bump to v14

* doc: spread the word about AWS S3 storage support

v13.2.0

Toggle v13.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
introduce FileIO abstraction instead of hardcoded os.* function calls (

…#107)

v13.1.0

Toggle v13.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add mutators.None predicate (#105)

v13.0.0

Toggle v13.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change RequestMatchers to work like Mutators (#104)

BREAKING CHANGE: Change RequestMatchers to work like Mutators

v12.3.0

Toggle v12.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolve several TODO's (#103)

Remove RequestMatcher TODO
Resolve cassette.Decrypt TODO
Resolve Response TODO: Close, Uncompressed
Resolve nonceGen validation TODO

v12.2.0

Toggle v12.2.0's commit message
feat: SetCipher (#99)

v12.1.0

Toggle v12.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: invalid hydration of Response.Request.Body (#101)