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
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
7.0.1.RELEASE
The Lettuce team is pleased to announce the release of Lettuce 7.0.1!
Lettuce 7.0.1.RELEASE supports Redis 2.6+ up to Redis 8.x and requires Java 8 or newer. The driver is tested against Redis 8.2, 8.0, 7.4, and 7.2.
Thanks to all contributors who made Lettuce 7.0.1.RELEASE possible!
If you need any support, meet Lettuce at
- GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions
- Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
- Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
- GitHub Issues (Bug reports, feature requests): https://github.com/lettuce-io/lettuce-core/issues
- Documentation: https://lettuce.io/core/7.0.1.RELEASE/reference/
- Javadoc: https://lettuce.io/core/7.0.1.RELEASE/api/
- [Backport] Reduce CPU cycles spent on setting tracing tags by @ggivo in https://github.com/redis/lettuce/pull/3504
- docs: add maintNotificationsConfig to ClientOptions documentation by @ggivo in https://github.com/redis/lettuce/pull/3487
- SearchArgs.returnField with alias produces malformed redis command #3528 (7.0.x) by @a-TODO-rov in https://github.com/redis/lettuce/pull/3538
- Preserve null values when parsing SearchReplies (#3518) by @a-TODO-rov in https://github.com/redis/lettuce/pull/3553
- Fix command queue corruption on encoding failures (#3443) (7.0.x) by @tishun in https://github.com/redis/lettuce/pull/3561
- Bumping Netty to 4.2.5.Final (7.0.x) by @a-TODO-rov in https://github.com/redis/lettuce/pull/3539
Full Changelog: https://github.com/redis/lettuce/compare/7.0.0.RELEASE...7.0.1.RELEASE
7.0.1.RELEASE
The Lettuce team is pleased to announce the release of Lettuce 7.0.1!
Lettuce 7.0.1.RELEASE supports Redis 2.6+ up to Redis 8.x and requires Java 8 or newer. The driver is tested against Redis 8.2, 8.0, 7.4, and 7.2.
Thanks to all contributors who made Lettuce 7.0.1.RELEASE possible!
If you need any support, meet Lettuce at
- GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions
- Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
- Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
- GitHub Issues (Bug reports, feature requests): https://github.com/lettuce-io/lettuce-core/issues
- Documentation: https://lettuce.io/core/7.0.1.RELEASE/reference/
- Javadoc: https://lettuce.io/core/7.0.1.RELEASE/api/
- [Backport] Reduce CPU cycles spent on setting tracing tags by @ggivo in https://github.com/redis/lettuce/pull/3504
- docs: add maintNotificationsConfig to ClientOptions documentation by @ggivo in https://github.com/redis/lettuce/pull/3487
- SearchArgs.returnField with alias produces malformed redis command #3528 (7.0.x) by @a-TODO-rov in https://github.com/redis/lettuce/pull/3538
- Preserve null values when parsing SearchReplies (#3518) by @a-TODO-rov in https://github.com/redis/lettuce/pull/3553
- Fix command queue corruption on encoding failures (#3443) (7.0.x) by @tishun in https://github.com/redis/lettuce/pull/3561
- Bumping Netty to 4.2.5.Final (7.0.x) by @a-TODO-rov in https://github.com/redis/lettuce/pull/3539
Full Changelog: https://github.com/redis/lettuce/compare/7.0.0.RELEASE...7.0.1.RELEASE
6.8.2.RELEASE
The Lettuce team is pleased to announce the Lettuce 6.8.2 service release! This release ships with bugfixes and dependency upgrades.
Lettuce 6 supports Redis 2.6+ up to Redis 8.2. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 21.
Thanks to all contributors who made Lettuce 6.8.2 possible.
- Reference documentation: https://lettuce.io/core/6.8.2.RELEASE/reference/
- Javadoc: https://lettuce.io/core/6.8.2.RELEASE/api/
- [Backport] Reduce CPU cycles spent on setting tracing tags (#3339) by @ggivo in https://github.com/redis/lettuce/pull/3505
- Preserve null values when parsing SearchReplies (#3518) by @a-TODO-rov in https://github.com/redis/lettuce/pull/3551
- SearchArgs.returnField with alias produces malformed redis command #3… by @a-TODO-rov in https://github.com/redis/lettuce/pull/3550
- Fix command queue corruption on encoding failures (#3443) (6.8.x) by @tishun in https://github.com/redis/lettuce/pull/3560
- Bumping Netty to 4.1.125.Final (6.8.x) by @tishun in https://github.com/redis/lettuce/pull/3535
Full Changelog: https://github.com/redis/lettuce/compare/6.8.1.RELEASE...6.8.2.RELEASE