Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

chore(deps): bump github.com/mediocregopher/radix/v3 from 3.7.0 to 3.8.0 #41

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps github.com/mediocregopher/radix/v3 from 3.7.0 to 3.8.0.

Changelog

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

v3.8.0

New

  • Add PoolMaxLifetime option for Pool. (PR #294)

Fixes And Improvements

  • Switched to using errors package, rather than golang.org/x/xerrors. (PR #300)

  • Switch to using Github Actions from travis. (PR #300)

  • Fixed IPv6 addresses breaking Cluster. (Issue #288)

v3.7.1

  • Release the RLock in Sentinel's Do. (PR #272)
Commits
  • 3584bdd CHANGELOG v3.8.0
  • e715584 fix TestDialAuth being broken for newer redis versions
  • 5dfdc45 switch from xerrors to errors, use github actions instead of travis, linter f...
  • 168dfec v4 is stable! Update the README accordingly.
  • 45fbdfe fix an endless loop when pool get in fastpath
  • 69371f6 add close trace reason for connection was expired
  • feacdae add fast path without alloc timer in no empty wait in pool; use time.Since in...
  • b36b5bc add max life time in pool
  • 20a0a86 use net.JoinHostPort when constructing addrs from cluster topo
  • 0b40fbf CHANGELOG and remove build tag from README
  • Additional commits viewable 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/v3](https://github.com/mediocregopher/radix) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/mediocregopher/radix/releases)
- [Changelog](https://github.com/mediocregopher/radix/blob/v3/CHANGELOG.md)
- [Commits](mediocregopher/radix@v3.7.0...v3.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2021
@shadowspore shadowspore merged commit 6c0beda into master Jan 13, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/mediocregopher/radix/v3-3.8.0 branch January 13, 2022 21:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant