shadowspore / t38c

Tile38 Client package
MIT License
83 stars 33 forks source link

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

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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)