Skip to content

Commit 6072d76

Browse files
Update module github.com/redis/go-redis/v9 to v9.12.1 (#41896)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/redis/go-redis/v9](https://redirect.github.com/redis/go-redis) | `v9.12.0` -> `v9.12.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.12.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.12.0/v9.12.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.12.1`](https://redirect.github.com/redis/go-redis/releases/tag/v9.12.1): 9.12.1 [Compare Source](https://redirect.github.com/redis/go-redis/compare/v9.12.0...v9.12.1) #### 🚀 Highlights In the last version (9.12.0) the client introduced bigger write and read buffer sizes. The default value was 512KiB. However, users reported that this is too big for most use cases and can lead to high memory usage. In this version the default value is changed to 256KiB. The `README.md` was updated to reflect the correct default value and include a note that the default value can be changed. #### 🐛 Bug Fixes - fix(options): Add buffer sizes to failover. Update README ([#&#8203;3468](https://redirect.github.com/redis/go-redis/pull/3468)) #### 🧰 Maintenance - fix(options): Add buffer sizes to failover. Update README ([#&#8203;3468](https://redirect.github.com/redis/go-redis/pull/3468)) - chore: update & fix otel example ([#&#8203;3466](https://redirect.github.com/redis/go-redis/pull/3466)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;ndyakov](https://redirect.github.com/ndyakov) and [@&#8203;vmihailenco](https://redirect.github.com/vmihailenco) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent d55b257 commit 6072d76

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

extension/storage/redisstorageextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/go-redis/redismock/v9 v9.2.0
7-
github.com/redis/go-redis/v9 v9.12.0
7+
github.com/redis/go-redis/v9 v9.12.1
88
github.com/stretchr/testify v1.10.0
99
go.opentelemetry.io/collector/component v1.38.0
1010
go.opentelemetry.io/collector/component/componenttest v0.132.0

extension/storage/redisstorageextension/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/redisreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/google/go-cmp v0.7.0
77
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.131.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.131.0
9-
github.com/redis/go-redis/v9 v9.12.0
9+
github.com/redis/go-redis/v9 v9.12.1
1010
github.com/stretchr/testify v1.10.0
1111
github.com/testcontainers/testcontainers-go v0.38.0
1212
go.opentelemetry.io/collector/component v1.38.0

receiver/redisreceiver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)