[PR #488] [MERGED] fix(deps): bump github.com/redis/go-redis/v9 from 9.5.3 to 9.6.1 in /api #498

Closed
opened 2026-03-03 16:38:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/488
Author: @dependabot[bot]
Created: 8/1/2024
Status: Merged
Merged: 8/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/redis/go-redis/v9-9.6.1


📝 Commits (1)

  • 2b8363a fix(deps): bump github.com/redis/go-redis/v9 from 9.5.3 to 9.6.1 in /api

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/redis/go-redis/v9 from 9.5.3 to 9.6.1.

Release notes

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

9.6.1

Changes

9.6

This release contains all new features from version 9.6.

🚀 New Features

  • Support Hash-field expiration commands (#2991)
  • Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#3038)
  • Support NOVALUES parameter for HSCAN (#2925)
  • Added test case for CLIENT KILL with MAXAGE option (#2971)
  • Add support for XREAD last entry (#3005)
  • Reduce the type assertion of CheckConn (#3066)

9.6.1

In addition minor changes were performed to retract version 9.5.3 and 9.5.4 that were released accidentally.

🧰 Maintenance

  • Change CI to 7.4.0-RC2 (#3070)

🎁 Package Distribution

  • Retract versions 9.5.3 and 9.5.4 (#3069)

Contributors

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

@​LINKIWI, @​b1ron, @​gerzse, @​haines, @​immersedin, @​naiqianz, @​ofekshenawa, @​srikar-jilugu, @​tzongw, @​vladvildanov, @​vmihailenco and @​monkey92t

9.6.0

Changes

🚀 New Features

  • Support Hash-field expiration commands (#2991)
  • Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#3038)
  • Support NOVALUES parameter for HSCAN (#2925)
  • Added test case for CLIENT KILL with MAXAGE option (#2971)
  • Add support for XREAD last entry (#3005)
  • Reduce the type assertion of CheckConn (#3066)

🛠️ Improvements

This release includes support for Redis Community Edition (CE) 7.4.0, ensuring compatibility with the latest features and improvements introduced in Redis CE 7.4.0.

🧰 Maintenance

... (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/488 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/redis/go-redis/v9-9.6.1` --- ### 📝 Commits (1) - [`2b8363a`](https://github.com/NdoleStudio/httpsms/commit/2b8363a32efd257016594d7fce765e6602649d93) fix(deps): bump github.com/redis/go-redis/v9 from 9.5.3 to 9.6.1 in /api ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.5.3 to 9.6.1. <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.6.1</h2> <h1>Changes</h1> <h2>9.6</h2> <p>This release contains all new features from version 9.6.</p> <h3>🚀 New Features</h3> <ul> <li>Support Hash-field expiration commands (<a href="https://redirect.github.com/redis/go-redis/issues/2991">#2991</a>)</li> <li>Support Hash-field expiration commands in Pipeline &amp; Fix HExpire HExpireWithArgs expiration (<a href="https://redirect.github.com/redis/go-redis/issues/3038">#3038</a>)</li> <li>Support NOVALUES parameter for HSCAN (<a href="https://redirect.github.com/redis/go-redis/issues/2925">#2925</a>)</li> <li>Added test case for CLIENT KILL with MAXAGE option (<a href="https://redirect.github.com/redis/go-redis/issues/2971">#2971</a>)</li> <li>Add support for XREAD last entry (<a href="https://redirect.github.com/redis/go-redis/issues/3005">#3005</a>)</li> <li>Reduce the type assertion of CheckConn (<a href="https://redirect.github.com/redis/go-redis/issues/3066">#3066</a>)</li> </ul> <h2>9.6.1</h2> <p>In addition minor changes were performed to retract version 9.5.3 and 9.5.4 that were released accidentally.</p> <h3>🧰 Maintenance</h3> <ul> <li>Change CI to 7.4.0-RC2 (<a href="https://redirect.github.com/redis/go-redis/issues/3070">#3070</a>)</li> </ul> <h3>🎁 Package Distribution</h3> <ul> <li>Retract versions 9.5.3 and 9.5.4 (<a href="https://redirect.github.com/redis/go-redis/issues/3069">#3069</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/LINKIWI"><code>@​LINKIWI</code></a>, <a href="https://github.com/b1ron"><code>@​b1ron</code></a>, <a href="https://github.com/gerzse"><code>@​gerzse</code></a>, <a href="https://github.com/haines"><code>@​haines</code></a>, <a href="https://github.com/immersedin"><code>@​immersedin</code></a>, <a href="https://github.com/naiqianz"><code>@​naiqianz</code></a>, <a href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>, <a href="https://github.com/srikar-jilugu"><code>@​srikar-jilugu</code></a>, <a href="https://github.com/tzongw"><code>@​tzongw</code></a>, <a href="https://github.com/vladvildanov"><code>@​vladvildanov</code></a>, <a href="https://github.com/vmihailenco"><code>@​vmihailenco</code></a> and <a href="https://github.com/monkey92t"><code>@​monkey92t</code></a></p> <h2>9.6.0</h2> <h1>Changes</h1> <h2>🚀 New Features</h2> <ul> <li>Support Hash-field expiration commands (<a href="https://redirect.github.com/redis/go-redis/issues/2991">#2991</a>)</li> <li>Support Hash-field expiration commands in Pipeline &amp; Fix HExpire HExpireWithArgs expiration (<a href="https://redirect.github.com/redis/go-redis/issues/3038">#3038</a>)</li> <li>Support NOVALUES parameter for HSCAN (<a href="https://redirect.github.com/redis/go-redis/issues/2925">#2925</a>)</li> <li>Added test case for CLIENT KILL with MAXAGE option (<a href="https://redirect.github.com/redis/go-redis/issues/2971">#2971</a>)</li> <li>Add support for XREAD last entry (<a href="https://redirect.github.com/redis/go-redis/issues/3005">#3005</a>)</li> <li>Reduce the type assertion of CheckConn (<a href="https://redirect.github.com/redis/go-redis/issues/3066">#3066</a>)</li> </ul> <h2>🛠️ Improvements</h2> <p>This release includes support for Redis Community Edition (CE) 7.4.0, ensuring compatibility with the latest features and improvements introduced in Redis CE 7.4.0.</p> <h2>🧰 Maintenance</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/c3610cde42ad05854fa05e312d4b34cf1a809cc2"><code>c3610cd</code></a> cp retracts and bump version to 9.6.1 (<a href="https://redirect.github.com/redis/go-redis/issues/3069">#3069</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/b0b94e79e07ac153ac2813266f0ac5d3e5bfb76c"><code>b0b94e7</code></a> Change CI to 7.4.0-RC2 (<a href="https://redirect.github.com/redis/go-redis/issues/3070">#3070</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/44ba2ee08b2d41948a5e499aa4b5378dc6ce7aeb"><code>44ba2ee</code></a> feat: reduce the type assertion of CheckConn (<a href="https://redirect.github.com/redis/go-redis/issues/3066">#3066</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/9cfeb30f627941a769ef25fe0933a0e55dddb8fd"><code>9cfeb30</code></a> Bump version of go-redis to 9.6.0 (<a href="https://redirect.github.com/redis/go-redis/issues/3059">#3059</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/49bfbf2a1e5418d57d95f5b032ecf9bda7fc7922"><code>49bfbf2</code></a> chore(deps): bump golangci/golangci-lint-action from 4 to 6 (<a href="https://redirect.github.com/redis/go-redis/issues/2993">#2993</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/2c146dc1042d078bb6ef2ea76f35d7d4a0212357"><code>2c146dc</code></a> Avoid unnecessary retry delay following MOVED and ASK redirection (<a href="https://redirect.github.com/redis/go-redis/issues/3048">#3048</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/233ff45ac9791ac57b7b1dbad864238f2c20a422"><code>233ff45</code></a> add test for tls connCheck <a href="https://redirect.github.com/redis/go-redis/issues/3025">#3025</a> (<a href="https://redirect.github.com/redis/go-redis/issues/3047">#3047</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/5c9c468bd9e899a4eb4914ba47efc501698637d9"><code>5c9c468</code></a> Support Hash-field expiration commands in Pipeline &amp; Fix HExpire HExpireWithA...</li> <li><a href="https://github.com/redis/go-redis/commit/1a0a68f9cd23e4d69bdd03b86df21e7a1ece9219"><code>1a0a68f</code></a> Support Hash-field expiration for 7.4 CE RC2 (<a href="https://redirect.github.com/redis/go-redis/issues/3040">#3040</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/27dd84c77739364410bf34cb19cd065502e2c71c"><code>27dd84c</code></a> fix node routing in slotClosestNode (<a href="https://redirect.github.com/redis/go-redis/issues/3043">#3043</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis/go-redis/compare/v9.5.3...v9.6.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/v9&package-manager=go_modules&previous-version=9.5.3&new-version=9.6.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:38:41 +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#498
No description provided.