Redisson v3.10.3 Release Notes

Release Date: 2019-02-26 // about 5 years ago
  • ๐Ÿ”‹ Feature - RTransaction.getBuckets method added
    ๐Ÿ”‹ Feature - ability to redefine CacheKeysFactory in Hibernate Cache Factory
    0๏ธโƒฃ Feautre - ability to specify default values for environment variable (thanks to aaabramov)
    ๐Ÿ”‹ Feature - RRateLimiter.getConfig method added
    ๐Ÿ”‹ Feature - ping and pingAll methods with timeout added to Node object

    ๐Ÿ‘Œ Improvement - create Redis stream group if it doesn't exist
    ๐Ÿ‘Œ Improvement - response decoding optimization

    ๐Ÿ›  Fixed - RStream.listPending throws IndexOutOfBoundsException
    ๐Ÿ›  Fixed - LocalCacheView.toCacheKey method throws StackOverflowError
    ๐Ÿ›  Fixed - RedissonSessionManager doesn't support async servlets (thanks to dnouls)
    ๐Ÿ›  Fixed - FSTCodec memory leak
    ๐Ÿ›  Fixed - rename and renamenx methods don't change name of current object
    ๐Ÿ›  Fixed - performance regression of RBatch result decoding (since 2.12.2 / 3.7.2 version)
    ๐Ÿ›  Fixed - Transactional RBucket object doesn't respect transaction timeout