Releases: spring-projects/spring-data-redis
Releases · spring-projects/spring-data-redis
4.0.0-M4
📗 Links
⭐ New Features
- Remove deprecated API #3176
- Add support for Jackson 3-based
HashMapper
andRedisSerializer
#3168 - Use to JSpecify for nullness checks #3159
- Add support for Jackson 3 #3154
- Migrate to JSpecify annotations for nullability constraints #3092
🐞 Bug Fixes
- Fix
LettucePoolingConnectionProvider
andClusterCommandExecutor
disposal #3164 LettuceConnectionFactory.destroy(…)
releases cluster connections after shutting down the connection pool #3100
📔 Documentation
- Documentation mentions deprecated
MicrometerTracingAdapter
#3149 - Add performance warning to RedisTemplate#keys() and RedisOperations#keys() Javadoc #3142
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.9.11 #3180
- Upgrade to Lettuce 6.7.1.RELEASE #3177
- Upgrade to commons-beanutils 1.11.0 #3163
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.5.2
📗 Links
🐞 Bug Fixes
- Fix
LettucePoolingConnectionProvider
andClusterCommandExecutor
disposal #3164 LettuceConnectionFactory.destroy(…)
releases cluster connections after shutting down the connection pool #3100
📔 Documentation
- Documentation mentions deprecated
MicrometerTracingAdapter
#3149 - Add performance warning to RedisTemplate#keys() and RedisOperations#keys() Javadoc #3142
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.9.11 #3181
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.4.8
📗 Links
📔 Documentation
- Documentation mentions deprecated
MicrometerTracingAdapter
#3149 - Add performance warning to RedisTemplate#keys() and RedisOperations#keys() Javadoc #3142
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.9.11 #3182
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.5.1
3.4.7
3.3.13
4.0.0-M3
📗 Links
⭐ New Features
- Refine
Topic
creation forChannelTopic
andPatternTopic
#3131 - Remove
MicrometerTracingAdapter
in favor of Lettuce's Micrometer support #3093 - Adopt to deprecation removals in Commons #3051
📔 Documentation
- Fix broken Javadoc #3148
🔨 Dependency Upgrades
- Upgrade to Lettuce 6.6 #3152
- Binary-incompatible removal of
SetParams.ex(long)
override in Jedis 6.x causesNoSuchMethodError
#3144
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
3.5.0
📗 Links
⭐ New Features
- Refine
Topic
creation forChannelTopic
andPatternTopic
#3131 - Add support for
EXPIRE [NX | XX | GT | LT]
options #3114 - Add support for Hash Field Expiration #3054
ReactiveKeyCommands.Exists
to check multiple key existence #2883- Add StringCommand for a SET with GET option #2853
- Deprecate Micrometer Tracing code in favor of Lettuce's Micrometer support #2561
🐞 Bug Fixes
RedisScript
with return typeNumber
usesValueOutput
instead ofIntegerOutput
#3090- Allow to prepare the pool #3072
📔 Documentation
- Fix broken Javadoc #3148
- Fix typo in reference docs #3082
- Fix typo in reference cache example code #3064
- Problem of code in README #3060
- Missing
@Override
annotation inGenericJackson2JsonRedisSerializer
#3053 - RedisOperations interface's method hasKey has documentation that does not specify what it returns and if it is null during pipelining. #3049
- Fix incorrect reference to SETNX in ReactiveValueOperations.setIfAbsent #3047
🔨 Dependency Upgrades
- Upgrade to Lettuce 6.6 #3152
- Binary-incompatible removal of
SetParams.ex(long)
override in Jedis 6.x causesNoSuchMethodError
#3144 - Upgrade to Lettuce 6.5.5.RELEASE #3118
- Upgrade to Lettuce 6.5.1.RELEASE #3070
❤️ Contributors
We'd like to thank all the contributors who worked on this release!