Redisson v3.12.2 Release Notes

Release Date: 2020-02-18 // about 4 years ago
  • ๐Ÿ”‹ Feature - Hibernate hibernate.cache.redisson.fallback setting introduced
    ๐Ÿ”‹ Feature - added RLocalCachedMap.preloadCache method with batch size

    ๐Ÿ‘Œ Improvement - RLocalCachedMap.putAllOperation method optimization

    ๐Ÿ›  Fixed - exception thrown by org.redisson.jcache.JCacheEventCodec
    ๐Ÿ›  Fixed - connection leak occured during RBatch object usage
    ๐Ÿ›  Fixed - Tomcat session should return the same object during the same request for readMode = REDIS and updateMode = AFTER_REQUEST settings
    ๐Ÿ›  Fixed - RPriorityQueue comparator is not deleted or expired after corresponding methods invocation
    ๐Ÿ›  Fixed - memory leak caused by ClientConnectionsEntry.allConnections field
    ๐Ÿ›  Fixed - maxIdleTimeout = 1 hour set to RedisExecutor.CODECS map
    ๐Ÿ›  Fixed - use RBatch for all types of Redis setup (thanks to @basiszwo)