IntellectualSites / ClipboardConnect

Handles clipboards for players across the network
GNU General Public License v3.0
3 stars 2 forks source link

Update dependency org.redisson:redisson to v3.26.0 #34

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.redisson:redisson (source) 3.25.2 -> 3.26.0 age adoption passing confidence

Release Notes

redisson/redisson (org.redisson:redisson) ### [`v3.26.0`](https://togithub.com/redisson/redisson/blob/HEAD/CHANGELOG.md#20-Dec-2023---3260-released) Feature - ability to specify `retryInterval`, `retryAttempts`, `timeout` settings per Redisson object. Please refer to the [documentation](https://togithub.com/redisson/redisson/wiki/3.-operations-execution)\ Feature - `LocalCachedMapOptions.expirationEventPolicy` setting added\ Feature - `StreamAddListener`, `StreamCreateConsumerListener`, `StreamCreateGroupListener`, `StreamRemoveConsumerListener`, `StreamRemoveGroupListener`, `StreamRemoveListener`, `StreamTrimListener` listeners added for `RStream` object Fixed - Spring Data Redis `RedissonConnection.setCommands()` method returns null\ Fixed - continuously reconnecting to a removed slave node in cluster mode\ Fixed - `EntryExpiredListener` isn't invoked by `RMapCache` instance in Redis Cluster 7+ and if `nameMapper` is defined\ Fixed - `Skipped slave up ...` error is thrown in Sentinel mode if nodes use IPv6\ Fixed - NPE is thrown when adding or removing shards in ElastiCache\ Fixed - `RAtomicDouble`, `RAtomicLong`, `RMap`, `RScoredSortedSet`, `RSet` listeners aren't removed properly\ Fixed - connection isn't reconnected on `WRONGPASS` Redis error\ Fixed - connection timeout during Redisson start ignores connections amount\ Fixed - `RSearch.search()` method doesn't execute query with aliases properly\ Fixed - `FCALL_RO` command isn't used when `RFunction` method called with `FunctionMode.READ` parameter\ Fixed - `IllegalReferenceCountException` is thrown when canceling a method call\ Fixed - Redis scan cursor exceed `Long.MAX_VALUE` in AWS Elasticache\ Fixed - internal `ServiceManager.calcSHA()` method should use UTF-8 encoding by default

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.