Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gopkg.in/dnaeon/go-vcr.v3 from 3.1.0 to 3.1.1 #331

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2022

Bumps gopkg.in/dnaeon/go-vcr.v3 from 3.1.0 to 3.1.1.

Release notes

Sourced from gopkg.in/dnaeon/go-vcr.v3's releases.

v3.1.1

Cassettes with no recorded interactions will be saved on disk. Previous behaviour was to skip saving the cassette at all.

See #79

Changelog

Sourced from gopkg.in/dnaeon/go-vcr.v3's changelog.

  • 2022-09-27

Release =v3.1.1= has been tagged.

Cassettes with no recorded interactions will be saved on disk. Previous behaviour was to skip saving the cassette at all.

See [[https://github-redirect.dependabot.com/dnaeon/go-vcr/pull/79][PR #79]] for more details.

  • 2022-08-23

Release =v3.1.0= has been tagged.

NOTE: This version contains breaking API change.

Summary of changes since previous release.

  • The =recorder.FilterFunc= has been removed. It is now replaced by =recorder.HookFunc= type.
  • The =Recorder.AddFilter()= and =Recorder.AddPreSaveFilter()= methods have been removed. They are now replaced by the =Recorder.AddHook()= method.
  • Added different kinds of hooks supported by the recorder - =AfterCaptureHook=, =BeforeSaveHook= and =BeforeResponseReplayHook=.
  • 2022-08-20

Release =v3.0.1= has been tagged.

Minor updates, adding two new utility methods to the recorder, which can be used to inspect the state of the recorder and the cassette.

  • =IsRecording()=
  • =IsNewCassette()=

See issue #76

  • 2022-08-19

=go-vcr v3= has been released and tagged as =v3.0.0=.

NOTE: This release is not backwards-compatible with previous versions of the cassettes. If you are upgrading to =v3= you should re-create your test cassettes.

A summary of changes for this release:

  • API has been refactored and cleaned up
  • Custom recorder options are now specified as =recorder.Options=
  • The recorder modes which are now supported are =ModeRecordOnly=,

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gopkg.in/dnaeon/go-vcr.v3](https://github.com/dnaeon/go-vcr) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/dnaeon/go-vcr/releases)
- [Changelog](https://github.com/dnaeon/go-vcr/blob/v3/CHANGELOG.org)
- [Commits](dnaeon/go-vcr@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: gopkg.in/dnaeon/go-vcr.v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 27, 2022 22:33
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2022
@sergiught sergiught merged commit f1e9ecf into main Sep 28, 2022
@sergiught sergiught deleted the dependabot/go_modules/gopkg.in/dnaeon/go-vcr.v3-3.1.1 branch September 28, 2022 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant