Skip to content

fix(deps): update all non-major dependencies#29

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#29
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/redis/go-redis/v9 v9.17.1v9.17.3 age confidence require patch
github.com/redis/rueidis v1.0.68v1.0.71 age confidence require patch
github.com/sirupsen/logrus v1.9.3v1.9.4 age confidence require patch
golang 1.25.41.26.0 age confidence minor
golang.org/x/net v0.47.0v0.50.0 age confidence require minor

Release Notes

redis/go-redis (github.com/redis/go-redis/v9)

v9.17.3: 9.17.3

Compare Source

🐛 Bug Fixes

  • Connection Pool: Fixed zombie wantConn elements accumulation in wantConnQueue that could cause resource leaks in high concurrency scenarios with dial failures (#​3680) by @​cyningsun
  • Stream Commands: Fixed XADD and XTRIM commands to use exact threshold (=) when Approx is false, ensuring precise stream trimming behavior (#​3684) by @​ndyakov
  • Connection Pool: Added ConnMaxLifetimeJitter configuration to distribute connection expiration times and prevent the thundering herd problem when many connections expire simultaneously (#​3666) by @​cyningsun
  • Client Options: Added DialerRetries and DialerRetryTimeout fields to ClusterOptions, RingOptions, and FailoverOptions to allow configuring connection retry behavior for cluster, ring, and sentinel clients (#​3686) by @​naveenchander30

Contributors

We'd like to thank all the contributors who worked on this release!

@​cyningsun, @​naveenchander30, and @​ndyakov


Full Changelog: redis/go-redis@v9.17.2...v9.17.3

v9.17.2: 9.17.2

Compare Source

🐛 Bug Fixes

  • Connection Pool: Fixed critical race condition in turn management that could cause connection leaks when dial goroutines complete after request timeout (#​3626) by @​cyningsun
  • Context Timeout: Improved context timeout calculation to use minimum of remaining time and DialTimeout, preventing goroutines from waiting longer than necessary (#​3626) by @​cyningsun

🧰 Maintenance

  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0 (#​3627)

Contributors

We'd like to thank all the contributors who worked on this release!

@​cyningsun and @​ndyakov

redis/rueidis (github.com/redis/rueidis)

v1.0.71: 1.0.71

Compare Source

rueidisrdma

rueidisrdma provides the experimental support for the Valkey RDMA connection type.

The initial benchmark shows 2x improvement in throughput but this support is still experimental and under active development, see the README for more details. Contributions are very welcome.

Changes
  • docs: enhance README with availability zone awareness helpers (#​934)
  • feat: add availability zone awareness for the standalone client (#​930)
  • feat: add ability to get availability_zone from an INFO command (#​105)
  • feat: add availability zone awareness helpers (#​932)
  • feat: implement slot-based batching for the MGet helper (#​908)
  • fix: handle nil options in rueidiscompat TFunctionLoadArgs (#​936)
  • fix: eliminate data race in backgroundPing() (#​933)
  • fix: rueidiscompat NewAdapter sets maxp incorrectly (#​102)
Contributors

We'd like to thank all the contributors who worked on this release!

@​JaeguKim, @​SoulPancake, @​heynemann, @​majiayu000, @​nesty92, @​nickngsr and @​rueian

v1.0.70: 1.0.70

Compare Source

Changes
  • feat: upgrade to go 1.24 and update deps (#​931)
  • feat: lua script support retryable; rueidislock set all lua scripts retryable by default (#​926)
  • feat: set server.* valkeyotel span attrs in more cases
  • fix: align valkey.dial valkeyotel span with otel conventions
  • fix: refresh cluster topology when replica slots are missing
  • fix: ensure that rueidislock keys' expiration is always ahead of the current time by KeyValidity duration (#​924)
  • docs: fix some broken links (#​928)
Contributors

We'd like to thank all the contributors who worked on this release!

@​arisudesu, @​austindrenski, @​justinmayhew, @​rueian and @​wyxloading

v1.0.69: 1.0.69

Compare Source

Changes
  • feat: add OverrideCacheTTL for custom TTL per cache entry to rueidisaside (#​922)
  • feat: add ToRetryable to commands (#​920)
  • feat: add MaxMovedRedirections option to prevent infinite redirect loops in the cluster mode
  • feat: add atomic slot migration commands for Valkey 9.0
  • feat: add ContextWithLabeler for custom metrics labels to rueidisotel
  • docs: updated README to remove ambiguity about connecting to unix sockets
Contributors

We'd like to thank all the contributors who worked on this release!

@​nirchetrit, @​rueian, @​schadotr, @​strobil, @​vipoxin and @​wyxloading

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.4

Compare Source

Notable changes

  • go.mod: update minimum supported go version to v1.17 #​1460
  • go.mod: bump up dependencies #​1460
  • Touch-up godoc and add "doc" links.
  • README: fix links, grammar, and update examples.
  • Add GNU/Hurd support #​1364
  • Add WASI wasip1 support #​1388
  • Remove uses of deprecated ioutil package #​1472
  • CI: update actions and golangci-lint #​1459
  • CI: remove appveyor, add macOS #​1460

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

golang/go (golang)

v1.26.0

Compare Source

v1.25.7

Compare Source

v1.25.6

Compare Source

v1.25.5

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) February 1, 2026 02:16
@renovate
Copy link
Contributor Author

renovate bot commented Feb 1, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.24.9
golang.org/x/sys v0.38.0 -> v0.41.0
golang.org/x/text v0.31.0 -> v0.34.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c8a27f8 to b956a3a Compare February 9, 2026 21:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b956a3a to 5989b17 Compare February 10, 2026 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants