Releases: spring-projects/spring-data-redis
Releases · spring-projects/spring-data-redis
2.4.11
2.5.2
📗 Links
⭐ New Features
- RedisCache synchronises all get(key, valueLoader) calls #2079
- Add support for BitFieldSubCommands that generate multiple bit operations using non-chaining methods #2055
🪲 Bug Fixes
- Fix result sorting using Redis repository query methods #2087
LettuceStreamCommands.xRevRange
uses async dedicated connection #2078
🔨 Dependency Upgrades
- Upgrade to Jedis 3.6.1 #2093
- Upgrade to Lettuce 6.1.3 #2091
- Bump xstream from 1.4.16 to 1.4.17 #2069
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.4.10
📗 Links
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.5.1
📗 Links
🔨 Dependency Upgrades
2.4.9
2.5.0
2.4.8
2.3.9.RELEASE
📗 Links
📔 Documentation
- Update reference documentation to set RedisConnectionFactory on RedisTemplate #2030
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.5.0-RC1
📗 Links
⭐ New Features
- Return AbstractRedisClient from LettuceConnectionFactory #2013
- Add support for CONFIG REWRITE #1992
- Return AbstractRedisClient from LettuceConnectionFactory [DATAREDIS-1170] #1745
- Add support to Redis Streams using Jedis Client [DATAREDIS-1140] #1711
- Add limit option to ScanCursor. [DATAREDIS-1004] #1575
- Provide TLS support for Sentinel clients in Jedis driver [DATAREDIS-989] #1560
🪲 Bug Fixes
- Connection proxy creation fails when using package-protected RedisConnectionProxy interface #2016
- Class with
@RedisHash
and byte[] property is turned into Map<String, Byte> #1981
📔 Documentation
- Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes #2010