Skip to content

build(deps): bump github.com/redis/rueidis from 1.0.76 to 1.0.77 in the go-dependencies group - #65

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/go-dependencies-f0869ecb24
Open

build(deps): bump github.com/redis/rueidis from 1.0.76 to 1.0.77 in the go-dependencies group#65
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/go-dependencies-f0869ecb24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 1 update: github.com/redis/rueidis.

Updates github.com/redis/rueidis from 1.0.76 to 1.0.77

Release notes

Sourced from github.com/redis/rueidis's releases.

1.0.77

Changes

  • feat: refresh dynamic auth credentials (#1008) (#1012)
  • feat: add opt-in TopologyRefreshInterval to reconcile sentinel topology periodically (#1016)
  • feat: add Close method to rueidislimiter
  • feat: add NewResult constructors for the RedisResult structs.
  • feat: add remaining commands to rueidiscompatmock
  • fix: back off between failed sentinel topology refreshes (#1017)
  • fix: do not close a sentinel connection still referenced by mConn/rConn (#1015)
  • fix: continue LRU eviction after removals (#1020)
  • fix: don't let Close hang when the command ring is full (#1013)
  • fix: give waiting callers the real error of the run they waited on (#1014)
  • fix: ParseURL write_timeout sets ConnWriteTimeout (#1011)
  • fix: rueidiscompat: fix HSetEXWithArgs panic when Condition is unset (#1009)
  • chore: update Go dependencies (#1018)

Contributors

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

@​FZambia, @​Luis729, @​cfilby, @​jtlang, @​lawmatsuyama, @​mturac, @​rueian, @​siriookie and @​sonnemusk

Commits
  • a97b666 fix: continue LRU eviction after removals (#1020)
  • 1a6f27a feat: bump v1.0.77
  • 02bf50f chore: update Go dependencies (#1018)
  • 91dfdfd feat(sentinel): add opt-in TopologyRefreshInterval to reconcile topology peri...
  • 03684a2 feat: add Close method to rueidislimiter (#149)
  • a963388 fix(sentinel): back off between failed topology refreshes (#1017)
  • 98f5bc3 fix(pipe): don't let Close hang when the command ring is full (#1013)
  • 25a788b fix(singleflight): give waiting callers the real error of the run they waited...
  • be61c31 fix(sentinel): do not close a connection still referenced by mConn/rConn (#1015)
  • fdf45cd fix: data race on authTimer between constructor and timer callback (#1012)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 1 update: [github.com/redis/rueidis](https://github.com/redis/rueidis).


Updates `github.com/redis/rueidis` from 1.0.76 to 1.0.77
- [Release notes](https://github.com/redis/rueidis/releases)
- [Commits](redis/rueidis@v1.0.76...v1.0.77)

---
updated-dependencies:
- dependency-name: github.com/redis/rueidis
  dependency-version: 1.0.77
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 17, 2026
@dependabot
dependabot Bot requested a review from ant-caor as a code owner August 17, 2026 18:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 17, 2026
Propagates the bumped version across modules that consume it via a local replace directive, so each module's go.mod/go.sum stays consistent under isolated (GOWORK=off) CI. Automated follow-up to the Dependabot bump.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

🤖 Tidied the sibling modules for this dependency bump and pushed the result, so the branch is now consistent. CI won't auto-re-run because the push used GITHUB_TOKEN. Close and reopen this PR to refresh CI, or set the AUTO_TIDY_TOKEN Dependabot secret (a fine-grained PAT with Contents: read/write) for fully hands-off runs.

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.

0 participants