Releases: spring-projects/spring-data-redis
Releases · spring-projects/spring-data-redis
3.2.0-RC1
📗 Links
⭐ New Features
- Allow
@EnabledOnRedisDriver
usage with@ParameterizedRedisTest
#2734 - Add support for asynchronous retrieval from
RedisCache
#2650 - Add a constructor with
Module
toGenericJackson2JsonRedisSerializer
#2601
🐞 Bug Fixes
- ReactiveRedisConnection ZAddCommand nx and xx does not work as expected #2731
- Nullability of
RedisElementReader.read(…)
contradicts non-nullability ofFlux.map(…)
#2655
🔨 Dependency Upgrades
3.1.5
3.0.11
2.7.17
3.2.0-M3
📗 Links
⭐ New Features
- Add support to (Left|Right) Pop N elements using
ReactiveListOperations
#2692
🐞 Bug Fixes
- Fix non-null assertion on
Converter
inConvertingConverter
#2701
📔 Documentation
🔨 Dependency Upgrades
- Upgrade to Jedis 4.4.4 #2708
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.1.4
3.0.10
2.7.16
3.2.0-M2
📗 Links
⭐ New Features
- Introduce executor configuration to connection factories for
Executor
to be used withClusterCommandExecutor
#2594 - Add support for GETEX in Spring Redis Cache #2351
🐞 Bug Fixes
- IPv6 support for org.springframework.data.redis.connection.convert.Converters.ClusterNodesConverter#convert #2678
Jsr310Converters
does not contain converters forOffsetTime
andOffsetDateTime
#2677DefaultRedisSerializationContextBuilder.string()
should assign param tostringTuple
instead ofhashValueTuple
#2651
📔 Documentation
🔨 Dependency Upgrades
- Upgrade to Lettuce 6.2.6.RELEASE #2680
- Upgrade to Maven Wrapper 3.9.4 #2676
- Upgrade Lettuce to 6.2.5.RELEASE #2660
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.1.3
📗 Links
🐞 Bug Fixes
- IPv6 support for org.springframework.data.redis.connection.convert.Converters.ClusterNodesConverter#convert #2678
Jsr310Converters
does not contain converters forOffsetTime
andOffsetDateTime
#2677DefaultRedisSerializationContextBuilder.string()
should assign param tostringTuple
instead ofhashValueTuple
#2651
📔 Documentation
- Document that
RedisConnection
is not Thread-safe #2653
🔨 Dependency Upgrades
- Upgrade to Lettuce 6.2.6.RELEASE #2680
- Upgrade to Maven Wrapper 3.9.4 #2675
- Upgrade Lettuce to 6.2.5.RELEASE #2660
❤️ Contributors
We'd like to thank all the contributors who worked on this release!