fix(deps): update module github.com/redis/go-redis/v9 to v9.7.0 #114

Open
forgejo-actions wants to merge 1 commit from renovate/github.com-redis-go-redis-v9-9.x into main
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/redis/go-redis/v9 require minor v9.6.1 -> v9.7.0

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

v9.6.2: 9.6.2

Compare Source

Changes

🐛 Bug Fixes

  • Fixed bug with broken TLS sessions (#​3145)

Contributors

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

@​ofekshenawa @​vladvildanov @​rentziass


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | require | minor | `v9.6.1` -> `v9.7.0` | --- ### 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 ([#&#8203;2801](https://github.com/redis/go-redis/issues/2801), [#&#8203;3098](https://github.com/redis/go-redis/issues/3098)) - Support indexing and querying empty values ([#&#8203;3053](https://github.com/redis/go-redis/issues/3053)) - Support for Redis JSON with RESP2 protocol ([#&#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 ([#&#8203;3102](https://github.com/redis/go-redis/issues/3102), [#&#8203;3106](https://github.com/redis/go-redis/issues/3106), [#&#8203;3110](https://github.com/redis/go-redis/issues/3110), [#&#8203;3111](https://github.com/redis/go-redis/issues/3111), [#&#8203;3113](https://github.com/redis/go-redis/issues/3113), [#&#8203;3114](https://github.com/redis/go-redis/issues/3114), [#&#8203;3115](https://github.com/redis/go-redis/issues/3115), [#&#8203;3123](https://github.com/redis/go-redis/issues/3123), [#&#8203;3124](https://github.com/redis/go-redis/issues/3124)) - retract v9.5.3 of redisotel and other extra packages ([#&#8203;3108](https://github.com/redis/go-redis/issues/3108)) - Add test coverage reporting and Codecov badge ([#&#8203;3055](https://github.com/redis/go-redis/issues/3055)) - Updated module version that points to retracted package version ([#&#8203;3074](https://github.com/redis/go-redis/issues/3074)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;andy-stark-redis](https://github.com/andy-stark-redis), [@&#8203;ipechorin](https://github.com/ipechorin), [@&#8203;ofekshenawa](https://github.com/ofekshenawa) and [@&#8203;vladvildanov](https://github.com/vladvildanov) ### [`v9.6.2`](https://github.com/redis/go-redis/releases/tag/v9.6.2): 9.6.2 [Compare Source](https://github.com/redis/go-redis/compare/v9.6.1...v9.6.2) ### Changes #### 🐛 Bug Fixes - Fixed bug with broken TLS sessions ([#&#8203;3145](https://github.com/redis/go-redis/issues/3145)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;ofekshenawa](https://github.com/ofekshenawa) [@&#8203;vladvildanov](https://github.com/vladvildanov) [@&#8203;rentziass](https://github.com/rentziass) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
forgejo-actions added 1 commit 2024-10-24 03:35:27 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-redis-go-redis-v9-9.x:renovate/github.com-redis-go-redis-v9-9.x
git checkout renovate/github.com-redis-go-redis-v9-9.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/github.com-redis-go-redis-v9-9.x
git checkout renovate/github.com-redis-go-redis-v9-9.x
git rebase main
git checkout main
git merge --ff-only renovate/github.com-redis-go-redis-v9-9.x
git checkout renovate/github.com-redis-go-redis-v9-9.x
git rebase main
git checkout main
git merge --no-ff renovate/github.com-redis-go-redis-v9-9.x
git checkout main
git merge --squash renovate/github.com-redis-go-redis-v9-9.x
git checkout main
git merge --ff-only renovate/github.com-redis-go-redis-v9-9.x
git checkout main
git merge renovate/github.com-redis-go-redis-v9-9.x
git push origin main
Sign in to join this conversation.
No description provided.