[PR #1240] [MERGED] fix(deps): update module github.com/redis/go-redis/v9 to v9.12.0 #3280

Closed
opened 2026-03-22 14:39:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1240
Author: @renovate[bot]
Created: 8/5/2025
Status: Merged
Merged: 8/6/2025
Merged by: @kolaente

Base: mainHead: renovate/github.com-redis-go-redis-v9-9.x


📝 Commits (1)

  • 35a071b fix(deps): update module github.com/redis/go-redis/v9 to v9.12.0

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -0)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
github.com/redis/go-redis/v9 v9.11.0 -> v9.12.0 age confidence

Release Notes

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

v9.12.0: 9.12.0

Compare Source

🚀 Highlights

  • This release includes support for Redis 8.2.
  • Introduces an experimental Query Builders for FTSearch, FTAggregate and other search commands.
  • Adds support for EPSILON option in FT.VSIM.
  • Includes bug fixes and improvements contributed by the community related to ring and redisotel.

Changes

  • Improve stale issue workflow (#​3458)
  • chore(ci): Add 8.2 rc2 pre build for CI (#​3459)
  • Added new stream commands (#​3450)
  • feat: Add "skip_verify" to Sentinel (#​3428)
  • fix: errors.Join requires Go 1.20 or later (#​3442)
  • DOC-4344 document quickstart examples (#​3426)
  • feat(bitop): add support for the new bitop operations (#​3409)

🚀 New Features

  • feat: recover addIdleConn may occur panic (#​2445)
  • feat(ring): specify custom health check func via HeartbeatFn option (#​2940)
  • Add Query Builder for RediSearch commands (#​3436)
  • add configurable buffer sizes for Redis connections (#​3453)
  • Add VAMANA vector type to RediSearch (#​3449)
  • VSIM add EPSILON option (#​3454)
  • Add closing support to otel metrics instrumentation (#​3444)

🐛 Bug Fixes

  • fix(redisotel): fix buggy append in reportPoolStats (#​3122)
  • fix(search): return results even if doc is empty (#​3457)
  • [ISSUE-3402]: Ring.Pipelined return dial timeout error (#​3403)

🧰 Maintenance

  • Merges stale issues jobs into one job with two steps (#​3463)
  • improve code readability (#​3446)
  • chore(release): 9.12.0-beta.1 (#​3460)
  • DOC-5472 time series doc examples (#​3443)
  • Add VAMANA compression algorithm tests (#​3461)
  • bumped redis 8.2 version used in the CI/CD (#​3451)

Contributors

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

@​andy-stark-redis, @​cxljs, @​elena-kolevska, @​htemelski-redis, @​jouir, @​monkey92t, @​ndyakov, @​ofekshenawa, @​rokn, @​smnvdev, @​strobil and @​wzy9607

New Contributors


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 was generated by Mend Renovate. View the repository job log.


🔄 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/go-vikunja/vikunja/pull/1240 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/github.com-redis-go-redis-v9-9.x` --- ### 📝 Commits (1) - [`35a071b`](https://github.com/go-vikunja/vikunja/commit/35a071b18d469c4c5e3713b97f1207deb77f05b4) fix(deps): update module github.com/redis/go-redis/v9 to v9.12.0 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/redis/go-redis/v9](https://redirect.github.com/redis/go-redis) | `v9.11.0` -> `v9.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.12.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.11.0/v9.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>redis/go-redis (github.com/redis/go-redis/v9)</summary> ### [`v9.12.0`](https://redirect.github.com/redis/go-redis/releases/tag/v9.12.0): 9.12.0 [Compare Source](https://redirect.github.com/redis/go-redis/compare/v9.11.0...v9.12.0) #### 🚀 Highlights - This release includes support for [Redis 8.2](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes/). - Introduces an experimental Query Builders for `FTSearch`, `FTAggregate` and other search commands. - Adds support for `EPSILON` option in `FT.VSIM`. - Includes bug fixes and improvements contributed by the community related to ring and [redisotel](https://redirect.github.com/redis/go-redis/tree/master/extra/redisotel). #### Changes - Improve stale issue workflow ([#&#8203;3458](https://redirect.github.com/redis/go-redis/pull/3458)) - chore(ci): Add 8.2 rc2 pre build for CI ([#&#8203;3459](https://redirect.github.com/redis/go-redis/pull/3459)) - Added new stream commands ([#&#8203;3450](https://redirect.github.com/redis/go-redis/pull/3450)) - feat: Add "skip\_verify" to Sentinel ([#&#8203;3428](https://redirect.github.com/redis/go-redis/pull/3428)) - fix: `errors.Join` requires Go 1.20 or later ([#&#8203;3442](https://redirect.github.com/redis/go-redis/pull/3442)) - DOC-4344 document quickstart examples ([#&#8203;3426](https://redirect.github.com/redis/go-redis/pull/3426)) - feat(bitop): add support for the new bitop operations ([#&#8203;3409](https://redirect.github.com/redis/go-redis/pull/3409)) #### 🚀 New Features - feat: recover addIdleConn may occur panic ([#&#8203;2445](https://redirect.github.com/redis/go-redis/pull/2445)) - feat(ring): specify custom health check func via HeartbeatFn option ([#&#8203;2940](https://redirect.github.com/redis/go-redis/pull/2940)) - Add Query Builder for RediSearch commands ([#&#8203;3436](https://redirect.github.com/redis/go-redis/pull/3436)) - add configurable buffer sizes for Redis connections ([#&#8203;3453](https://redirect.github.com/redis/go-redis/pull/3453)) - Add VAMANA vector type to RediSearch ([#&#8203;3449](https://redirect.github.com/redis/go-redis/pull/3449)) - VSIM add `EPSILON` option ([#&#8203;3454](https://redirect.github.com/redis/go-redis/pull/3454)) - Add closing support to otel metrics instrumentation ([#&#8203;3444](https://redirect.github.com/redis/go-redis/pull/3444)) #### 🐛 Bug Fixes - fix(redisotel): fix buggy append in reportPoolStats ([#&#8203;3122](https://redirect.github.com/redis/go-redis/pull/3122)) - fix(search): return results even if doc is empty ([#&#8203;3457](https://redirect.github.com/redis/go-redis/pull/3457)) - \[ISSUE-3402]: Ring.Pipelined return dial timeout error ([#&#8203;3403](https://redirect.github.com/redis/go-redis/pull/3403)) #### 🧰 Maintenance - Merges stale issues jobs into one job with two steps ([#&#8203;3463](https://redirect.github.com/redis/go-redis/pull/3463)) - improve code readability ([#&#8203;3446](https://redirect.github.com/redis/go-redis/pull/3446)) - chore(release): 9.12.0-beta.1 ([#&#8203;3460](https://redirect.github.com/redis/go-redis/pull/3460)) - DOC-5472 time series doc examples ([#&#8203;3443](https://redirect.github.com/redis/go-redis/pull/3443)) - Add VAMANA compression algorithm tests ([#&#8203;3461](https://redirect.github.com/redis/go-redis/pull/3461)) - bumped redis 8.2 version used in the CI/CD ([#&#8203;3451](https://redirect.github.com/redis/go-redis/pull/3451)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;andy-stark-redis](https://redirect.github.com/andy-stark-redis), [@&#8203;cxljs](https://redirect.github.com/cxljs), [@&#8203;elena-kolevska](https://redirect.github.com/elena-kolevska), [@&#8203;htemelski-redis](https://redirect.github.com/htemelski-redis), [@&#8203;jouir](https://redirect.github.com/jouir), [@&#8203;monkey92t](https://redirect.github.com/monkey92t), [@&#8203;ndyakov](https://redirect.github.com/ndyakov), [@&#8203;ofekshenawa](https://redirect.github.com/ofekshenawa), [@&#8203;rokn](https://redirect.github.com/rokn), [@&#8203;smnvdev](https://redirect.github.com/smnvdev), [@&#8203;strobil](https://redirect.github.com/strobil) and [@&#8203;wzy9607](https://redirect.github.com/wzy9607) #### New Contributors - [@&#8203;htemelski-redis](https://redirect.github.com/htemelski-redis) made their first contribution in [#&#8203;3409](https://redirect.github.com/redis/go-redis/pull/3409) - [@&#8203;smnvdev](https://redirect.github.com/smnvdev) made their first contribution in [#&#8203;3403](https://redirect.github.com/redis/go-redis/pull/3403) - [@&#8203;rokn](https://redirect.github.com/rokn) made their first contribution in [#&#8203;3444](https://redirect.github.com/redis/go-redis/pull/3444) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 14:39:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#3280