Skip to content

Commit 5271288

Browse files
authored
Release Lettuce 6.5.2.RELEASE #3111 (#3112)
* Releasing Lettuce 6.5.2 * The usual additions to the wordlist * Fixed links in release notes * More additions to the wordlist
1 parent 6454f14 commit 5271288

File tree

3 files changed

+21
-37
lines changed

3 files changed

+21
-37
lines changed

.github/wordlist.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,9 @@ bom
271271
ubuntu
272272
behaviour
273273
databind
274-
jackson
274+
jackson
275+
tishun
276+
bugfixes
277+
changelog
278+
html
279+
www

RELEASE-NOTES.md

Lines changed: 14 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,36 @@
1-
Lettuce 6.5.0 RELEASE NOTES
1+
Lettuce 6.5.2 RELEASE NOTES
22
==============================
33

4-
The Redis team is delighted to announce the general availability of Lettuce 6.5.
5-
6-
Great news, everyone! Lettuce 6.5.0 comes with RedisJSON support enabled.
7-
For more on that, please consult with the [RedisJSON documentation](https://redis.io/docs/latest/develop/data-types/json/) and the [Lettuce guide on RedisJSON](https://redis.github.io/lettuce/user-guide/redis-json/).
4+
The Redis team is delighted to announce the general availability of Lettuce 6.5.2
5+
This release ships with bugfixes and dependency upgrades.
86

97
Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
10-
at least Java 8 and works with Java 21.
8+
at least Java 8 and works with Java 21. Find the full changelog at the end of this document.
119

12-
Thanks to all contributors who made Lettuce 6.4.0 possible.
10+
Thanks to all contributors who made Lettuce 6.5.2 possible.
1311

1412
If you need any support, meet Lettuce at
1513

16-
* GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions
14+
* GitHub Discussions: https://github.com/redis/lettuce/discussions
1715
* Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
1816
* Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
19-
* GitHub Issues (Bug reports, feature requests): https://github.com/lettuce-io/lettuce-core/issues
20-
* Documentation: https://lettuce.io/core/6.5.0.RELEASE/reference/
21-
* Javadoc: https://lettuce.io/core/6.5.0.RELEASE/api/
17+
* GitHub Issues (Bug reports, feature requests): https://github.com/redis/lettuce/issues
18+
* Documentation: https://redis.github.io/lettuce/
19+
* Javadoc: https://www.javadoc.io/doc/io.lettuce/lettuce-core/6.5.2.RELEASE/index.html
2220

2321
Commands
2422
--------
25-
26-
* Add `CLUSTER MYSHARDID` in #2920 and `CLUSTER LINKS` in #2986
27-
* Add `CLIENT TRACKINGINFO` in #2862
23+
* N/A
2824

2925
Enhancements
3026
------------
31-
32-
* Default ClientOptions.timeoutOptions to TimeoutOptions.enabled() (#2927)
33-
* Update completeExceptionally on ClusterCommand using super (#2980)
27+
* N/A
3428

3529
Fixes
3630
-----
37-
* fix(2971): spublish typo fix (#2972)
38-
* Initialize slots with empty BitSet in RedisClusterNode's constructors (#2341)
39-
* Add defensive copy for Futures allOf() method (#2943)
40-
* fix:deadlock when reentrant exclusive lock (#2961)
41-
31+
* Public API methods removed by mistake when introducing RedisJSON #3070 by @tishun in https://github.com/redis/lettuce/pull/3108
32+
* Handle UTF-8 characters in command arguments #3071 by @tishun in https://github.com/redis/lettuce/pull/3110
4233

4334
Other
4435
-----
45-
46-
* Add badges to the README.md file (#2939)
47-
* Convert wiki to markdown docs (#2944)
48-
* Bump org.jacoco:jacoco-maven-plugin from 0.8.9 to 0.8.12 (#2921)
49-
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 (#2922)
50-
* Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 (#2958)
51-
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 (#2957)
52-
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#2968)
53-
* Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.2 (#2966)
54-
* Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#2978)
55-
* Bump org.apache.logging.log4j:log4j-bom from 2.17.2 to 2.24.0 (#2988)
56-
* Bump io.netty:netty-bom from 4.1.107.Final to 4.1.113.Final (#2990)
57-
* Suspected change in ubuntu causing CI failures (#2949)
36+
* N/A

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>6.5.2.BUILD-SNAPSHOT</version>
6+
<version>6.5.3.BUILD-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lettuce</name>

0 commit comments

Comments
 (0)