Releases: spring-projects/spring-data-redis
Releases · spring-projects/spring-data-redis
3.0.0
📗 Links
🐞 Bug Fixes
- Fix method usage in MappingRedisConverter.java #2446
📔 Documentation
- "Redis Cache" section in ref doc appearing below "Redis Scripting" #2458
- Replace new and noteworthy with links to the release notes #2453
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.7.6
2.6.10
3.0.0-RC2
3.0.0-RC1
📗 Links
⭐ New Features
- Refine methods accepting floating-point Range values #2421
- Support for Lettuce's 6.2 RedisCredentialsProvider #2376
- Add support for
ZRANGESTORE
#2345 - Add approximate trimming to reactive stream extensions #2227
🐞 Bug Fixes
NumberFormatException
parsingspring.redis.cluster.nodes
with IPv6 address #2418- Cursor open exception causes connection leak #2414
📔 Documentation
- Fix typo in Javadoc #2417
- Prefer Java configuration over XML #2416
- HashOperations MultiGet Probably shouldn't return null elements in the collection #2309
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.7.5
2.7.4
📗 Links
⭐ New Features
- Add approximate trimming to reactive stream extensions #2227
🐞 Bug Fixes
NumberFormatException
parsingspring.redis.cluster.nodes
with IPv6 address #2418- Cursor open exception causes connection leak #2414
📔 Documentation
- Fix typo in Javadoc #2417
- HashOperations MultiGet Probably shouldn't return null elements in the collection #2309
🔨 Dependency Upgrades
- Upgrade to Lettuce 6.1.10.RELEASE #2430
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.6.9
2.6.8
📗 Links
🐞 Bug Fixes
NumberFormatException
parsingspring.redis.cluster.nodes
with IPv6 address #2418- Cursor open exception causes connection leak #2414
📔 Documentation
- Fix typo in Javadoc #2417
- HashOperations MultiGet Probably shouldn't return null elements in the collection #2309
🔨 Dependency Upgrades
- Upgrade to Lettuce 6.1.10.RELEASE #2430
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.0-M6
📗 Links
⭐ New Features
- Add support to clear cache by key pattern #2379
- Improve
ByteUtils.concatAll(…)
array allocations #2366
🐞 Bug Fixes
- Reactive
multiGet
returns empty string on non-existing key #2402 - The implementation of GenericJackson2JsonRedisSerializer has changed in a non-back-compatible manner - and perhaps, by accident? #2396
JedisClusterHashCommands.hStrLen()
should callshstren
onJedisCluster
object #2392RedisMessageListenerContainer.removeMessageListener(…)
unsubscribes twice #2355- Fix potential
NullPointerException
when using Jedis ClusterBZPOP*
#2324 - BZPOPMAX returns minimum value when called with a Duration #2323
📔 Documentation
- Document differences between hRandField and hRandFieldWithValues #2407
- Remove new & noteworthy section in favor of our release notes #2384
- Fix the JDK version required to build from the source code #2377
🔨 Dependency Upgrades
- Adopt to changed Mockk artifact name #2405
❤️ Contributors
We'd like to thank all the contributors who worked on this release!