Skip to content

Commit ec0535e

Browse files
authored
Release Lettuce 6.8.1.RELEASE (#3430)
* Release Lettuce 6.8.1.RELEASE * Wordlist extended
1 parent 19d0aa3 commit ec0535e

File tree

3 files changed

+15
-28
lines changed

3 files changed

+15
-28
lines changed

.github/wordlist.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,7 @@ NoClassDefFoundError
335335
hubertchylik
336336
VMANA
337337
SocketOptions
338-
SVS
338+
SVS
339+
DelegateJsonObject
340+
ObjectMapper
341+
ctd

RELEASE-NOTES.md

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,25 @@
1-
Lettuce 6.8.0 RELEASE NOTES
1+
Lettuce 6.8.1 RELEASE NOTES
22
==============================
33

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
55

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
77
at least Java 8 and works with Java 21.
88

9-
Thanks to all contributors who made Lettuce 6.8.0 possible.
9+
Thanks to all contributors who made Lettuce 6.8.1 possible.
1010

1111
If you need any support, meet Lettuce at
1212

1313
* GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions
1414
* Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
1515
* Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
1616
* 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/
2919

3020
Fixes
3121
-----
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

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.0.0-SNAPSHOT</version>
6+
<version>6.8.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lettuce</name>

0 commit comments

Comments
 (0)