Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.redisson:redisson from 3.30.0 to 3.31.0 #181

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps org.redisson:redisson from 3.30.0 to 3.31.0.

Release notes

Sourced from org.redisson:redisson's releases.

redisson-parent-3.31.0

Feature - Spring Boot 3.3.0 integration Feature - Spring Data Redis 3.3.0 integration Feature - allow retry of NOREPLICAS error (thanks to @​ghollies)

Improvement - SequentialDnsAddressResolverFactory default concurrencyLevel set to 2 Improvement - ThreadLocalRandom replaced with xoshiro256** RNG to avoid collisions

Fixed - cluster failover handling Fixed - cluster topology scan shouldn't be stopped by any exception Fixed - RSetMultiMap throws too many results to unpack error Fixed - append commands error when using batch mode (thanks to @​seakider) Fixed - ERR unknown command EVALSHA_RO error shouldn't be logged Fixed - TransactionalBucket#set(V, Duration) PSETEX command is called before MULTI command (thanks to @​seakider) Fixed - CommandMapper isn't applied to Lua scripts Fixed - incorrect connection release if BatchOptions.executionMode = REDIS_WRITE_ATOMIC or REDIS_READ_ATOMIC (thanks to @​seakider) Fixed - RFairLock methods throw 'attempt to compare nil with number' error Fixed - Spring Data Redis RedissonConnectionFactory.getSentinelConnection() method throws error on the first offline sentinel Fixed - read mode = SLAVE isn't applied for RSet.random() methods Fixed - Keyspace notifications should be listened only on master nodes Fixed - RListMultimap.removeAll() method always deletes link to list Fixed - RLockReactive methods don't work in native image Fixed - Correctly update shutdown timeout after each step in connection manager shutdown (thanks to @​MartinEkInsurely) Fixed - broken tck JCache tests Fixed - not all sentinels defined in the configuration are registered

Changelog

Sourced from org.redisson:redisson's changelog.

31-May-2024 - 3.31.0 released

Feature - Spring Boot 3.3.0 integration
Feature - Spring Data Redis 3.3.0 integration
Feature - allow retry of NOREPLICAS error (thanks to @​ghollies)

Improvement - SequentialDnsAddressResolverFactory default concurrencyLevel set to 2
Improvement - ThreadLocalRandom replaced with xoshiro256** RNG to avoid collisions

Fixed - cluster failover handling
Fixed - cluster topology scan shouldn't be stopped by any exception
Fixed - RSetMultiMap throws too many results to unpack error
Fixed - append commands error when using batch mode (thanks to @​seakider)
Fixed - ERR unknown command EVALSHA_RO error shouldn't be logged
Fixed - TransactionalBucket#set(V, Duration) PSETEX command is called before MULTI command (thanks to @​seakider)
Fixed - CommandMapper isn't applied to Lua scripts
Fixed - incorrect connection release if BatchOptions.executionMode = REDIS_WRITE_ATOMIC or REDIS_READ_ATOMIC (thanks to @​seakider)
Fixed - RFairLock methods throw 'attempt to compare nil with number' error
Fixed - Spring Data Redis RedissonConnectionFactory.getSentinelConnection() method throws error on the first offline sentinel
Fixed - read mode = SLAVE isn't applied for RSet.random() methods
Fixed - Keyspace notifications should be listened only on master nodes
Fixed - RListMultimap.removeAll() method always deletes link to list
Fixed - RLockReactive methods don't work in native image
Fixed - Correctly update shutdown timeout after each step in connection manager shutdown (thanks to @​MartinEkInsurely)
Fixed - broken tck JCache tests
Fixed - not all sentinels defined in the configuration are registered

Commits
  • ac1d1fb [maven-release-plugin] prepare release redisson-parent-3.31.0
  • 4bf4cb1 Fixed - Cluster failover handling #5857
  • 7b2c189 Revert "Fixed - Cluster failover handling #5857"
  • ee5f9a9 Feature - Spring Data Redis 3.3.0 integration
  • 689503a Feature - Spring Boot upgraded to 3.3.0
  • 67d3978 Feature - Spring Data Redis 3.3.0 integration
  • 85b18b6 Feature - Spring Data Redis 3.3.0 integration
  • c86af4e Fixed - Cluster failover handling #5857
  • 4e6c0be Fixed - cluster topology scan shouldn't be stopped by any exception. #5857
  • b607554 Fixed - RedissonSetMultiMap throws too many results to unpack" error. #5903
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.30.0 to 3.31.0.
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.30.0...redisson-parent-3.31.0)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 3, 2024
@nmuzychuk nmuzychuk merged commit 3264487 into master Jun 20, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.redisson-redisson-3.31.0 branch June 20, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant