Releases: spring-projects/spring-data-redis
Releases · spring-projects/spring-data-redis
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
NumberFormatExceptionparsingspring.redis.cluster.nodeswith 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
NumberFormatExceptionparsingspring.redis.cluster.nodeswith 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
NumberFormatExceptionparsingspring.redis.cluster.nodeswith 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
multiGetreturns 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 callshstrenonJedisClusterobject #2392RedisMessageListenerContainer.removeMessageListener(…)unsubscribes twice #2355- Fix potential
NullPointerExceptionwhen 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!
2.7.3
📗 Links
⭐ New Features
- Improve
ByteUtils.concatAll(…)array allocations #2366
🐞 Bug Fixes
- Reactive
multiGetreturns 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 callshstrenonJedisClusterobject #2392RedisMessageListenerContainer.removeMessageListener(…)unsubscribes twice #2355- Fix potential
NullPointerExceptionwhen using Jedis ClusterBZPOP*#2324 - BZPOPMAX returns minimum value when called with a Duration #2323
📔 Documentation
- Document differences between hRandField and hRandFieldWithValues #2407
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.6.7
📗 Links
🐞 Bug Fixes
- Reactive
multiGetreturns empty string on non-existing key #2402 JedisClusterHashCommands.hStrLen()should callshstrenonJedisClusterobject #2392- Fix potential
NullPointerExceptionwhen using Jedis ClusterBZPOP*#2324 - BZPOPMAX returns minimum value when called with a Duration #2323
📔 Documentation
- Document differences between hRandField and hRandFieldWithValues #2407
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
2.5.12
📗 Links
📔 Documentation
- Fix a broken link in the redis-transaction docuement. #2297
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.0.0-M5
📗 Links
⭐ New Features
- Support AOT processing of repositories #2350
- Introduce
JacksonObjectReaderandJacksonObjectWriterfunction interfaces to customize JSON (de)serialization #2332 - Provide read/write customization hooks for
GenericJackson2JsonRedisSerializer#2322 - Use
o.s.d.d.Rangeinstead of innerRangeclass for ZSet operations #2292 - Use
Rangetype from Spring Data Commons #2288 - Upgrade to Jedis 4.2 #2287
- Allow configuration of
RedisMessageListenerContainerthrough@EnableRedisRepositories#1827
🐞 Bug Fixes
- Jackson2HashMapper does not serialize BigDecimal fields when flatten = true #2365
- Introduce custom
StdTypeResolverBuilderto support primitive arrays without type hints. #2364 GenericJackson2JsonRedisSerializerfails withUnexpected tokenwhen deserializingint[]with default typing #2361JedisConnection.close()fails to release connection to pool if subscription cleanup fails #2356MappingRedisConverterdoes not support generic properties #2349JedisClusterKeyCommandsnot sendingSORTwithSTOREmodifier #2341- ValueKey SerializationPair must not be null - not meaningful error message #2336
- Exceptions in
Subscriber.initialize(…)can escape into the caller #2335 - Using Lettuce with
RedisMessageListenerContainerleaves open connections #2331 LettuceConnectionFactory.destroy(…)releases cluster connections after shutting down the connection pool #2330
🔨 Dependency Upgrades
- Upgrade to Lettuce 6.2.0 #2363
- Upgrade to Jedis 4.2.3 #2357
- Adopt to Reactor 2022.0.0-M4 changes #2354
- Upgrade to Maven Wrapper 3.8.5 #2337
❤️ Contributors
We'd like to thank all the contributors who worked on this release!