Update redis 5.3.0 → 5.4.0 (minor) #280
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.3.0 → 5.4.0) · Repo · Changelog
Release Notes
5.4.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 19 commits:
Release 5.4.0
Merge pull request #1310 from redis/fix-blmpop
Fix Redis#blmpop to actually send BLMPOP
Merge pull request #1309 from willbryant/xadd_minid
Support the MINID option for XADD
Fix rubocop on newer rubies
Merge pull request #1307 from ozennou/patch-1
Update CI configuration
Merge pull request #1300 from Hugo-Hache/hh/zrevrank-withscore
Add :with_score option to zrank and zrevrank
Merge pull request #1295 from kazuyainoue0124/fix_typos_in_readme
Fix typos in README
Merge pull request #1293 from supercaracal/fix-a-test
Fix several test cases for the stuck in TruffleRuby
Merge pull request #1291 from supercaracal/fix-docs-for-cluster
Merge pull request #1292 from supercaracal/workaround-truffleruby-in-ci
Mitigate long running job for truffleruby in CI by workaround
Add a mention of MGET, MSET and DEL commands to the cluster document, that behavior was changed by internal library
Forward blocks on Redis#call
Release Notes
2.5.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 9 commits:
prep for release
Track checked out created connections across reloads (#192)
ensure reap does not enter infinite loop (#193)
Avoid extra mutex contention (#189)
Make automatically fixable standard issues fail CI (#190)
Bump actions/checkout from 3 to 4 (#181)
Add reap functionality (#187)
Add Ruby 3.3 to CI matrix (#183)
formatting
Release Notes
0.23.2 (from changelog)
0.23.1 (from changelog)
0.23.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 47 commits:
Release 0.23.2
Merge pull request #228 from redis-rb/retry-on-open
Add base64 to Gemfile for older rubocop compatibility
Fix retry logic not to attempt to retry on an open circuit breaker.
Merge pull request #226 from redis-rb/dependabot/bundler/connection_pool-2.5.0
Bump connection_pool from 2.4.1 to 2.5.0
Release 0.23.1
Merge pull request #225 from redis-rb/fix-jruby-ci
Update JRuby on CI
Merge pull request #224 from redis-rb/hiredis-no-stack-alloc
Allocate hiredis_reader_state_t inside hiredis_connection_t
Merge pull request #223 from redis-rb/dependabot/bundler/rake-compiler-1.2.9
Bump rake-compiler from 1.2.8 to 1.2.9
Test against Ruby 3.4
Release 0.23.0
Merge pull request #222 from redis-rb/password-proc
Downgrade json to support Ruby 2.6
Seriously... get a life
Downgrade bundler
Declare some new default gems dependencies
Allow `password` to be a callable.
Update CHANGELOG
Bump dev dependencies
Merge pull request #215 from redis-rb/dependabot/bundler/rake-compiler-1.2.8
Bump rake-compiler from 1.2.7 to 1.2.8
Merge branch 'stockholmux-add-valkey-readme'
adds mention of Valkey to the readme
Merge pull request #213 from redis-rb/dependabot/bundler/benchmark-ips-2.14.0
Bump benchmark-ips from 2.13.0 to 2.14.0
Use released version of megatest
Merge pull request #212 from redis-rb/megatest
Migrate to megatest
Refactor test suite so all test case inherit from a single class
Improve error message on timeout
Stop using minitest/mock
Merge pull request #211 from redis-rb/dependabot/bundler/minitest-5.25.1
Bump minitest from 5.24.1 to 5.25.1
Merge pull request #210 from orien/gem-package
Remove unused files from the gem package
Merge pull request #209 from rianmcguire/hiredis-pubsub-safety
Don't flush hiredis write buffer during reads
Merge pull request #205 from redis-rb/dependabot/bundler/minitest-5.24.1
Bump minitest from 5.24.0 to 5.24.1
Merge pull request #204 from cafedomancer/patch-1
Update the link URL to Redis Sentinel
Merge pull request #203 from redis-rb/dependabot/bundler/minitest-5.24.0
Bump minitest from 5.23.0 to 5.24.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