Skip to content

Commit e2f4e5b

Browse files
authored
Releasing Lettuce 6.5.3 #3139 (#3144)
* Releasing Lettuce 6.5.3 - prepare release notes * Attempt to resolve spellcheck errors * resolve spelling errors * Update snapshot version
1 parent 5317594 commit e2f4e5b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,4 @@ bugfixes
277277
changelog
278278
html
279279
www
280+
ReentrantLock

RELEASE-NOTES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Lettuce 6.5.2 RELEASE NOTES
1+
Lettuce 6.5.3 RELEASE NOTES
22
==============================
33

4-
The Redis team is delighted to announce the general availability of Lettuce 6.5.2
4+
The Redis team is delighted to announce the general availability of Lettuce 6.5.3
55
This release ships with bugfixes and dependency upgrades.
66

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

10-
Thanks to all contributors who made Lettuce 6.5.2 possible.
10+
Thanks to all contributors who made Lettuce 6.5.3 possible.
1111

1212
If you need any support, meet Lettuce at
1313

@@ -16,7 +16,7 @@ If you need any support, meet Lettuce at
1616
* Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
1717
* GitHub Issues (Bug reports, feature requests): https://github.com/redis/lettuce/issues
1818
* Documentation: https://redis.github.io/lettuce/
19-
* Javadoc: https://www.javadoc.io/doc/io.lettuce/lettuce-core/6.5.2.RELEASE/index.html
19+
* Javadoc: https://www.javadoc.io/doc/io.lettuce/lettuce-core/6.5.3.RELEASE/index.html
2020

2121
Commands
2222
--------
@@ -28,8 +28,8 @@ Enhancements
2828

2929
Fixes
3030
-----
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
31+
* Fix issue with array initialization [#3123](https://github.com/redis/lettuce/pull/3123), [#3135](https://github.com/redis/lettuce/pull/3135) by @tishun
32+
* Replacing all instances of synchronized blocks with ReentrantLock [#3116](https://github.com/redis/lettuce/pull/3116), [#3134](https://github.com/redis/lettuce/pull/3134) by @tishun
3333

3434
Other
3535
-----

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

99
<name>Lettuce</name>

0 commit comments

Comments
 (0)