Skip to content

Commit fdcfb74

Browse files
authored
Release 7.2.0 (#3559)
1 parent 51afb16 commit fdcfb74

File tree

2 files changed

+15
-22
lines changed

2 files changed

+15
-22
lines changed

RELEASE-NOTES.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,30 @@
1-
Lettuce 7.1.0 RELEASE NOTES
1+
Lettuce 7.2.0 RELEASE NOTES
22
==============================
33

4-
The Lettuce team is pleased to announce the Lettuce 7.1.0 minor release!
4+
The Lettuce team is pleased to announce the Lettuce 7.2.0 minor release!
55

6-
This release provides support for new features that are going to be part of the [Redis 8.4 release](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes/), such as using the `CLAIM` parameter in the `XREADGROUP` command; atomically set multiple string keys and update their expiration with`MSETEX` and atomic compare-and-set and compare-and-delete for string keys using the extensions of the `DIGEST`, `DELEX` and `SET` commands.
7-
8-
Lettuce 7.1.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and
6+
Lettuce 7.2.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and
97
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.
108

11-
Find the full changelog at the end of this document.
12-
13-
Thanks to all contributors who made Lettuce 7.1.0.RELEASE possible.
9+
Thanks to all contributors who made Lettuce 7.2.0.RELEASE possible.
1410

1511
📗 Links
16-
Reference documentation: https://lettuce.io/core/7.1.0.RELEASE/reference/
17-
Javadoc: https://lettuce.io/core/7.1.0.RELEASE/api/
12+
Reference documentation: https://lettuce.io/core/7.2.0.RELEASE/reference/
13+
Javadoc: https://lettuce.io/core/7.2.0.RELEASE/api/
1814

1915
⭐ New Features
20-
* Add support for XREADGROUP CLAIM arg by @a-TODO-rov in https://github.com/redis/lettuce/pull/3486
21-
* Add support CAS/CAD by @a-TODO-rov in https://github.com/redis/lettuce/pull/3512
22-
* Implement msetex command by @a-TODO-rov in https://github.com/redis/lettuce/pull/3510
16+
* Add ftHybrid by @a-TODO-rov in https://github.com/redis/lettuce/pull/3540
17+
* Expose method to add upstream driver libraries to CLIENT SETINFO payload by @viktoriya-kutsarova in https://github.com/redis/lettuce/pull/3542
2318

2419
🐞 Bug Fixes
25-
* Preserve null values when parsing SearchReplies by @mhyllander in https://github.com/redis/lettuce/pull/3518
26-
* Add official 8.4 to test matrix and make it default by @a-TODO-rov in https://github.com/redis/lettuce/pull/3520
27-
* Fix io_uring class name by @a-TODO-rov in https://github.com/redis/lettuce/pull/3509
28-
* Reduce CPU cycles spent on setting tracing tags by @RohanNagar in https://github.com/redis/lettuce/pull/3339
20+
* SearchArgs.returnField with alias produces malformed redis command #3528 by @tishun in https://github.com/redis/lettuce/pull/3530
21+
* fix consistency with get(int) that returns wrapped DelegateJsonObject/DelegateJsonArray for nested structures by @NeatGuyCoding in https://github.com/redis/lettuce/pull/3464
2922

3023
💡 Other
31-
* N/A
24+
* Bumping Netty to 4.2.5.Final (main) by @tishun in https://github.com/redis/lettuce/pull/3536
3225

3326
❤️ New Contributors
34-
* @RohanNagar made their first contribution in https://github.com/redis/lettuce/pull/3339
35-
* @mhyllander made their first contribution in https://github.com/redis/lettuce/pull/3518
27+
* @NeatGuyCoding made their first contribution in https://github.com/redis/lettuce/pull/3464
28+
* @viktoriya-kutsarova made their first contribution in https://github.com/redis/lettuce/pull/3542
3629

37-
**Full Changelog**: https://github.com/redis/lettuce/compare/7.0.0.RELEASE...7.1.0.RELEASE
30+
**Full Changelog**: https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.2.0.RELEASE

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.lettuce</groupId>
55
<artifactId>lettuce-core</artifactId>
6-
<version>7.2.0-SNAPSHOT</version>
6+
<version>7.3.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lettuce</name>

0 commit comments

Comments
 (0)