Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/redis/go-redis/v9 to v9.7.0 #36058

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/redis/go-redis/v9 v9.6.2 -> v9.7.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

redis/go-redis (github.com/redis/go-redis/v9)

v9.7.0: 9.7.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Oct 29, 2024
@renovate renovate bot requested review from dmitryax, a team and atoulme as code owners October 29, 2024 11:13
@djaglowski djaglowski merged commit 4c19885 into main Oct 29, 2024
158 checks passed
@djaglowski djaglowski deleted the renovate/git.luolix.top-redis-go-redis-v9-9.x branch October 29, 2024 15:30
@github-actions github-actions bot added this to the next release milestone Oct 29, 2024
zzhlogin pushed a commit to zzhlogin/opentelemetry-collector-contrib-aws that referenced this pull request Nov 12, 2024
…36058)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/redis/go-redis/v9](https://github.com/redis/go-redis)
| `v9.6.2` -> `v9.7.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fredis%2fgo-redis%2fv9/v9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fredis%2fgo-redis%2fv9/v9.6.2/v9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fredis%2fgo-redis%2fv9/v9.6.2/v9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>redis/go-redis (github.com/redis/go-redis/v9)</summary>

###
[`v9.7.0`](https://github.com/redis/go-redis/releases/tag/v9.7.0):
9.7.0

[Compare
Source](https://github.com/redis/go-redis/compare/v9.6.2...v9.7.0)

### Changes

#### 🚀 New Features

- Support Redis search and query capabilities
([#&open-telemetry#8203;2801](https://github.com/redis/go-redis/issues/2801),
[#&open-telemetry#8203;3098](https://github.com/redis/go-redis/issues/3098))
- Support indexing and querying empty values
([#&open-telemetry#8203;3053](https://github.com/redis/go-redis/issues/3053))
- Support for Redis JSON with RESP2 protocol
([#&open-telemetry#8203;3146](https://github.com/redis/go-redis/issues/3146))

#### 🛠️ Improvements

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

#### 🧰 Maintenance

- Documentation examples
([#&open-telemetry#8203;3102](https://github.com/redis/go-redis/issues/3102),
[#&open-telemetry#8203;3106](https://github.com/redis/go-redis/issues/3106),
[#&open-telemetry#8203;3110](https://github.com/redis/go-redis/issues/3110),
[#&open-telemetry#8203;3111](https://github.com/redis/go-redis/issues/3111),
[#&open-telemetry#8203;3113](https://github.com/redis/go-redis/issues/3113),
[#&open-telemetry#8203;3114](https://github.com/redis/go-redis/issues/3114),
[#&open-telemetry#8203;3115](https://github.com/redis/go-redis/issues/3115),
[#&open-telemetry#8203;3123](https://github.com/redis/go-redis/issues/3123),
[#&open-telemetry#8203;3124](https://github.com/redis/go-redis/issues/3124))
- retract v9.5.3 of redisotel and other extra packages
([#&open-telemetry#8203;3108](https://github.com/redis/go-redis/issues/3108))
- Add test coverage reporting and Codecov badge
([#&open-telemetry#8203;3055](https://github.com/redis/go-redis/issues/3055))
- Updated module version that points to retracted package version
([#&open-telemetry#8203;3074](https://github.com/redis/go-redis/issues/3074))

#### Contributors

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


[@&open-telemetry#8203;andy-stark-redis](https://github.com/andy-stark-redis),
[@&open-telemetry#8203;ipechorin](https://github.com/ipechorin),
[@&open-telemetry#8203;ofekshenawa](https://github.com/ofekshenawa) and
[@&open-telemetry#8203;vladvildanov](https://github.com/vladvildanov)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file extension/storage receiver/redis Redis related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants