|
1 | | -Lettuce 7.1.0 RELEASE NOTES |
| 1 | +Lettuce 7.2.0 RELEASE NOTES |
2 | 2 | ============================== |
3 | 3 |
|
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! |
5 | 5 |
|
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 |
9 | 7 | 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. |
10 | 8 |
|
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. |
14 | 10 |
|
15 | 11 | 📗 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/ |
18 | 14 |
|
19 | 15 | ⭐ 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 |
23 | 18 |
|
24 | 19 | 🐞 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 |
29 | 22 |
|
30 | 23 | 💡 Other |
31 | | -* N/A |
| 24 | +* Bumping Netty to 4.2.5.Final (main) by @tishun in https://github.com/redis/lettuce/pull/3536 |
32 | 25 |
|
33 | 26 | ❤️ 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 |
36 | 29 |
|
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 |
0 commit comments