Skip to content

Commit

Permalink
Releasing Lettuce 6.5.3 #3139 (#3144)
Browse files Browse the repository at this point in the history
* Releasing Lettuce 6.5.3

- prepare release notes

* Attempt to resolve spellcheck errors

* resolve spelling errors

* Update snapshot version
  • Loading branch information
ggivo authored Jan 28, 2025
1 parent 5317594 commit e2f4e5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,4 @@ bugfixes
changelog
html
www
ReentrantLock
12 changes: 6 additions & 6 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Lettuce 6.5.2 RELEASE NOTES
Lettuce 6.5.3 RELEASE NOTES
==============================

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

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

Thanks to all contributors who made Lettuce 6.5.2 possible.
Thanks to all contributors who made Lettuce 6.5.3 possible.

If you need any support, meet Lettuce at

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

Commands
--------
Expand All @@ -28,8 +28,8 @@ Enhancements

Fixes
-----
* Public API methods removed by mistake when introducing RedisJSON #3070 by @tishun in https://github.com/redis/lettuce/pull/3108
* Handle UTF-8 characters in command arguments #3071 by @tishun in https://github.com/redis/lettuce/pull/3110
* Fix issue with array initialization [#3123](https://github.com/redis/lettuce/pull/3123), [#3135](https://github.com/redis/lettuce/pull/3135) by @tishun
* 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

Other
-----
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.5.3.BUILD-SNAPSHOT</version>
<version>6.5.4.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Lettuce</name>
Expand Down

0 comments on commit e2f4e5b

Please sign in to comment.