Releases: spring-projects/spring-data-redis
Releases · spring-projects/spring-data-redis
2.5.9
2.7.0-M2
3.0.0-M1
2.7.0-M1
📗 Links
⭐ New Features
- Add
RedisScript
andPartialUpdate
extensions #2234 - Add username support for Sentinel Configuration #2218
- Add support for final/Kotlin classes in
GenericJackson2JsonRedisSerializer
[DATAREDIS-995] #1566
🐞 Bug Fixes
- Unable to get an error while using opsForHash().get() command #2210
ByteUtils.getBytes(ByteBuffer)
does not respect buffer position for heap buffers #2204
🔨 Dependency Upgrades
- Upgrade to Lettuce 6.1.6.RELEASE #2235
- Upgrade to Jedis 3.8.0 #2230
- Upgrade to Jedis 3.7.1 #2220
- Upgrade to Netty 4.1.72.Final #2219
- Update commons-beanutils to 1.9.4 #2135
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.6.1
📗 Links
⭐ New Features
- Add
RedisScript
andPartialUpdate
extensions #2234
🐞 Bug Fixes
- Unable to get an error while using opsForHash().get() command #2210
ByteUtils.getBytes(ByteBuffer)
does not respect buffer position for heap buffers #2204
🔨 Dependency Upgrades
- Upgrade to Lettuce 6.1.6.RELEASE #2235
- Upgrade to Jedis 3.7.1 #2220
- Upgrade to Netty 4.1.72.Final #2219
- Update commons-beanutils to 1.9.4 #2135
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.5.8
📗 Links
🐞 Bug Fixes
- Unable to get an error while using opsForHash().get() command #2210
🔨 Dependency Upgrades
2.6.0
2.5.7
2.4.15
📗 Links
🐞 Bug Fixes
- Eager initialization of
LettuceConnectionFactory
configured for Redis Cluster causesClassCastException
#2186