|
1 | | -Lettuce 6.8.0 RELEASE NOTES |
| 1 | +Lettuce 6.8.1 RELEASE NOTES |
2 | 2 | ============================== |
3 | 3 |
|
4 | | -The Redis team is delighted to announce the release of Lettuce 6.8.0 |
| 4 | +The Redis team is delighted to announce the release of Lettuce 6.8.1 |
5 | 5 |
|
6 | | -Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires |
| 6 | +Lettuce 6 supports Redis 2.6+ up to Redis 8.2 In terms of Java runtime, Lettuce requires |
7 | 7 | at least Java 8 and works with Java 21. |
8 | 8 |
|
9 | | -Thanks to all contributors who made Lettuce 6.8.0 possible. |
| 9 | +Thanks to all contributors who made Lettuce 6.8.1 possible. |
10 | 10 |
|
11 | 11 | If you need any support, meet Lettuce at |
12 | 12 |
|
13 | 13 | * GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions |
14 | 14 | * Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce |
15 | 15 | * Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel |
16 | 16 | * GitHub Issues (Bug reports, feature requests): https://github.com/lettuce-io/lettuce-core/issues |
17 | | -* Documentation: https://lettuce.io/core/6.8.0.RELEASE/reference/ |
18 | | -* Javadoc: https://lettuce.io/core/6.8.0.RELEASE/api/ |
19 | | - |
20 | | -Commands |
21 | | --------- |
22 | | -* Introduce RediSearch by @tishun in https://github.com/redis/lettuce/pull/3375 |
23 | | -* Add support for new operations of BITOP command in Redis Community Edition 8.2 by @atakavci in https://github.com/redis/lettuce/pull/3334 |
24 | | -* Add support for 8.2 stream commands by @uglide in https://github.com/redis/lettuce/pull/3374 |
25 | | - |
26 | | -Enhancements |
27 | | ------------- |
28 | | -* N/A |
| 17 | +* Documentation: https://lettuce.io/core/6.8.1.RELEASE/reference/ |
| 18 | +* Javadoc: https://lettuce.io/core/6.8.1.RELEASE/api/ |
29 | 19 |
|
30 | 20 | Fixes |
31 | 21 | ----- |
32 | | -* NoClassDefFoundError in Lettuce 6.7.0 #3317 by @tishun in https://github.com/redis/lettuce/pull/3318 |
33 | | - |
34 | | -Other |
35 | | ------ |
36 | | -* The instance of the `ObjectMapper` can now be reused in the `DefaultJsonParser` by @thachlp in https://github.com/redis/lettuce/pull/3372 |
37 | | -* Added basic connection interruption tests by @uglide in https://github.com/redis/lettuce/pull/3292 |
38 | | -* DOC-4758 async JSON doc examples by @andy-stark-redis in https://github.com/redis/lettuce/pull/3335 |
39 | | -* Fixed SocketOptions.Builder validation messages by @hubertchylik in https://github.com/redis/lettuce/pull/3366 |
40 | | -* Refactor tests for clarity and maintainability by @Rian-Ismael in https://github.com/redis/lettuce/pull/3363 |
41 | | -* Provide support for the SVS-VMANA index (#3385) by @tishun in https://github.com/redis/lettuce/pull/3386 |
| 22 | +* Extend the JSON API to accept values of raw types in https://github.com/redis/lettuce/issues/3369 |
| 23 | +* Possible NullPointerException in DelegateJsonObject in https://github.com/redis/lettuce/issues/3417 |
| 24 | +* Avoid creating a new instance of the ObjectMapper ctd. in https://github.com/redis/lettuce/issues/3412 |
| 25 | +* JSON implementation has reduced the API surface in https://github.com/redis/lettuce/issues/3368 |
0 commit comments