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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v9.6.1: 9.6.1

Compare Source

Changes

9.6

This release contains all new features from version 9.6.

🚀 New Features
  • Support Hash-field expiration commands (#​2991)
  • Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#​3038)
  • Support NOVALUES parameter for HSCAN (#​2925)
  • Added test case for CLIENT KILL with MAXAGE option (#​2971)
  • Add support for XREAD last entry (#​3005)
  • Reduce the type assertion of CheckConn (#​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
🎁 Package Distribution
  • Retract versions 9.5.3 and 9.5.4 (#​3069)

Contributors

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

@​LINKIWI, @​b1ron, @​gerzse, @​haines, @​immersedin, @​naiqianz, @​ofekshenawa, @​srikar-jilugu, @​tzongw, @​vladvildanov, @​vmihailenco and @​monkey92t

v9.6.0: 9.6.0

Compare Source

Changes

🚀 New Features

  • Support Hash-field expiration commands (#​2991)
  • Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#​3038)
  • Support NOVALUES parameter for HSCAN (#​2925)
  • Added test case for CLIENT KILL with MAXAGE option (#​2971)
  • Add support for XREAD last entry (#​3005)
  • Reduce the type assertion of CheckConn (#​3066)

🛠️ Improvements

This release includes support for Redis Community Edition (CE) 7.4.0, ensuring compatibility with the latest features and improvements introduced in Redis CE 7.4.0.

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#​2993)
  • Avoid unnecessary retry delay in cluster client following MOVED and ASK redirection (#​3048)
  • add test for tls connCheck #​3025 (#​3047)
  • fix node routing in slotClosestNode (#​3043)
  • Update pubsub.go (#​3042)
  • Change monitor test to run manually (#​3041)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (#​3028)
  • Add (*StatusCmd).Bytes() method (#​3030)
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /example/otel (#​3000)

Contributors

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

@​LINKIWI, @​b1ron, @​dependabot, @​dependabot[bot], @​gerzse, @​haines, @​immersedin, @​naiqianz, @​ofekshenawa, @​srikar-jilugu, @​tzongw, @​vladvildanov and @​vmihailenco @​monkey92t

v9.5.4

Compare Source

v9.5.3

Compare Source

v9.5.2: 9.5.2

Compare Source

Changes

  • fix: fix #​2681 (#​2998)
  • Remove skipping span creation by checking parent spans (#​2980)
  • Handle IPv6 in isMovedError (#​2981)
  • Fix XGroup first pos key (#​2983)
  • Adding BitfieldRo in BitMapCmdable interface (#​2962)
  • Optimize docs useless imports and typo (#​2970)
  • chore: fix some comments (#​2967)
  • Fix for issues #​2959 and #​2960 (#​2961)
  • fix: #​2956 (#​2957)
  • fix misuses of a vs an (#​2936)
  • add server address and port span attributes to redis otel trace instrumentation (#​2826)
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /example/otel (#​2944)
  • Remove secrets from Redis Enterprise CI (#​2938)
  • Fix monitor on go 1.19 (#​2908)
  • chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /extra/redisprometheus (#​2942)
  • Change RE image to public RE image (#​2935)

Contributors

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

@​XSAM, @​akash14darshan, @​daviddzxy, @​dependabot, @​dependabot[bot], @​esara, @​hakusai22, @​hishope, @​kindknow, @​monkey92t, @​ofekshenawa, @​singular-seal and deferdeter

v9.5.1: 9.5.1

Compare Source

Changes

Note: This release fixes the SETINFO issue from 9.5.0. This release restores connections to redis versions that do not have SETINFO. Thank you to our amazing community for their help with this issue

🐛 Bug Fixes

  • bug: Fix SETINFO ensuring it is set-and-forget (#​2915)

🧰 Maintenance

  • docs: README update to highlight how to disable sending client identification (#​2913)

Contributors

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

@​ofekshenawa

v9.5.0: 9.5.0

Compare Source

Changes

Note: This release implements SETINFO by default, and currently breaks with Redis versions prior to 7.2 due to the way the change was implemented. It should have failed silently, but did not. 9.5.1 will fix this. To disable this behaviour, with this release, please DisableIdentity: true in your RedisOptions struct.

🚀 New Features

  • Add object fraq command (#​2844)
  • Speed up connections by sending SetInfo via a pipeline (#​2880)
  • Add helpers to set libinfo without panic (#​2724)

🧰 Maintenance

  • Remove unnecessary Node project definition file (#​2863)
  • Add support for specifying bitcount unit as byte or bit, byte default (#​2887)
  • fix ConnPool race in newConn (#​2885)

📚 Documentation & Testing

  • Docs: update features (#​2846)
  • Docs: add bytes in scan struct example (#​2836)
  • Tests: add ut for util_test (#​2840)

⚙️ Dependencies & Infrastructure

  • chore: update OpenTelemetry and Uptrace to the latest version (#​2864)
  • chore(deps): bump release-drafter/release-drafter from 5 to 6 (#​2883)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (#​2889)
  • chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#​2890)
  • Change RE image to 7.2.4-108 (#​2884)
  • Add CredentialsProvider to ClusterOptions (#​2791)

Contributors

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

@​OlegStotsky, @​abusizhishen, @​dependabot, @​dependabot[bot], @​johnduhart, @​limotley, @​ofekshenawa, @​peczenyj, @​rfyiamcool, and @​vmihailenco


Configuration

📅 Schedule: Branch creation - "before 6am on Monday" in timezone Europe/Paris, 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 requested a review from a team as a code owner February 26, 2024 03:28
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.1 Update module github.com/redis/go-redis/v9 to v9.5.1 Mar 5, 2024
@renovate renovate bot changed the title Update module github.com/redis/go-redis/v9 to v9.5.1 fix(deps): update module github.com/redis/go-redis/v9 to v9.5.1 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-redis-go-redis-v9-9.x branch from aa1025e to 65c510b Compare May 31, 2024 03:46
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.1 fix(deps): update module github.com/redis/go-redis/v9 to v9.5.2 May 31, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.2 fix(deps): update module github.com/redis/go-redis/v9 to v9.5.3 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-redis-go-redis-v9-9.x branch from 65c510b to 64b94c8 Compare June 7, 2024 16:28
@renovate renovate bot force-pushed the renovate/git.luolix.top-redis-go-redis-v9-9.x branch from 64b94c8 to 1b3ba71 Compare July 12, 2024 04:49
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.3 fix(deps): update module github.com/redis/go-redis/v9 to v9.5.4 Jul 12, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.4 fix(deps): update module github.com/redis/go-redis/v9 to v9.5.2 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-redis-go-redis-v9-9.x branch 2 times, most recently from a28c663 to f5a872e Compare July 19, 2024 14:05
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.2 fix(deps): update module github.com/redis/go-redis/v9 to v9.6.0 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-redis-go-redis-v9-9.x branch from f5a872e to a661919 Compare July 25, 2024 09:12
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.6.0 fix(deps): update module github.com/redis/go-redis/v9 to v9.6.1 Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants