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 github.com/mediocregopher/radix/v4 from 4.0.0 to 4.1.0 #781

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2022

Bumps github.com/mediocregopher/radix/v4 from 4.0.0 to 4.1.0.

Changelog

Sourced from github.com/mediocregopher/radix/v4's changelog.

v4.1.0

New

  • Added TreatErrorsAsValues field to resp.Opts. (#309)

Fixes and Improvements

  • Fixed PubSubMessage unmarshaling not correctly handling non-pubsub messages. (#306)
Commits
  • 12393da v4.1.0 CHANGELOG
  • ba96ab1 allow pubsub conn reuse after unknown message
  • ad32b1f Rename TreatErrorsAsValues to DisableErrorBubbling
  • b96c66d Assume *resp.Opts is non nil
  • 90d7fb3 Remove outdated comment about saneDefault handling
  • b2893cb Don't treat errors in aggregates as Go errors
  • c84f209 Revert "don't use net.ErrClosed yet, we're not off 1.15 yet"
  • f269443 update to use 1.17 in tests
  • 8eea295 update README link again, since pkg.go.dev is weird
  • See full diff in compare view

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 [github.com/mediocregopher/radix/v4](https://github.com/mediocregopher/radix) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/mediocregopher/radix/releases)
- [Changelog](https://github.com/mediocregopher/radix/blob/v4.1.0/CHANGELOG.md)
- [Commits](mediocregopher/radix@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: github.com/mediocregopher/radix/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 19, 2022 11:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 19, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #781 (1a65aeb) into main (8759ea0) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #781      +/-   ##
==========================================
+ Coverage   47.54%   47.56%   +0.01%     
==========================================
  Files          62       62              
  Lines        5460     5460              
==========================================
+ Hits         2596     2597       +1     
+ Misses       2560     2558       -2     
- Partials      304      305       +1     
Impacted Files Coverage Δ
pkg/types/alpine/v0.0.1/entry.go 55.00% <0.00%> (-1.25%) ⬇️
pkg/types/rekord/v0.0.1/entry.go 48.50% <0.00%> (+0.66%) ⬆️
pkg/types/tuf/v0.0.1/entry.go 42.04% <0.00%> (+0.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8759ea0...1a65aeb. Read the comment docs.

@dlorenc dlorenc merged commit 19f2a41 into main Apr 19, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/mediocregopher/radix/v4-4.1.0 branch April 19, 2022 11:28
@github-actions github-actions bot added this to the v1.0.0 milestone Apr 19, 2022
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants