Update redis 5.0.7 → 5.1.0 (minor) #592
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.1.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 46 commits:
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.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 28 commits:
Release 0.19.1
Merge pull request #158 from XrXr/select-exception-safety
Fix connection corruption when rb_thread_fd_select() raises
Merge pull request #157 from redis-rb/fix-gc-bug
Fix a GC bug in hiredis-client
Merge pull request #156 from redis-rb/dependabot/bundler/benchmark-ips-2.13.0
Bump benchmark-ips from 2.12.0 to 2.13.0
Release 0.19.0
Merge pull request #154 from redis-rb/revalidate-in-connected
Revalidate connection in `RedisClient#connected?`
Merge pull request #153 from reneklacan/fix-parallel-make
Fix compilation with multi-word $MAKE
Merge pull request #152 from eregon/truffleruby
Add truffleruby in CI
Merge pull request #151 from redis-rb/validate-db-argument
Eagerly fail if db parameter isn't an Integer
Raise a useful error when reconnecting with a circuit breaker (#145)
Eagerly close socket on connection error (#148)
Merge pull request #147 from 3scale/ppc64le-fix
Rename `unix` to `is_unix`
Merge pull request #146 from redis-rb/dependabot/bundler/rake-13.1.0
Bump rake from 13.0.6 to 13.1.0
Release 0.18.0
Merge pull request #144 from slai11/fix-config-interfaces
Expose basic config details for RedisClient
Release 0.17.1
Add support for NaN in RESP3 protocol
Add a GC_GUARD for the reader stack in hiredis_read_internal
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