Skip to content

redisson-3.12.5

Compare
Choose a tag to compare
@mrniko mrniko released this 16 Apr 11:57
· 3558 commits to master since this release

Improvement - increased RLock reliability during failover. RedLock was deprecated

Fixed - Map object is not updated after session change (thanks to @eager)
Fixed - RedissonSessionRepository doesn't handle PTTL = -2 (thanks to @eager)
Fixed - RedissonSessionRepository topic listener NPE race condition (thanks to @eager)
Fixed - RedissonReactiveSubscription.subscribe() and receive() methods aren't synchronized
Fixed - RLiveObjectService search with Conditions.and() returns wrong result
Fixed - Redisson Tomcat Manager doesn't store principal and authType session attributes
Fixed - Redisson is unable to start if first sentinel node in list is down
Fixed - Spring Data RedissonConnection.del() method doesn't participate in pipeline
Fixed - RTopic.countListeners() method returns wrong result
Fixed - RRateLimiter.delete() method doesn't delete all allocated Redis objects
Fixed - RedissonBloomFilter throws NPE (regression since 3.12.4)
Fixed - CommandBatchService throws NPE (regression since 3.12.4)