[PR #708] [MERGED] fix(deps): bump github.com/redis/go-redis/extra/redisotel/v9 from 9.8.0 to 9.11.0 in /api #712

Closed
opened 2026-03-03 16:39:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/708
Author: @dependabot[bot]
Created: 7/1/2025
Status: Merged
Merged: 7/1/2025
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/redis/go-redis/extra/redisotel/v9-9.11.0


📝 Commits (1)

  • 7f2a354 fix(deps): bump github.com/redis/go-redis/extra/redisotel/v9 in /api

📊 Changes

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

View changed files

📝 api/go.mod (+3 -3)
📝 api/go.sum (+6 -6)

📄 Description

Bumps github.com/redis/go-redis/extra/redisotel/v9 from 9.8.0 to 9.11.0.

Release notes

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

9.11.0

🚀 Highlights

Fixes TxPipeline to work correctly in cluster scenarios, allowing execution of commands only in the same slot for a given transaction.

Changes

🚀 New Features

  • Set cluster slot for scan commands, rather than random (#2623)
  • Add CredentialsProvider field to UniversalOptions (#2927)
  • feat(redisotel): add WithCallerEnabled option (#3415)

🐛 Bug Fixes

  • fix(txpipeline): keyless commands should take the slot of the keyed (#3411)
  • fix(loading): cache the loaded flag for slave nodes (#3410)
  • fix(txpipeline): should return error on multi/exec on multiple slots (#3408)
  • fix: check if the shard exists to avoid returning nil (#3396)

🧰 Maintenance

  • feat: optimize connection pool waitTurn (#3412)
  • chore(ci): update CI redis builds (#3407)
  • chore: remove a redundant method from Ring, Client and ClusterClient (#3401)
  • test: refactor TestBasicCredentials using table-driven tests (#3406)
  • perf: reduce unnecessary memory allocation operations (#3399)
  • fix: insert entry during iterating over a map (#3398)
  • DOC-5229 probabilistic data type examples (#3413)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 (#3414)

Contributors

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

@​andy-stark-redis, @​boekkooi-impossiblecloud, @​cxljs, @​dcherubini, @​iamamirsalehi, @​ndyakov, @​pete-woods, @​twz915

9.10.0

Experimental support for vector sets!

🚀 Highlights

go-redis now supports vector sets. This data type is marked as "in preview" in Redis and its support in go-redis is marked as experimental. You can find examples in the documentation and in the doctests folder.

Changes

🚀 New Features

... (truncated)

Commits
  • 0decfdc chore(release): v9.11.0 (#3416)
  • 4ac591c Set correct cluster slot for scan commands, similarly to Java's Jedis client ...
  • 0383d08 feat(client): Add CredentialsProvider field to UniversalOptions (#2927)
  • fa475cb feat(redisotel): add WithCallerEnabled option (#3415)
  • 05f42e2 fix(txpipeline): keyless commands should take the slot of the keyed (#3411)
  • 884f997 DOC-5229 probabilistic data type examples (#3413)
  • e642856 chore(deps): bump rojopolis/spellcheck-github-actions (#3414)
  • 7d97cc1 feat: optimize connection pool waitTurn (#3412)
  • f4358ac [CAE-1046] fix(loading): cache the loaded flag for slave nodes (#3410)
  • 4c635cc fix(txpipeline): should return error on multi/exec on multiple slots [CAE-102...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/NdoleStudio/httpsms/pull/708 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/redis/go-redis/extra/redisotel/v9-9.11.0` --- ### 📝 Commits (1) - [`7f2a354`](https://github.com/NdoleStudio/httpsms/commit/7f2a354a5a08c9b6e0e2896acf56b7760167a21a) fix(deps): bump github.com/redis/go-redis/extra/redisotel/v9 in /api ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+3 -3) 📝 `api/go.sum` (+6 -6) </details> ### 📄 Description Bumps [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis) from 9.8.0 to 9.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/releases">github.com/redis/go-redis/extra/redisotel/v9's releases</a>.</em></p> <blockquote> <h2>9.11.0</h2> <h2>🚀 Highlights</h2> <p>Fixes <code>TxPipeline</code> to work correctly in cluster scenarios, allowing execution of commands only in the same slot for a given transaction.</p> <h1>Changes</h1> <h2>🚀 New Features</h2> <ul> <li>Set cluster slot for <code>scan</code> commands, rather than random (<a href="https://redirect.github.com/redis/go-redis/pull/2623">#2623</a>)</li> <li>Add CredentialsProvider field to UniversalOptions (<a href="https://redirect.github.com/redis/go-redis/pull/2927">#2927</a>)</li> <li>feat(redisotel): add WithCallerEnabled option (<a href="https://redirect.github.com/redis/go-redis/pull/3415">#3415</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(txpipeline): keyless commands should take the slot of the keyed (<a href="https://redirect.github.com/redis/go-redis/pull/3411">#3411</a>)</li> <li>fix(loading): cache the loaded flag for slave nodes (<a href="https://redirect.github.com/redis/go-redis/pull/3410">#3410</a>)</li> <li>fix(txpipeline): should return error on multi/exec on multiple slots (<a href="https://redirect.github.com/redis/go-redis/pull/3408">#3408</a>)</li> <li>fix: check if the shard exists to avoid returning nil (<a href="https://redirect.github.com/redis/go-redis/pull/3396">#3396</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>feat: optimize connection pool waitTurn (<a href="https://redirect.github.com/redis/go-redis/pull/3412">#3412</a>)</li> <li>chore(ci): update CI redis builds (<a href="https://redirect.github.com/redis/go-redis/pull/3407">#3407</a>)</li> <li>chore: remove a redundant method from <code>Ring</code>, <code>Client</code> and <code>ClusterClient</code> (<a href="https://redirect.github.com/redis/go-redis/pull/3401">#3401</a>)</li> <li>test: refactor TestBasicCredentials using table-driven tests (<a href="https://redirect.github.com/redis/go-redis/pull/3406">#3406</a>)</li> <li>perf: reduce unnecessary memory allocation operations (<a href="https://redirect.github.com/redis/go-redis/pull/3399">#3399</a>)</li> <li>fix: insert entry during iterating over a map (<a href="https://redirect.github.com/redis/go-redis/pull/3398">#3398</a>)</li> <li>DOC-5229 probabilistic data type examples (<a href="https://redirect.github.com/redis/go-redis/pull/3413">#3413</a>)</li> <li>chore(deps): bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 (<a href="https://redirect.github.com/redis/go-redis/pull/3414">#3414</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/andy-stark-redis"><code>@​andy-stark-redis</code></a>, <a href="https://github.com/boekkooi-impossiblecloud"><code>@​boekkooi-impossiblecloud</code></a>, <a href="https://github.com/cxljs"><code>@​cxljs</code></a>, <a href="https://github.com/dcherubini"><code>@​dcherubini</code></a>, <a href="https://github.com/iamamirsalehi"><code>@​iamamirsalehi</code></a>, <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a>, <a href="https://github.com/pete-woods"><code>@​pete-woods</code></a>, <a href="https://github.com/twz915"><code>@​twz915</code></a></p> <h2>9.10.0</h2> <p>Experimental support for <a href="https://redis.io/docs/latest/develop/data-types/vector-sets/">vector sets</a>!</p> <h2>🚀 Highlights</h2> <p><code>go-redis</code> now supports <a href="https://redis.io/docs/latest/develop/data-types/vector-sets/">vector sets</a>. This data type is marked as &quot;in preview&quot; in Redis and its support in <code>go-redis</code> is marked as experimental. You can find examples in the documentation and in the <code>doctests</code> folder.</p> <h1>Changes</h1> <h2>🚀 New Features</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/0decfdc6ed1710b0abf5b41741bd02223c877c92"><code>0decfdc</code></a> chore(release): v9.11.0 (<a href="https://redirect.github.com/redis/go-redis/issues/3416">#3416</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/4ac591c7c4ae10e703f5e08bbe93462fd5371678"><code>4ac591c</code></a> Set correct cluster slot for scan commands, similarly to Java's Jedis client ...</li> <li><a href="https://github.com/redis/go-redis/commit/0383d08a351adae039a6a2648d0ea1d5ee97afd3"><code>0383d08</code></a> feat(client): Add CredentialsProvider field to UniversalOptions (<a href="https://redirect.github.com/redis/go-redis/issues/2927">#2927</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/fa475cbc99f7fd36a2500839a8e7aae7fcd4e565"><code>fa475cb</code></a> feat(redisotel): add WithCallerEnabled option (<a href="https://redirect.github.com/redis/go-redis/issues/3415">#3415</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/05f42e23271eed66e2682d9cbe542bcc6b084f17"><code>05f42e2</code></a> fix(txpipeline): keyless commands should take the slot of the keyed (<a href="https://redirect.github.com/redis/go-redis/issues/3411">#3411</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/884f9970c025c346c7b223f62aae45e903fb0b56"><code>884f997</code></a> DOC-5229 probabilistic data type examples (<a href="https://redirect.github.com/redis/go-redis/issues/3413">#3413</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/e642856ed3329077633c28d47cfb4ac66ca3be0b"><code>e642856</code></a> chore(deps): bump rojopolis/spellcheck-github-actions (<a href="https://redirect.github.com/redis/go-redis/issues/3414">#3414</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/7d97cc1c594658d91b04d4d641e992452345a0de"><code>7d97cc1</code></a> feat: optimize connection pool waitTurn (<a href="https://redirect.github.com/redis/go-redis/issues/3412">#3412</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/f4358acffcb236879a7467b3b13b6ce5d211a536"><code>f4358ac</code></a> [CAE-1046] fix(loading): cache the loaded flag for slave nodes (<a href="https://redirect.github.com/redis/go-redis/issues/3410">#3410</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/4c635cc563b6fd5c3a90f293f2efeb9ccc84953f"><code>4c635cc</code></a> fix(txpipeline): should return error on multi/exec on multiple slots [CAE-102...</li> <li>Additional commits viewable in <a href="https://github.com/redis/go-redis/compare/v9.8.0...v9.11.0">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/extra/redisotel/v9&package-manager=go_modules&previous-version=9.8.0&new-version=9.11.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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-03 16:39:45 +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/httpsms#712
No description provided.