[PR #771] [MERGED] fix(deps): bump github.com/redis/go-redis/extra/redisotel/v9 from 9.16.0 to 9.17.1 in /api #775

Closed
opened 2026-03-03 16:40:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 92f9b12 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.16.0 to 9.17.1.

Release notes

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

9.17.1

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
  • chore(deps): bump actions/checkout from 5 to 6 (#3610)
  • chore(script): fix help call in tag.sh (#3606) by @​ndyakov

Contributors

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

@​marcoferrer and @​ndyakov

9.17.0

🚀 Highlights

Redis 8.4 Support

Added support for Redis 8.4, including new commands and features (#3572)

Typed Errors

Introduced typed errors for better error handling using errors.As instead of string checks. Errors can now be wrapped and set to commands in hooks without breaking library functionality (#3602)

New Commands

  • CAS/CAD Commands: Added support for Compare-And-Set/Compare-And-Delete operations with conditional matching (IFEQ, IFNE, IFDEQ, IFDNE) (#3583, #3595)
  • MSETEX: Atomically set multiple key-value pairs with expiration options and conditional modes (#3580)
  • XReadGroup CLAIM: Consume both incoming and idle pending entries from streams in a single call (#3578)
  • ACL Commands: Added ACLGenPass, ACLUsers, and ACLWhoAmI (#3576)
  • SLOWLOG Commands: Added SLOWLOG LEN and SLOWLOG RESET (#3585)
  • LATENCY Commands: Added LATENCY LATEST and LATENCY RESET (#3584)

Search & Vector Improvements

  • Hybrid Search: Added EXPERIMENTAL support for the new FT.HYBRID command (#3573)
  • Vector Range: Added VRANGE command for vector sets (#3543)
  • FT.INFO Enhancements: Added vector-specific attributes in FT.INFO response (#3596)

Connection Pool Improvements

  • Improved Connection Success Rate: Implemented FIFO queue-based fairness and context pattern for connection creation to prevent premature cancellation under high concurrency (#3518)
  • Connection State Machine: Resolved race conditions and improved pool performance with proper state tracking (#3559)
  • Pool Performance: Significant performance improvements with faster semaphores, lockless hook manager, and reduced allocations (47-67% faster Get/Put operations) (#3565)

Metrics & Observability

  • Canceled Metric Attribute: Added 'canceled' metrics attribute to distinguish context cancellation errors from other errors (#3566)

New Features

... (truncated)

Changelog

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

9.17.1 (2025-11-25)

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
  • chore(deps): bump actions/checkout from 5 to 6 (#3610)
  • chore(script): fix help call in tag.sh (#3606) by @​ndyakov

Contributors

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

@​marcoferrer and @​ndyakov


Full Changelog: https://github.com/redis/go-redis/compare/v9.17.0...v9.17.1

9.17.0 (2025-11-19)

🚀 Highlights

Redis 8.4 Support

Added support for Redis 8.4, including new commands and features (#3572)

Typed Errors

Introduced typed errors for better error handling using errors.As instead of string checks. Errors can now be wrapped and set to commands in hooks without breaking library functionality (#3602)

New Commands

  • CAS/CAD Commands: Added support for Compare-And-Set/Compare-And-Delete operations with conditional matching (IFEQ, IFNE, IFDEQ, IFDNE) (#3583, #3595)
  • MSETEX: Atomically set multiple key-value pairs with expiration options and conditional modes (#3580)
  • XReadGroup CLAIM: Consume both incoming and idle pending entries from streams in a single call (#3578)
  • ACL Commands: Added ACLGenPass, ACLUsers, and ACLWhoAmI (#3576)
  • SLOWLOG Commands: Added SLOWLOG LEN and SLOWLOG RESET (#3585)
  • LATENCY Commands: Added LATENCY LATEST and LATENCY RESET (#3584)

Search & Vector Improvements

  • Hybrid Search: Added EXPERIMENTAL support for the new FT.HYBRID command (#3573)
  • Vector Range: Added VRANGE command for vector sets (#3543)
  • FT.INFO Enhancements: Added vector-specific attributes in FT.INFO response (#3596)

Connection Pool Improvements

  • Improved Connection Success Rate: Implemented FIFO queue-based fairness and context pattern for connection creation to prevent premature cancellation under high concurrency (#3518)
  • Connection State Machine: Resolved race conditions and improved pool performance with proper state tracking (#3559)
  • Pool Performance: Significant performance improvements with faster semaphores, lockless hook manager, and reduced allocations (47-67% faster Get/Put operations) (#3565)

... (truncated)

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 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/771 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/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.17.1` --- ### 📝 Commits (1) - [`92f9b12`](https://github.com/NdoleStudio/httpsms/commit/92f9b12c8ebc379b45620b643974754ab395c54d) 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.16.0 to 9.17.1. <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.17.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>add wait to keyless commands list (<a href="https://redirect.github.com/redis/go-redis/pull/3615">#3615</a>) by <a href="https://github.com/marcoferrer"><code>@​marcoferrer</code></a></li> <li>fix(time): remove cached time optimization (<a href="https://redirect.github.com/redis/go-redis/pull/3611">#3611</a>) by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (<a href="https://redirect.github.com/redis/go-redis/pull/3609">#3609</a>)</li> <li>chore(deps): bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/redis/go-redis/pull/3610">#3610</a>)</li> <li>chore(script): fix help call in tag.sh (<a href="https://redirect.github.com/redis/go-redis/pull/3606">#3606</a>) by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></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/marcoferrer"><code>@​marcoferrer</code></a> and <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></p> <h2>9.17.0</h2> <h2>🚀 Highlights</h2> <h3>Redis 8.4 Support</h3> <p>Added support for Redis 8.4, including new commands and features (<a href="https://redirect.github.com/redis/go-redis/pull/3572">#3572</a>)</p> <h3>Typed Errors</h3> <p>Introduced typed errors for better error handling using <code>errors.As</code> instead of string checks. Errors can now be wrapped and set to commands in hooks without breaking library functionality (<a href="https://redirect.github.com/redis/go-redis/pull/3602">#3602</a>)</p> <h3>New Commands</h3> <ul> <li><strong>CAS/CAD Commands</strong>: Added support for Compare-And-Set/Compare-And-Delete operations with conditional matching (<code>IFEQ</code>, <code>IFNE</code>, <code>IFDEQ</code>, <code>IFDNE</code>) (<a href="https://redirect.github.com/redis/go-redis/pull/3583">#3583</a>, <a href="https://redirect.github.com/redis/go-redis/pull/3595">#3595</a>)</li> <li><strong>MSETEX</strong>: Atomically set multiple key-value pairs with expiration options and conditional modes (<a href="https://redirect.github.com/redis/go-redis/pull/3580">#3580</a>)</li> <li><strong>XReadGroup CLAIM</strong>: Consume both incoming and idle pending entries from streams in a single call (<a href="https://redirect.github.com/redis/go-redis/pull/3578">#3578</a>)</li> <li><strong>ACL Commands</strong>: Added <code>ACLGenPass</code>, <code>ACLUsers</code>, and <code>ACLWhoAmI</code> (<a href="https://redirect.github.com/redis/go-redis/pull/3576">#3576</a>)</li> <li><strong>SLOWLOG Commands</strong>: Added <code>SLOWLOG LEN</code> and <code>SLOWLOG RESET</code> (<a href="https://redirect.github.com/redis/go-redis/pull/3585">#3585</a>)</li> <li><strong>LATENCY Commands</strong>: Added <code>LATENCY LATEST</code> and <code>LATENCY RESET</code> (<a href="https://redirect.github.com/redis/go-redis/pull/3584">#3584</a>)</li> </ul> <h3>Search &amp; Vector Improvements</h3> <ul> <li><strong>Hybrid Search</strong>: Added <strong>EXPERIMENTAL</strong> support for the new <code>FT.HYBRID</code> command (<a href="https://redirect.github.com/redis/go-redis/pull/3573">#3573</a>)</li> <li><strong>Vector Range</strong>: Added <code>VRANGE</code> command for vector sets (<a href="https://redirect.github.com/redis/go-redis/pull/3543">#3543</a>)</li> <li><strong>FT.INFO Enhancements</strong>: Added vector-specific attributes in FT.INFO response (<a href="https://redirect.github.com/redis/go-redis/pull/3596">#3596</a>)</li> </ul> <h3>Connection Pool Improvements</h3> <ul> <li><strong>Improved Connection Success Rate</strong>: Implemented FIFO queue-based fairness and context pattern for connection creation to prevent premature cancellation under high concurrency (<a href="https://redirect.github.com/redis/go-redis/pull/3518">#3518</a>)</li> <li><strong>Connection State Machine</strong>: Resolved race conditions and improved pool performance with proper state tracking (<a href="https://redirect.github.com/redis/go-redis/pull/3559">#3559</a>)</li> <li><strong>Pool Performance</strong>: Significant performance improvements with faster semaphores, lockless hook manager, and reduced allocations (47-67% faster Get/Put operations) (<a href="https://redirect.github.com/redis/go-redis/pull/3565">#3565</a>)</li> </ul> <h3>Metrics &amp; Observability</h3> <ul> <li><strong>Canceled Metric Attribute</strong>: Added 'canceled' metrics attribute to distinguish context cancellation errors from other errors (<a href="https://redirect.github.com/redis/go-redis/pull/3566">#3566</a>)</li> </ul> <h2>✨ New Features</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md">github.com/redis/go-redis/extra/redisotel/v9's changelog</a>.</em></p> <blockquote> <h1>9.17.1 (2025-11-25)</h1> <h2>🐛 Bug Fixes</h2> <ul> <li>add wait to keyless commands list (<a href="https://redirect.github.com/redis/go-redis/pull/3615">#3615</a>) by <a href="https://github.com/marcoferrer"><code>@​marcoferrer</code></a></li> <li>fix(time): remove cached time optimization (<a href="https://redirect.github.com/redis/go-redis/pull/3611">#3611</a>) by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (<a href="https://redirect.github.com/redis/go-redis/pull/3609">#3609</a>)</li> <li>chore(deps): bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/redis/go-redis/pull/3610">#3610</a>)</li> <li>chore(script): fix help call in tag.sh (<a href="https://redirect.github.com/redis/go-redis/pull/3606">#3606</a>) by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></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/marcoferrer"><code>@​marcoferrer</code></a> and <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></p> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/go-redis/compare/v9.17.0...v9.17.1">https://github.com/redis/go-redis/compare/v9.17.0...v9.17.1</a></p> <h1>9.17.0 (2025-11-19)</h1> <h2>🚀 Highlights</h2> <h3>Redis 8.4 Support</h3> <p>Added support for Redis 8.4, including new commands and features (<a href="https://redirect.github.com/redis/go-redis/pull/3572">#3572</a>)</p> <h3>Typed Errors</h3> <p>Introduced typed errors for better error handling using <code>errors.As</code> instead of string checks. Errors can now be wrapped and set to commands in hooks without breaking library functionality (<a href="https://redirect.github.com/redis/go-redis/pull/3602">#3602</a>)</p> <h3>New Commands</h3> <ul> <li><strong>CAS/CAD Commands</strong>: Added support for Compare-And-Set/Compare-And-Delete operations with conditional matching (<code>IFEQ</code>, <code>IFNE</code>, <code>IFDEQ</code>, <code>IFDNE</code>) (<a href="https://redirect.github.com/redis/go-redis/pull/3583">#3583</a>, <a href="https://redirect.github.com/redis/go-redis/pull/3595">#3595</a>)</li> <li><strong>MSETEX</strong>: Atomically set multiple key-value pairs with expiration options and conditional modes (<a href="https://redirect.github.com/redis/go-redis/pull/3580">#3580</a>)</li> <li><strong>XReadGroup CLAIM</strong>: Consume both incoming and idle pending entries from streams in a single call (<a href="https://redirect.github.com/redis/go-redis/pull/3578">#3578</a>)</li> <li><strong>ACL Commands</strong>: Added <code>ACLGenPass</code>, <code>ACLUsers</code>, and <code>ACLWhoAmI</code> (<a href="https://redirect.github.com/redis/go-redis/pull/3576">#3576</a>)</li> <li><strong>SLOWLOG Commands</strong>: Added <code>SLOWLOG LEN</code> and <code>SLOWLOG RESET</code> (<a href="https://redirect.github.com/redis/go-redis/pull/3585">#3585</a>)</li> <li><strong>LATENCY Commands</strong>: Added <code>LATENCY LATEST</code> and <code>LATENCY RESET</code> (<a href="https://redirect.github.com/redis/go-redis/pull/3584">#3584</a>)</li> </ul> <h3>Search &amp; Vector Improvements</h3> <ul> <li><strong>Hybrid Search</strong>: Added <strong>EXPERIMENTAL</strong> support for the new <code>FT.HYBRID</code> command (<a href="https://redirect.github.com/redis/go-redis/pull/3573">#3573</a>)</li> <li><strong>Vector Range</strong>: Added <code>VRANGE</code> command for vector sets (<a href="https://redirect.github.com/redis/go-redis/pull/3543">#3543</a>)</li> <li><strong>FT.INFO Enhancements</strong>: Added vector-specific attributes in FT.INFO response (<a href="https://redirect.github.com/redis/go-redis/pull/3596">#3596</a>)</li> </ul> <h3>Connection Pool Improvements</h3> <ul> <li><strong>Improved Connection Success Rate</strong>: Implemented FIFO queue-based fairness and context pattern for connection creation to prevent premature cancellation under high concurrency (<a href="https://redirect.github.com/redis/go-redis/pull/3518">#3518</a>)</li> <li><strong>Connection State Machine</strong>: Resolved race conditions and improved pool performance with proper state tracking (<a href="https://redirect.github.com/redis/go-redis/pull/3559">#3559</a>)</li> <li><strong>Pool Performance</strong>: Significant performance improvements with faster semaphores, lockless hook manager, and reduced allocations (47-67% faster Get/Put operations) (<a href="https://redirect.github.com/redis/go-redis/pull/3565">#3565</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/68d8c5955713fb22642a0d44163c6f785ba7425e"><code>68d8c59</code></a> chore(release): v9.17.1 (<a href="https://redirect.github.com/redis/go-redis/issues/3617">#3617</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/932caa5f13e11433a75d95e052e862010b016a1a"><code>932caa5</code></a> chore(deps): bump actions/stale from 9 to 10 (<a href="https://redirect.github.com/redis/go-redis/issues/3505">#3505</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/b362eb7f7d1f4b8aea6759ceea22dcaba9992b4b"><code>b362eb7</code></a> fix(txpipeline) add wait to keyless commands list (<a href="https://redirect.github.com/redis/go-redis/issues/3615">#3615</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/fd437cea4fb569a15d2a2dcb8b4969e63c28c157"><code>fd437ce</code></a> chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (<a href="https://redirect.github.com/redis/go-redis/issues/3609">#3609</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/8549116d8a7553e128a3de9c262b48990d80f403"><code>8549116</code></a> chore(deps): bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/redis/go-redis/issues/3610">#3610</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/63908223ca0e4919396e33cbb27b8fa823b67793"><code>6390822</code></a> fix(time): remove cached time optimization (<a href="https://redirect.github.com/redis/go-redis/issues/3611">#3611</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/1bb9e0d130f3c6acb602d6d9f1ca4acebbe96677"><code>1bb9e0d</code></a> chore(scripts: fix help call in tag.sh (<a href="https://redirect.github.com/redis/go-redis/issues/3606">#3606</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/5b0b228a37c83b7c7ace2fcd7cf230f61e2e3092"><code>5b0b228</code></a> chore(release): v9.17.0 (<a href="https://redirect.github.com/redis/go-redis/issues/3604">#3604</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/6c24f600de102270c5b59e561ced9539fd13c817"><code>6c24f60</code></a> feat(errors): Introduce typed errors (<a href="https://redirect.github.com/redis/go-redis/issues/3602">#3602</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/817e62455b598fbb50049b3d6f907ced1e309344"><code>817e624</code></a> chore(ci): official 8.4.0 image (<a href="https://redirect.github.com/redis/go-redis/issues/3603">#3603</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis/go-redis/compare/v9.16.0...v9.17.1">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.16.0&new-version=9.17.1)](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:40:04 +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#775
No description provided.