[PR #547] [MERGED] fix(deps): bump github.com/redis/go-redis/extra/redisotel/v9 from 9.0.5 to 9.7.0 in /api #559

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/redis/go-redis/extra/redisotel/v9 from 9.0.5 to 9.7.0.

Release notes

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

9.7.0

Changes

🚀 New Features

  • Support Redis search and query capabilities (#2801, #3098)
  • Support indexing and querying empty values (#3053)
  • Support for Redis JSON with RESP2 protocol (#3146)

🛠️ Improvements

We're glad to announce that we added a search and query support in the current release.

🧰 Maintenance

Contributors

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

@​andy-stark-redis, @​ipechorin, @​ofekshenawa and @​vladvildanov

9.7.0-beta.1

Changes

🚀 New Features

  • Support Redis search and query capabilities (#2801, #3098)
  • Support indexing and querying empty values (#3053)

🛠️ Improvements

We're glad to announce that we added a search and query support in the current release.

🧰 Maintenance

Contributors

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

@​andy-stark-redis, @​ipechorin, @​ofekshenawa and @​vladvildanov

9.6.2

Changes

... (truncated)

Changelog

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

Unreleased

Changed

  • go-redis won't skip span creation if the parent spans is not recording. (#2980) Users can use the OpenTelemetry sampler to control the sampling behavior. For instance, you can use the ParentBased(NeverSample()) sampler from go.opentelemetry.io/otel/sdk/trace to keep a similar behavior (drop orphan spans) of go-redis as before.
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/547 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/redis/go-redis/extra/redisotel/v9-9.7.0` --- ### 📝 Commits (1) - [`a49a18f`](https://github.com/NdoleStudio/httpsms/commit/a49a18f9a51350a86fe62352e8a0518a8453652b) fix(deps): bump github.com/redis/go-redis/extra/redisotel/v9 in /api ### 📊 Changes **2 files changed** (+9 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+3 -3) 📝 `api/go.sum` (+6 -10) </details> ### 📄 Description Bumps [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis) from 9.0.5 to 9.7.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.7.0</h2> <h1>Changes</h1> <h2>🚀 New Features</h2> <ul> <li>Support Redis search and query capabilities (<a href="https://redirect.github.com/redis/go-redis/issues/2801">#2801</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3098">#3098</a>)</li> <li>Support indexing and querying empty values (<a href="https://redirect.github.com/redis/go-redis/issues/3053">#3053</a>)</li> <li>Support for Redis JSON with RESP2 protocol (<a href="https://redirect.github.com/redis/go-redis/issues/3146">#3146</a>)</li> </ul> <h2>🛠️ Improvements</h2> <p>We're glad to announce that we added a search and query support in the current release.</p> <h2>🧰 Maintenance</h2> <ul> <li>Documentation examples (<a href="https://redirect.github.com/redis/go-redis/issues/3102">#3102</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3106">#3106</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3110">#3110</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3111">#3111</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3113">#3113</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3114">#3114</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3115">#3115</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3123">#3123</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3124">#3124</a>)</li> <li>retract v9.5.3 of redisotel and other extra packages (<a href="https://redirect.github.com/redis/go-redis/issues/3108">#3108</a>)</li> <li>Add test coverage reporting and Codecov badge (<a href="https://redirect.github.com/redis/go-redis/issues/3055">#3055</a>)</li> <li>Updated module version that points to retracted package version (<a href="https://redirect.github.com/redis/go-redis/issues/3074">#3074</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/ipechorin"><code>@​ipechorin</code></a>, <a href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a> and <a href="https://github.com/vladvildanov"><code>@​vladvildanov</code></a></p> <h2>9.7.0-beta.1</h2> <h1>Changes</h1> <h2>🚀 New Features</h2> <ul> <li>Support Redis search and query capabilities (<a href="https://redirect.github.com/redis/go-redis/issues/2801">#2801</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3098">#3098</a>)</li> <li>Support indexing and querying empty values (<a href="https://redirect.github.com/redis/go-redis/issues/3053">#3053</a>)</li> </ul> <h2>🛠️ Improvements</h2> <p>We're glad to announce that we added a search and query support in the current release.</p> <h2>🧰 Maintenance</h2> <ul> <li>Documentation examples (<a href="https://redirect.github.com/redis/go-redis/issues/3102">#3102</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3106">#3106</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3110">#3110</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3111">#3111</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3113">#3113</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3114">#3114</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3115">#3115</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3123">#3123</a>, <a href="https://redirect.github.com/redis/go-redis/issues/3124">#3124</a>)</li> <li>retract v9.5.3 of redisotel and other extra packages (<a href="https://redirect.github.com/redis/go-redis/issues/3108">#3108</a>)</li> <li>Add test coverage reporting and Codecov badge (<a href="https://redirect.github.com/redis/go-redis/issues/3055">#3055</a>)</li> <li>Updated module version that points to retracted package version (<a href="https://redirect.github.com/redis/go-redis/issues/3074">#3074</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/ipechorin"><code>@​ipechorin</code></a>, <a href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a> and <a href="https://github.com/vladvildanov"><code>@​vladvildanov</code></a></p> <h2>9.6.2</h2> <h1>Changes</h1> <!-- 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/CHANGELOG.md">github.com/redis/go-redis/extra/redisotel/v9's changelog</a>.</em></p> <blockquote> <h2>Unreleased</h2> <h3>Changed</h3> <ul> <li><code>go-redis</code> won't skip span creation if the parent spans is not recording. (<a href="https://redirect.github.com/redis/go-redis/issues/2980">#2980</a>) Users can use the OpenTelemetry sampler to control the sampling behavior. For instance, you can use the <code>ParentBased(NeverSample())</code> sampler from <code>go.opentelemetry.io/otel/sdk/trace</code> to keep a similar behavior (drop orphan spans) of <code>go-redis</code> as before.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/ed37c33a9037483ad2a6b1042e5eb6df89009a1c"><code>ed37c33</code></a> Updated package version [9.7] (<a href="https://redirect.github.com/redis/go-redis/issues/3159">#3159</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/135f8e3b12d7dce2ed41fd9e428ce90b085f52d0"><code>135f8e3</code></a> Fix field name spellings (<a href="https://redirect.github.com/redis/go-redis/issues/3132">#3132</a>) (<a href="https://redirect.github.com/redis/go-redis/issues/3156">#3156</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/ac2e91d9d9ccabefd9a158d5ab294345d2368707"><code>ac2e91d</code></a> Support Json with Resp 2 (<a href="https://redirect.github.com/redis/go-redis/issues/3146">#3146</a>) (<a href="https://redirect.github.com/redis/go-redis/issues/3155">#3155</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/ec680aec142159539c2594584a5dd31a416a4683"><code>ec680ae</code></a> Remove direct read from TLS underlying conn (<a href="https://redirect.github.com/redis/go-redis/issues/3138">#3138</a>) (<a href="https://redirect.github.com/redis/go-redis/issues/3154">#3154</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/ad131f49b0210b3252648b880921b9f6d2fe452e"><code>ad131f4</code></a> Updated package version (<a href="https://redirect.github.com/redis/go-redis/issues/3134">#3134</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/d9eeed131a32b4aeaf1e1915b6717f8cd2af9124"><code>d9eeed1</code></a> Fix Flaky Test: should handle FTAggregate with Unstable RESP3 Search Module a...</li> <li><a href="https://github.com/redis/go-redis/commit/e99abe45469cefe078a05e3c656ca452f3cce646"><code>e99abe4</code></a> DOC-4237 added Bloom filter examples (<a href="https://redirect.github.com/redis/go-redis/issues/3115">#3115</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/9e79c9bd394cb62efb0e00954a9014c09f0aeaa6"><code>9e79c9b</code></a> DOC-4228 JSON code examples (<a href="https://redirect.github.com/redis/go-redis/issues/3114">#3114</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/9e3709c4040acfa504bb7803dba709e70e780dc9"><code>9e3709c</code></a> DOC-4234 added bitmap examples (<a href="https://redirect.github.com/redis/go-redis/issues/3124">#3124</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/69b4c0165fc7981144e5cfe3b3d028827f4e82a0"><code>69b4c01</code></a> DOC-4241 added t-digest examples (<a href="https://redirect.github.com/redis/go-redis/issues/3123">#3123</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis/go-redis/compare/v9.0.5...v9.7.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.0.5&new-version=9.7.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:38:59 +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#559
No description provided.