Update redis: 5.0.4 → 5.0.5 (patch) #455
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.4 → 5.0.5) · Repo · Changelog
Release Notes
5.0.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Release 5.0.5
Bump redis-cluster-client
Merge pull request #1158 from casperisfine/fork-handling
Fix automatic disconnection when the process was forked
Merge pull request #1156 from roharon/hash_flatten_performance
Modify: improve performance of hash flatten without to_a method
Merge pull request #1155 from dentarg/patch-1
Fix Ruby syntax in example in README
Merge pull request #1153 from supercaracal/fix-cluster-test
Shrink cluster test cases guaranteed by redis-cluster-client and focus on behavior test for method interfaces
Release Notes
2.3.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
Add more context to timeout error
simplify flaky test
fix jruby?
remove 2.4
Cleanup readme
Bump ruby to 2.5+
integrate standard
Bump actions/checkout from 2 to 3 (#163)
Add Dependabot for GitHub Actions (#162)
Add Ruby 3.1 to CI (#160)
Revert "Use prerelease aware version comparison (#157)"
Use prerelease aware version comparison (#157)
Mention new timeout-error class in README (#156)
bump
Update gemspec to avoid backticks
Drop support for Ruby 2.2 (#154)
Use explicit namespaces for `Mutex` and `ConditionVariable` (#153)
Prefer `require_relative` for internal requires (#152)
Release Notes
0.9.0 (from changelog)
0.8.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 9 commits:
Release 0.9.0
Automatically reconnect if the process was forked
Clarify CHANGELOG
Release 0.8.1
Handle asynchronous exception and Thread#kill
handle commands returning a top-level `false`
Merge pull request #48 from redis-rb/pooled-ruby2-keywords
Use `ruby2_keywords` for Pooled delegation
Fix dependabot config
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