redisson-4.0.0
Feature - full-featured Reliable Pub/Sub implemented. Provides topic-subscription-consumer model with message acknowledgment, grouping, seek/replay, Dead Letter Topic, and pull/push consumers
Feature - Quarkus 3.30.x integration
Feature - Spring Boot 4.0 integration
Feature - Spring Data Redis 4.0 module added
Feature - database setting added for Valkey Cluster Mode
Feature - RSemaphore.releaseIfExists() method added
Feature - RBatch.getClusteredMapCacheNative() method added
Feature - RSearch.aggregate() method with Iterable result added (thanks to @seakider)
Feature - GEOSHAPE field type added in RSearch#createIndex() method (thanks to @seakider)
Feature - expire(Duration, names) and expireAt(Instant, names) methods added (thanks to @bandalgomsu)
Feature - compute(key, ttl, func) and computeIfAbsent(key, ttl, func) methods added to RMapCacheNative object
Feature - RClusteredLocalCachedMapCacheNativeV2, RMapCacheNativeV2, RClusteredMapCacheNativeV2, RLocalCachedMapCacheNativeV2 objects added with maxSize setting
Breaking change - dropped support of deprecated JSON config format
Breaking change - removed deprecated getNodesGroup() and getClusterNodesGroup() methods of RedissonClient object
Breaking change - removed deprecated methods of RGeo object
Breaking change - removed deprecated methods of RFuture object
Breaking change - removed deprecated support of Spring XML configuration
Breaking change - removed support of deprecated custom implementation of Spring Session
Breaking change - RScript.ReturnType.MULTI renamed to LIST
Breaking change - RScript.ReturnType.STATUS renamed to STRING
Breaking change - RScript.ReturnType.INTEGER renamed to LONG
Breaking change - NameMapper, NatMapper classes moved to org.redisson.config package
Breaking change - GeoUnit, GeoPosition, GeoOrder, GeoEntry classes moved to org.redisson.api.geo package
Breaking change - StreamConsumer, StreamGroup, StreamInfo, StreamMessageId, PendingEntry, PendingResult, AutoClaimResult, FastAutoClaimResult classes moved to org.redisson.api.stream package
Improvement - move auth parameters at Config object level (thanks to @seakider)
Improvement - move nameMapper/commandMapper parameters at Config object level (thanks to @seakider)
Improvement - move ssl parameters to Config object level (thanks to @seakider)
Improvement - use SnakeYAML library directly for Config parsing
Improvement - lz4-java lib updated
Improvement - netty lib updated to 4.2.9
Improvement - Jackson library is now optional
Improvement - move tcp and keepAlive parameters at Config object level (thanks to @seakider)
Fixed - ObjectParams.retryAttempts() setting is 0 by default
Fixed - Spring Data RedissonSubscription object doesn't handle cluster failover
Fixed - locks extension process in LockTask and ReadLockTask (thanks to @Aleksandr-Kiriushkin-Miro)
Fixed - CROSSSLOT Errors with Proxy Mode Redis Cluster and Locks usage
Fixed - XREAD blocking call may cause ClassCastException
Fixed - an extra key is retained after RLocalCachedMap.clearLocalCache() method invocation
Fixed - RedissonNode.start() method throws AutowiredAnnotationBeanPostProcessor requires a ConfigurableListableBeanFactory error
Fixed - invalid JSON in resource-config.json (thanks to @Anubhavagnihotrii)
Fixed - RSemaphore and RLock objects may wait too long if AOF enabled on Valkey or Redis side
Fixed - EqualJitterDelay and FullJitterDelay throw IllegalArgumentException if attempt > 62
Fixed - RClientSideCaching doesn't clear parent Redisson instance local cache synchronously
Fixed - if prefix is configured, some hibernate caching configurations do not take effect (thanks to @seakider)
Fixed - CommandPubSubDecoder may throw NPE
Fixed - replicated node timeout handling in Replicated mode (thanks to @johnou)
Fixed - RBucket.setIfAbsent() is not rolling back on transaction (thanks to @seakider)
Fixed - get() method of RListMultimapCacheReactive and RSetMultimapCacheReactive object doesn't work
Fixed - docs: Correct default value for useScriptCache setting (thanks to @lunakv)
Fixed - javadocs: Rename method create to createIndex in RSearch (thanks to @senocak)
4.0.1
- Fix test method names #3469
- Bump ch.qos.logback:logback-core from 1.5.18 to 1.5.22 #3558
- Bump com.github.ben-manes:gradle-versions-plugin from 0.51.0 to 0.53.0 #3588
- Bump com.google.code.gson:gson from 2.10.1 to 2.13.2 #3584
- Bump com.gradle.develocity from 3.17.6 to 3.19.2 #3549
- Bump com.h2database:h2 from 2.3.232 to 2.4.240 #3525
- Bump com.ibm.db2:jcc from 12.1.2.0 to 12.1.3.0 #3582
- Bump com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre11 to 12.10.2.jre11 #3528
- Bump com.mysql:mysql-connector-j from 9.1.0 to 9.5.0 #3545
- Bump com.oracle.database.jdbc:ojdbc8 from 23.7.0.25.01 to 23.26.0.0.0 #3565
- Bump com.zaxxer:HikariCP from 6.2.1 to 6.3.3 #3564
- Bump io.lettuce:lettuce-core from 6.8.1.RELEASE to 6.8.2.RELEASE #3541
- Bump io.projectreactor:reactor-bom from 2025.0.0-RC1 to 2025.0.2-SNAPSHOT #3590
- Bump io.projectreactor:reactor-core from 3.6.18 to 3.8.1 #3586
- Bump io.spring.gradle:spring-security-release-plugin from 1.0.10 to 1.0.11 #3462
- Bump io.spring.gradle:spring-security-release-plugin from 1.0.10 to 1.0.13 #3548
- Bump jakarta-websocket from 2.1.1 to 2.2.0 #3553
- Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 #3566
- Bump org.aspectj:aspectjweaver from 1.9.24 to 1.9.25 #3546
- Bump org.assertj:assertj-core from 3.25.3 to 3.27.6 #3585
- Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.33.24 to 4.35.5 #3537
- Bump org.junit:junit-bom from 5.10.5 to 5.14.1 #3569
- Bump org.mariadb.jdbc:mariadb-java-client from 3.5.4 to 3.5.5 #3463
- Bump org.mariadb.jdbc:mariadb-java-client from 3.5.4 to 3.5.6 #3555
- Bump org.mockito:mockito-bom from 5.16.1 to 5.21.0 #3589
- Bump org.postgresql:postgresql from 42.7.7 to 42.7.8 #3572
- Bump org.springframework.boot:spring-boot-gradle-plugin from 4.0.0-RC2 to 4.0.1-SNAPSHOT #3543
- Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 #3532
- Bump org.springframework.security:spring-security-bom from 7.0.0 to 7.0.2 #3587
- Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.2 #3583
- Bump org.testcontainers:testcontainers-bom from 2.0.1 to 2.0.3 #3581
- Bump tools.jackson.core:jackson-databind from 3.0.0 to 3.0.3 #3559
- Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.3 #3563
- Update to Reactor 2025.0.1 #3591
Thank you to all the contributors who worked on this release:
@ngocnhan-tran1996 and @rwinch
7.0.1
- Stop deploying JavaDoc outside of Antora #18200
- An unexpected dependency appeared for spring-security-config of spring-security-web #18307
- Fix "typ" header value in NimbusJwtEncoder-encoded JWT #18270
- Fix broken link to Spring Boot docs #18236
- Fix documentation resource server sample title #18231
- Fix MyCustomDsl to use csrf(Customizer) instead of removed csrf().disabled() #18223
- Fix typo in AnnotationTemplateExpressionDefaults documentation #18255
- Fix typos in documentation depenendencies->dependencies #18209
- NimbusJwtEncoder produces JWT with wrong "typ" header value #18269
- OAuth2AuthorizationEndpointFilter should be applied after AuthorizationFilter #18251
- Remove requireProofKey warning for non-auth-code flows #18221
- Remove throws from MyCustomDsl in docs #18224
- Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #18214
- Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 #18311
- Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 #18245
- Bump com.unboundid:unboundid-ldapsdk from 7.0.3 to 7.0.4 #18262
- Bump io.micrometer:micrometer-observation from 1.14.12 to 1.14.13 #18189
- Bump io.micrometer:micrometer-observation from 1.14.13 to 1.14.14 #18277
- Bump io.mockk:mockk from 1.14.6 to 1.14.7 #18274
- Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 #18289
- Bump io.spring.gradle:spring-security-release-plugin from 1.0.10 to 1.0.13 #18187
- Bump org-aspectj from 1.9.24 to 1.9.25 #18186
- Bump org.apache.kerby:kerb-simplekdc from 2.1.0 to 2.1.1 #18215
- Bump org.junit:junit-bom from 6.0.0 to 6.0.1 #18188
- Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 #18312
- Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.1 #18213
- Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 #18310
- Bump tools.jackson:jackson-bom from 3.0.1 to 3.0.2 #18212
- Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 #18244
- Add Test for ServletRequestPathUtils.parseAndCache(method=null) #18166
- Bump antora from 3.2.0-alpha.10 to 3.2.0-alpha.11 in /docs #18238
Thank you to all the contributors who worked on this release:
@L33gn21, @ghusta, @ronodhirSoumik, @rwinch, @sach429, and @ziqin
7.2.1.RELEASE
The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!
Lettuce 7.2.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.
Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.
📗 Links Reference documentation: https://lettuce.io/core/7.2.1.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.2.1.RELEASE/api/
🐞 Bug Fixes
- Fix command queue corruption on encoding failures (#3443) by @a-TODO-rov in https://github.com/redis/lettuce/pull/3581
Full Changelog: https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE
7.2.1.RELEASE
The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!
Lettuce 7.2.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.
Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.
📗 Links Reference documentation: https://lettuce.io/core/7.2.1.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.2.1.RELEASE/api/
🐞 Bug Fixes
- Fix command queue corruption on encoding failures (#3443) by @a-TODO-rov in https://github.com/redis/lettuce/pull/3581
Full Changelog: https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.2.1.RELEASE
7.1.1.RELEASE
The Lettuce team is pleased to announce the Lettuce 7.1.1 service release! This release ships with bugfixes and dependency upgrades.
Lettuce 7 supports Redis 2.6+ up to Redis 8.4. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 21.
Thanks to all contributors who made Lettuce 7.1.1 possible.
- Reference documentation: https://lettuce.io/core/7.1.1.RELEASE/reference/
- Javadoc: https://lettuce.io/core/7.1.1.RELEASE/api/
- SearchArgs.returnField with alias produces malformed redis command #3528 (7.1.x) by @tishun in https://github.com/redis/lettuce/pull/3534
- Fix command queue corruption on encoding failures (#3443) (7.1.x) by @tishun in https://github.com/redis/lettuce/pull/3562
- Bumping Netty to 4.2.5.Final (7.1.x) by @tishun in https://github.com/redis/lettuce/pull/3537
Full Changelog: https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.1.1.RELEASE