Redisson v3.10.4 Release Notes

Release Date: 2019-03-08 // about 5 years ago
  • ๐Ÿ”‹ Feature - getCountDownLatch, getPermitExpirableSemaphore, getSemaphore, getFairLock methods added to RMultimap object
    ๐Ÿ”‹ Feature - maxCleanUpDelay and minCleanUpDelay settings added to Config object

    ๐Ÿ›  Fixed - RLocalCachedMap.destroy method doesn't clear local cache
    ๐Ÿ›  Fixed - HP NONSTOP OS is not supported by MapCacheEventCodec
    ๐Ÿ›  Fixed - RedissonLocalCachedMap.readAll* methods throw NPE if evictionPolicy = WEAK used
    ๐Ÿ›  Fixed - codec provided in Redisson configuration isn't used for attribute messages serialization
    ๐Ÿ›  Fixed - ClassNotFoundException is thrown by Tomcat Session Manager in readMode = MEMORY
    ๐Ÿ›  Fixed - fresh Tomcat instance unable to load session stored in Redis
    ๐Ÿ›  Fixed - negative delay shouldn't be allowed to define for RDelayedQueue.offer method
    ๐Ÿ›  Fixed - eviction delay for RMapCache object is not decreased
    ๐Ÿ›  Fixed - RMultiLock.tryLockAsync and RMultiLock.lockAsync methods may hang during invcation