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

Update dependency org.redisson:redisson to v3.44.0 #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

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

Release Notes

redisson/redisson (org.redisson:redisson)

v3.44.0

Feature - native eviction implemented for JCache API
Feature - advanced eviction implemented for JCache API
Feature - RKeyAsync.getKeysAsync() method added (thanks to @​seakider)
Feature - added commandsMap setting to CommandsLoadBalancer object
Feature - added regex setting to RandomLoadBalancer and RoundRobinLoadBalancer objects to filter nodes
Feature - Unix Domain Socket (UDS) support for a single mode through "redis+uds://" or "valkey+uds://" scheme

Fixed - RBuckets.get() method doesn't use nameMapper in single mode
Fixed - valkeys scheme can't be used in Sentinel mode
Fixed - closed channel detection during connection ping process
Fixed - RSearch throws an error if nocontent param defined (thanks to @​seakider)
Fixed - RemovedListener is invoked incorrectly by JCache.getAll() method
Fixed - synthetic class shouldn't be allowed to be used as a comparator for RPriorityQueue objects
Fixed - master node address isn't resolved through NatMapper object in Sentinel mode (tnanks @​aramperes)
Fixed - STOPWORDS 0 can't be defined during RSearch index creation
Fixed - RScript.evalSha() method doesn't work in cluster mode
Fixed - task id duplication check added to RScheduledExecutorService methods
Fixed - failover handling in Sentinel mode
Fixed - Micronaut Session.put() method doesn't remove an entry if value = null
Feature - lockWatchdogBatchSize setting added
Fixed - RReadWriteLock.unlock() method doesn't respect the lock owner

v3.43.0

Feature - RObservable interface for listeners added for RLock objects (thanks to @​seakider)

Fixed - RExecutorService workers stop working (regression since 3.42.0) (thanks to @​seakider)
Fixed - RLocalCacheMap.remove() method hangs if called inside a transaction
Fixed - poll methods of RTimeSeries and RScoredSortedSet objects return null instead of empty lists
Fixed - RSet.containsEach() method returns null instead of empty list
Fixed - RLocalCachedMap.fastRemove() method may throw NPE if storeMode = LOCALCACHE

v3.42.0

Feature - listeners support in Spring's CacheConfig object (thanks to @​seakider)
Feature - CLIENT LIST command support for Spring Data (thanks to @​seakider)
Feature - cluster nodes state added in node ... hasn't been discovered yet error
Feature - onConnectFailed() and onPingFailed() methods with an error argument added to FailedNodeDetector object
Feature - support of "valkey" and "valkeys" schemes in urls

Fixed - RScheduledExecutorService tasks might not be canceled (thanks to @​seakider)
Fixed - MASTERDOWN error handling
Fixed - RBloomFilter.contains() should return false if the filter doesn't exist (thanks to @​seakider)
Fixed - RRemoteService calls do not throw RemoteServiceTimeoutException, leaving threads stuck (thanks to @​seakider)
Fixed - RMap.addAndGet() method doesn't work with MapWriter
Fixed - RScheduledExecutorService tasks are not running on the next executor if the app was killed (thanks to @​seakider)
Fixed - RListMultimapReactive.get() and RSetMultimapReactive.get() methods return object with methods which throw exceptions
Fixed - RPriorityBlockingQueue.take() method consumes an element even after the calling thread has been interrupted
Fixed - RExecutorService result futures might be never completed
Fixed - RRemoteService shouldn't allocate a new worker if requestQueue is empty
Fixed - RListMultimapReactive.get() method doesn't work (thanks to @​kramer)
Fixed - RListMultimapRx.get() method doesn't work
Fixed - destroy() method doesn't work if called immediately after creation of RDelayedQueue object

v3.41.0

Feature - RPermitExpirableSemaphore.getLeaseTime() method added (thanks to @​seakider)
Feature - sslVerificationMode setting added

Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release permits if one of them doesn't exist (thanks to @​seakider)
Fixed - RTopic listeners leak if they are defined as a lambda
Fixed - RPriorityBlockingQueue.draintTo() method shouldn't resend command on response timeout
Fixed - RandomXoshiro256PlusPlus might block Redisson initialization

v3.40.2

Improvement - optimization LRUCacheMap speed by up to 200x

Fixed - Quarkus config parsing with sentinel nodes (thanks to @​blacksails)
Fixed - starvation of pub/sub connections may cause a memory leak

v3.40.1

Improvement - Netty pending tasks amount report in timeout exceptions

Fixed - Redis or Valkey hostname parsing
Fixed - NoClassDefFoundError is thrown during run with Spring Boot 3.4.0 in GraalVM native mode
Fixed - RTopic and RShardedTopic fail to resubscribe after node's DNS record change (regression since 3.27.0)

v3.40.0

Feature - metrics added to RClusteredTopic, RReliableTopic, RClusteredReliableTopic, RShardedTopic, RJsonStore and RLocalCachedJsonStore objects
Feature - Spring Data Redis 3.4.x module added
Feature - Spring Boot upgraded to 3.4.0
Feature - setIfLess() and setIfGreater() methods added to RAtomicDouble and RAtomicLong objects (thanks to @​seakider)
Feature - RMultimap.fastReplaceValues() method added (thanks to @​davidreis97)

Fixed - IPV6 uris with braces are parsed incorrectly
Fixed - minCleanUpDelay setting isn't applied during the first run of the EvictionTask
Fixed - master node shouldn't be changed on new ip addition for AWS Serverless endpoint
Fixed - Quarkus native build requires Snappy library
Fixed - Quarkus 3.14+ compatibility
Fixed - RBitSet.length() method returns unexpected value and caused RedisException in some case (thanks to @​seakider)
Fixed - TypedJsonJacksonCodec doesn't catch Exception (thanks to @​lyrric)


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the Renovate label Jan 1, 2025
@renovate renovate bot requested a review from a team as a code owner January 1, 2025 03:51
@renovate renovate bot force-pushed the renovate/org.redisson-redisson-3.x branch from f7441e8 to 955c87c Compare January 7, 2025 12:23
@renovate renovate bot changed the title Update dependency org.redisson:redisson to v3.41.0 Update dependency org.redisson:redisson to v3.42.0 Jan 7, 2025
@renovate renovate bot changed the title Update dependency org.redisson:redisson to v3.42.0 Update dependency org.redisson:redisson to v3.43.0 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/org.redisson-redisson-3.x branch from 955c87c to b8f1a6c Compare January 13, 2025 14:08
@renovate renovate bot changed the title Update dependency org.redisson:redisson to v3.43.0 Update dependency org.redisson:redisson to v3.44.0 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/org.redisson-redisson-3.x branch from b8f1a6c to 63daee5 Compare January 27, 2025 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants