Update redis 5.0.8 → 5.1.0 (minor) #235
Merged
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.8 → 5.1.0) · Repo · Changelog
Release Notes
5.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 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 Notes
0.20.0 (from changelog)
0.19.1 (from changelog)
0.19.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
Release 0.20.0
Merge pull request #174 from stanhu/sh-add-prelude-unit-tests
Add more unit tests for connection prelude
Merge pull request #173 from stanhu/sh-freeze-prelude
Ensure all elements of connection prelude are frozen
Merge pull request #172 from redis-rb/dependabot/bundler/minitest-5.22.0
Merge pull request #171 from redis-rb/dependabot/bundler/rake-compiler-1.2.7
Bump minitest from 5.21.2 to 5.22.0
Bump rake-compiler from 1.2.6 to 1.2.7
Merge pull request #170 from tacerus/unix
Support `unix://` schemes and pure paths in `url:` config
Merge pull request #169 from redis-rb/dependabot/bundler/rubocop-minitest-0.30.0
Merge pull request #168 from redis-rb/dependabot/bundler/rake-compiler-1.2.6
Bump rubocop-minitest from 0.27.0 to 0.30.0
Bump rake-compiler from 1.2.5 to 1.2.6
Merge pull request #163 from jgmontoya/feat/make-client-ractor-compatible
Fix compatibility with Ractors
Merge pull request #166 from redis-rb/dependabot/bundler/rubocop-1.50.2
Bump rubocop from 1.28.2 to 1.50.2
Merge pull request #167 from redis-rb/dependabot/bundler/rubocop-minitest-0.27.0
Bump rubocop-minitest from 0.19.1 to 0.27.0
Merge pull request #165 from redis-rb/dependabot/bundler/minitest-5.21.2
Bump minitest from 5.21.1 to 5.21.2
Merge pull request #164 from redis-rb/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
Drop support for Ruby 2.5
Merge pull request #160 from redis-rb/dependabot/bundler/stackprof-0.2.26
Update minitest
Bump stackprof from 0.2.25 to 0.2.26
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
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