Update mock_redis 0.50.0 → 0.51.0 (major) #306
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?
✳️ mock_redis (0.50.0 → 0.51.0) · Repo · Changelog
Release Notes
0.51.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 2 commits:
Cut version 0.51.0 (#331)
Faster hmget when fetching a lot of fields (#330)
✳️ redis (5.4.0 → 5.4.1) · Repo · Changelog
Release Notes
5.4.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 8 commits:
Release 5.4.1
Require redis-client earlier
Merge pull request #1312 from redis/translate-ensure-connected
Fix `without_reconnect` to wrap redis-client exceptions
Update redis release URL
Merge pull request #1311 from redis/specialize-evalsha-noscript-error
Fix a mistake in test_hrandfield
Handle RedisClient::NoScriptError
Release Notes
0.25.1 (from changelog)
0.25.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 30 commits:
Release 0.25.1
Merge pull request #246 from tma/tma/keep-alive-fix
Pass keep alive TTL/idle value correctly
Merge pull request #245 from redis-rb/dependabot/bundler/megatest-0.3.0
Bump megatest from 0.2.0 to 0.3.0
Release 0.25.0
Merge pull request #244 from piotrze/master
Fix building hiredis-client gem with gcc 15
Use cgi 0.5.0 final
Add cgi to Gemfile and remove unused gems
Merge pull request #240 from redis-rb/dependabot/bundler/base64-0.3.0
Update Ractor tests following `#take` removal
Bump base64 from 0.2.0 to 0.3.0
Merge pull request #239 from redis-rb/dependabot/bundler/rake-13.3.0
Merge pull request #241 from redis-rb/dependabot/bundler/benchmark-0.4.1
Bump benchmark from 0.4.0 to 0.4.1
Bump rake from 13.2.1 to 13.3.0
Merge pull request #237 from hakanensari/escape-paths
Escape paths to handle spaces
Merge pull request #236 from redis-rb/dependabot/bundler/connection_pool-2.5.3
Bump connection_pool from 2.5.1 to 2.5.3
Merge pull request #233 from redis-rb/dependabot/bundler/rake-compiler-1.3.0
Merge pull request #234 from redis-rb/dependabot/bundler/connection_pool-2.5.1
Bump rake-compiler from 1.2.9 to 1.3.0
Bump connection_pool from 2.5.0 to 2.5.1
Merge pull request #235 from redis-rb/update-dl
Update test certificates
Update redis download URL
Expose `CommandError#code`
Specialize the NOSCRIPT error
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