Update CHANGELOG.md

pull/6356/head
Nikita Koksharov 1 month ago committed by GitHub
parent 5b0d71dee4
commit 929fb99e90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,16 @@ Redisson Releases History
Upgrade to __[Redisson PRO](https://redisson.pro)__ with **advanced features**. Upgrade to __[Redisson PRO](https://redisson.pro)__ with **advanced features**.
### 23-Dec-2024 - 3.41.0 released
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
### 12-Dec-2024 - 3.40.2 released ### 12-Dec-2024 - 3.40.2 released
Improvement - optimization LRUCacheMap speed by up to 200x Improvement - optimization LRUCacheMap speed by up to 200x

Loading…
Cancel
Save