Update redis 5.0.7 → 5.2.0 (minor) #603
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ redis (5.0.7 → 5.2.0) · Repo · Changelog
Release Notes
5.1.0 (from changelog)
5.0.8 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 57 commits:
Release 5.2.0
Merge pull request #1263 from philippeboyd/feature/add-pipeline-raise_exception-flag
feat(pipeline): add flag to disable raising exceptions
Merge pull request #1255 from supercaracal/fix-cluster-tx
Merge pull request #1260 from casperisfine/eagerly-close-subscription
Add Ruby 3.3 to the CI matrix
Eagerly close subscribed connection
Merge pull request #1261 from casperisfine/update-redis-lcient
Drop Ruby 2.5 like redis-client
Update tests for latest redis-client
Fix the watch command bugs for the cluster client
Release 5.1.0
Merge pull request #1253 from wmontgomery-splunk/wm/clean_up_rubocop
Remove Rubocop exclusion for test/remote_server_control_commands_test.rb
Remove redundant call to #to_s
Merge pull request #1251 from wholien/jc/add-pexpiretime
Add PEXPIRETIME
Merge pull request #1248 from wholien/jc/add-expiretime
Add Expiretime
Merge pull request #1247 from redis/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
Merge pull request #1245 from zendesk/ktsanaktsidis/fix_rubocop_ruby_26
Run Rubocop against Ruby 3.2
Merge pull request #1244 from zendesk/ktsanaktsidis/known_subclasses
Handle unknown subclasses of RedisClient::Error in clustering
Merge pull request #1242 from fatkodima/bitcount-bitpos-add-bits-unit
Support `BIT/BYTE` for `bitcount` and `bitpos` for redis 7+
Defund rubocop
Merge Pull Request #1241
Add NodeMightBeDown to redis client error mapping
Merge pull request #1239 from eregon/fix-race-update-truffleruby
Fix races in publish_subscribe_test.rb
Use latest truffleruby version
Merge pull request #1238 from zendesk/ktsanaktsidis/make_error_collection_useful
Cluster: Preserve message and suberrors when raising CommandErrorCollection
Merge pull request #1236 from zendesk/ktsanaktsidis/pass_watch
Pass watch: kwarg to #multi calls on clients
Release 5.0.8
Merge pull request #1227 from supercaracal/add-sharded-pubsub-support
Add sharded Pub/Sub support for cluster
Merge pull request #1226 from supercaracal/support-transaction-for-cluster-client
Support transactions for cluster client
Merge pull request #1225 from afinzel/master
Update default timeout docs
Update sentinel auth with explicit kwargs (#1221)
Merge pull request #1222 from supercaracal/fix-cluster
Fix redis-clustering gem to pass the test with latest dependencies
Merge pull request #1220 from redis/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #1211 from supercaracal/remove-flaky-and-redundant-cases-for-pubsub-in-cluster-mode
Merge pull request #1219 from casperisfine/sentinel-reconnection
Fix `Redis#without_reconnect` for sentinel clients
Merge pull request #1218 from casperisfine/test-redis-7.2
Add Redis server 7.2 to the CI matrix
Merge pull request #1214 from jdelStrother/jdelStrother-patch-1
Add some more examples of sentinel auth to the readme
Remove flaky and redundant test cases for Pub/Sub in cluster mode
Release Notes
0.20.0 (from changelog)
0.19.1 (from changelog)
0.19.0 (from changelog)
0.18.0 (from changelog)
0.17.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands