Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/redis/go-redis/v9 to v9.6.1 (#34303)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/redis/go-redis/v9](https://togithub.com/redis/go-redis) | `v9.6.0` -> `v9.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.6.1?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.6.1?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.0/v9.6.1?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.0/v9.6.1?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.6.1`](https://togithub.com/redis/go-redis/releases/tag/v9.6.1): 9.6.1 [Compare Source](https://togithub.com/redis/go-redis/compare/v9.6.0...v9.6.1) ### Changes #### 9.6 This release contains all new features from version 9.6. ##### 🚀 New Features - Support Hash-field expiration commands ([#​2991](https://togithub.com/redis/go-redis/issues/2991)) - Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration ([#​3038](https://togithub.com/redis/go-redis/issues/3038)) - Support NOVALUES parameter for HSCAN ([#​2925](https://togithub.com/redis/go-redis/issues/2925)) - Added test case for CLIENT KILL with MAXAGE option ([#​2971](https://togithub.com/redis/go-redis/issues/2971)) - Add support for XREAD last entry ([#​3005](https://togithub.com/redis/go-redis/issues/3005)) - Reduce the type assertion of CheckConn ([#​3066](https://togithub.com/redis/go-redis/issues/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](https://togithub.com/redis/go-redis/issues/3070)) ##### 🎁 Package Distribution - Retract versions 9.5.3 and 9.5.4 ([#​3069](https://togithub.com/redis/go-redis/issues/3069)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​LINKIWI](https://togithub.com/LINKIWI), [@​b1ron](https://togithub.com/b1ron), [@​gerzse](https://togithub.com/gerzse), [@​haines](https://togithub.com/haines), [@​immersedin](https://togithub.com/immersedin), [@​naiqianz](https://togithub.com/naiqianz), [@​ofekshenawa](https://togithub.com/ofekshenawa), [@​srikar-jilugu](https://togithub.com/srikar-jilugu), [@​tzongw](https://togithub.com/tzongw), [@​vladvildanov](https://togithub.com/vladvildanov), [@​vmihailenco](https://togithub.com/vmihailenco) and [@​monkey92t](https://togithub.com/monkey92t) </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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- 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: Alex Boten <223565+codeboten@users.noreply.github.com>
- Loading branch information