[PR #702] [CLOSED] Bump github.com/redis/go-redis/v9 from 9.0.3 to 9.0.5 #1839

Closed
opened 2026-03-07 22:13:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/702
Author: @dependabot[bot]
Created: 7/30/2023
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/redis/go-redis/v9-9.0.5


📝 Commits (1)

  • 89ab309 Bump github.com/redis/go-redis/v9 from 9.0.3 to 9.0.5

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/redis/go-redis/v9 from 9.0.3 to 9.0.5.

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.0.5

Changes

  • chore: release v9.0.5 (release.sh) (#2614)
  • chore: update otel example to the latest versions (#2606)
  • fix the reading of the "entries-read" field in XInfoStreamFull (#2595)
  • chore(deps): Update otel/metric to stable API (#2607)
  • feat: add field protocol to setupClusterQueryParams (#2600)
  • feat: add protocol option (#2598)

🚀 New Features

  • feat: Add ACL LOG (#2536)

Contributors

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

@​SoulPancake, @​ash2k, @​ljun20160606, @​monkey92t and @​vmihailenco

9.0.4

Changes

  • chore: release v9.0.4 (release.sh) (#2572)
  • chore(deps): Updating otel/metric and fixing breaking changes (#2569)
  • docs: update doc of redis option (#2567)
  • chore: fix typo in the result.go (#2558)
  • feat: add client info command (#2483)
  • Add ZRANK, ZREVRANK WITHSCORE (#2531)
  • Maintenance : Deprecate FCallRo & add FCallRO (#2550)
  • Add support for CLUSTER MYSHARDID command (#2530)
  • feat: no longer verify HELLO error messages (#2515)
  • test: redis-version to 7.2-rc1 (#2532)
  • doc: pass ctx in BLpop example for infinite wait time (#2540)
  • actions: build on go1.20.x (#2541)
  • fix: reader float parser (#2513)

🚀 New Features

  • Add support for MODULE LOADEX command (#2490)
  • feat: read the structure to increase the judgment of the omitempty op… (#2529)

Contributors

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

@​SoulPancake, @​ViBiOh, @​iliyanm, @​ktsivkov, @​monkey92t, @​mstmdev, @​pranitbauva1997, @​rfyiamcool and @​vmihailenco

Changelog

Sourced from github.com/redis/go-redis/v9's changelog.

9.0.5 (2023-05-29)

Features

9.0.4 (2023-05-01)

Bug Fixes

Features

  • add client info command (#2483) (b8c7317)
  • no longer verify HELLO error messages (#2515) (7b4f217)
  • read the structure to increase the judgment of the omitempty op… (#2529) (37c057b)
Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/702 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/30/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/redis/go-redis/v9-9.0.5` --- ### 📝 Commits (1) - [`89ab309`](https://github.com/hibiken/asynq/commit/89ab309995a12e909546ce012046abfee3d67433) Bump github.com/redis/go-redis/v9 from 9.0.3 to 9.0.5 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.0.3 to 9.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/releases">github.com/redis/go-redis/v9's releases</a>.</em></p> <blockquote> <h2>9.0.5</h2> <h1>Changes</h1> <ul> <li>chore: release v9.0.5 (release.sh) (<a href="https://redirect.github.com/redis/go-redis/issues/2614">#2614</a>)</li> <li>chore: update otel example to the latest versions (<a href="https://redirect.github.com/redis/go-redis/issues/2606">#2606</a>)</li> <li>fix the reading of the &quot;entries-read&quot; field in XInfoStreamFull (<a href="https://redirect.github.com/redis/go-redis/issues/2595">#2595</a>)</li> <li>chore(deps): Update otel/metric to stable API (<a href="https://redirect.github.com/redis/go-redis/issues/2607">#2607</a>)</li> <li>feat: add field protocol to setupClusterQueryParams (<a href="https://redirect.github.com/redis/go-redis/issues/2600">#2600</a>)</li> <li>feat: add protocol option (<a href="https://redirect.github.com/redis/go-redis/issues/2598">#2598</a>)</li> </ul> <h2>🚀 New Features</h2> <ul> <li>feat: Add ACL LOG (<a href="https://redirect.github.com/redis/go-redis/issues/2536">#2536</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <p><a href="https://github.com/SoulPancake"><code>@​SoulPancake</code></a>, <a href="https://github.com/ash2k"><code>@​ash2k</code></a>, <a href="https://github.com/ljun20160606"><code>@​ljun20160606</code></a>, <a href="https://github.com/monkey92t"><code>@​monkey92t</code></a> and <a href="https://github.com/vmihailenco"><code>@​vmihailenco</code></a></p> <h2>9.0.4</h2> <h1>Changes</h1> <ul> <li>chore: release v9.0.4 (release.sh) (<a href="https://redirect.github.com/redis/go-redis/issues/2572">#2572</a>)</li> <li>chore(deps): Updating otel/metric and fixing breaking changes (<a href="https://redirect.github.com/redis/go-redis/issues/2569">#2569</a>)</li> <li>docs: update doc of redis option (<a href="https://redirect.github.com/redis/go-redis/issues/2567">#2567</a>)</li> <li>chore: fix typo in the result.go (<a href="https://redirect.github.com/redis/go-redis/issues/2558">#2558</a>)</li> <li>feat: add client info command (<a href="https://redirect.github.com/redis/go-redis/issues/2483">#2483</a>)</li> <li>Add ZRANK, ZREVRANK WITHSCORE (<a href="https://redirect.github.com/redis/go-redis/issues/2531">#2531</a>)</li> <li>Maintenance : Deprecate FCallRo &amp; add FCallRO (<a href="https://redirect.github.com/redis/go-redis/issues/2550">#2550</a>)</li> <li>Add support for CLUSTER MYSHARDID command (<a href="https://redirect.github.com/redis/go-redis/issues/2530">#2530</a>)</li> <li>feat: no longer verify HELLO error messages (<a href="https://redirect.github.com/redis/go-redis/issues/2515">#2515</a>)</li> <li>test: redis-version to 7.2-rc1 (<a href="https://redirect.github.com/redis/go-redis/issues/2532">#2532</a>)</li> <li>doc: pass ctx in BLpop example for infinite wait time (<a href="https://redirect.github.com/redis/go-redis/issues/2540">#2540</a>)</li> <li>actions: build on go1.20.x (<a href="https://redirect.github.com/redis/go-redis/issues/2541">#2541</a>)</li> <li>fix: reader float parser (<a href="https://redirect.github.com/redis/go-redis/issues/2513">#2513</a>)</li> </ul> <h2>🚀 New Features</h2> <ul> <li>Add support for MODULE LOADEX command (<a href="https://redirect.github.com/redis/go-redis/issues/2490">#2490</a>)</li> <li>feat: read the structure to increase the judgment of the omitempty op… (<a href="https://redirect.github.com/redis/go-redis/issues/2529">#2529</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <p><a href="https://github.com/SoulPancake"><code>@​SoulPancake</code></a>, <a href="https://github.com/ViBiOh"><code>@​ViBiOh</code></a>, <a href="https://github.com/iliyanm"><code>@​iliyanm</code></a>, <a href="https://github.com/ktsivkov"><code>@​ktsivkov</code></a>, <a href="https://github.com/monkey92t"><code>@​monkey92t</code></a>, <a href="https://github.com/mstmdev"><code>@​mstmdev</code></a>, <a href="https://github.com/pranitbauva1997"><code>@​pranitbauva1997</code></a>, <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a> and <a href="https://github.com/vmihailenco"><code>@​vmihailenco</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/blob/master/CHANGELOG.md">github.com/redis/go-redis/v9's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/redis/go-redis/compare/v9.0.4...v9.0.5">9.0.5</a> (2023-05-29)</h2> <h3>Features</h3> <ul> <li>Add ACL LOG (<a href="https://redirect.github.com/redis/go-redis/issues/2536">#2536</a>) (<a href="https://github.com/redis/go-redis/commit/31ba855ddebc38fbcc69a75d9d4fb769417cf602">31ba855</a>)</li> <li>add field protocol to setupClusterQueryParams (<a href="https://redirect.github.com/redis/go-redis/issues/2600">#2600</a>) (<a href="https://github.com/redis/go-redis/commit/840c25cb6f320501886a82a5e75f47b491e46fbe">840c25c</a>)</li> <li>add protocol option (<a href="https://redirect.github.com/redis/go-redis/issues/2598">#2598</a>) (<a href="https://github.com/redis/go-redis/commit/391798880cfb915c4660f6c3ba63e0c1a459e2af">3917988</a>)</li> </ul> <h2><a href="https://github.com/redis/go-redis/compare/v9.0.3...v9.0.4">9.0.4</a> (2023-05-01)</h2> <h3>Bug Fixes</h3> <ul> <li>reader float parser (<a href="https://redirect.github.com/redis/go-redis/issues/2513">#2513</a>) (<a href="https://github.com/redis/go-redis/commit/46f245075e6e3a8bd8471f9ca67ea95fd675e241">46f2450</a>)</li> </ul> <h3>Features</h3> <ul> <li>add client info command (<a href="https://redirect.github.com/redis/go-redis/issues/2483">#2483</a>) (<a href="https://github.com/redis/go-redis/commit/b8c7317cc6af444603731f7017c602347c0ba61e">b8c7317</a>)</li> <li>no longer verify HELLO error messages (<a href="https://redirect.github.com/redis/go-redis/issues/2515">#2515</a>) (<a href="https://github.com/redis/go-redis/commit/7b4f2179cb5dba3d3c6b0c6f10db52b837c912c8">7b4f217</a>)</li> <li>read the structure to increase the judgment of the omitempty op… (<a href="https://redirect.github.com/redis/go-redis/issues/2529">#2529</a>) (<a href="https://github.com/redis/go-redis/commit/37c057b8e597c5e8a0e372337f6a8ad27f6030af">37c057b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/dc8c93ba66777b8f9866542b47cd102f591b5984"><code>dc8c93b</code></a> chore: release v9.0.5 (release.sh) (<a href="https://redirect.github.com/redis/go-redis/issues/2614">#2614</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/99f8464a5a6d3933c8263821f172e8c7caea11be"><code>99f8464</code></a> chore: update otel example to the latest versions (<a href="https://redirect.github.com/redis/go-redis/issues/2606">#2606</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/6f0af685cfb93fd0d70a8f1f3f8b8ceaac11516e"><code>6f0af68</code></a> fix the reading of the &quot;entries-read&quot; field in XInfoStreamFull (<a href="https://redirect.github.com/redis/go-redis/issues/2595">#2595</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/9a9423d3df9c4a1095eb432e6ddd852a30e71276"><code>9a9423d</code></a> chore(deps): Update otel/metric to stable API (<a href="https://redirect.github.com/redis/go-redis/issues/2607">#2607</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/840c25cb6f320501886a82a5e75f47b491e46fbe"><code>840c25c</code></a> feat: add field protocol to setupClusterQueryParams (<a href="https://redirect.github.com/redis/go-redis/issues/2600">#2600</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/391798880cfb915c4660f6c3ba63e0c1a459e2af"><code>3917988</code></a> feat: add protocol option (<a href="https://redirect.github.com/redis/go-redis/issues/2598">#2598</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/31ba855ddebc38fbcc69a75d9d4fb769417cf602"><code>31ba855</code></a> feat: Add ACL LOG (<a href="https://redirect.github.com/redis/go-redis/issues/2536">#2536</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/fcb3506e792f7b3d990999ce9d630c02c621511b"><code>fcb3506</code></a> chore: release v9.0.4 (release.sh) (<a href="https://redirect.github.com/redis/go-redis/issues/2572">#2572</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/e2fabdf1579206b6f5ad10ff48a5830922cb80ac"><code>e2fabdf</code></a> chore(deps): Updating otel/metric and fixing breaking changes (<a href="https://redirect.github.com/redis/go-redis/issues/2569">#2569</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/f1c2e3261e186462cb6e1a7713bfd3ff73c174b6"><code>f1c2e32</code></a> docs: update doc of redis option (<a href="https://redirect.github.com/redis/go-redis/issues/2567">#2567</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis/go-redis/compare/v9.0.3...v9.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/redis/go-redis/v9&package-manager=go_modules&previous-version=9.0.3&new-version=9.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:13:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1839
No description provided.