Skip to content

Commit f4dfb40

Browse files
authored
Releasing 6.4.2 (#3107)
* Releasing 6.4.2 * NOAUTH causing the spellcheck to fail
1 parent 8278f54 commit f4dfb40

File tree

3 files changed

+11
-31
lines changed

3 files changed

+11
-31
lines changed

.github/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ DnsResolver
8080
dnsResolver
8181
evalReadOnly
8282
gg
83+
NOAUTH

RELEASE-NOTES.md

Lines changed: 9 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
Lettuce 6.4.0 RELEASE NOTES
1+
Lettuce 6.4.2 RELEASE NOTES
22
==============================
33

4-
The Redis team is delighted to announce general availability of Lettuce 6.4.
5-
6-
This Lettuce driver is now going to be shipped under the MIT licensing scheme. The `CLIENT SETINFO`
7-
is now working in a fire-and-forget mode to allow better compatibility with Redis servers that do
8-
not support this command.
4+
The Redis team is delighted to announce general availability of Lettuce 6.4.2
95

106
Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
117
at least Java 8 and works with Java 21.
128

13-
Thanks to all contributors who made Lettuce 6.4.0 possible.
9+
Thanks to all contributors who made Lettuce 6.4.2 possible.
1410

1511
If you need any support, meet Lettuce at
1612

@@ -19,42 +15,25 @@ If you need any support, meet Lettuce at
1915
* Join the chat at https://discord.gg/redis for general discussion
2016
* GitHub Issues (Bug reports, feature
2117
requests): https://github.com/lettuce-io/lettuce-core/issues
22-
* Documentation: https://lettuce.io/core/6.4.0.RELEASE/reference/
23-
* Javadoc: https://lettuce.io/core/6.4.0.RELEASE/api/
18+
* Documentation: https://lettuce.io/core/6.4.2.RELEASE/reference/
19+
* Javadoc: https://lettuce.io/core/6.4.2.RELEASE/api/
2420

2521
Commands
2622
--------
2723

28-
* Add `PUBSUB` shard channel commands `SHARDCHANNELS` #2756, `SHARDNUMSUB` #2776
29-
* Add `PUBSUB` shard channel commands `SPUBLISH` #2757, `SSUBSCRIBE` #2758 and `SUNSUBSCRIBE` #2758
30-
* Add support for `CLIENT KILL [MAXAGE]` #2782
31-
* Hash field expiration commands `HEXPIRE`, `HEXPIREAT`, `HEXPIRETIME` and `HPERSIST` #2836
32-
* Hash field expiration commands `HPEXPIRE`, `HPEXPIREAT`, `HPEXPIRETIME`, `HTTL` and `HPTTL` #2857
24+
* N/A
3325

3426
Enhancements
3527
------------
3628

37-
* Add support for `HSCAN NOVALUES` #2763
38-
* Send the `CLIENT SETINFO` command in a fire-and-forget way #2082
39-
* Change the license to more permissive MIT #2173
40-
* Add a evalReadOnly overload that accepts the script as a String #2868
41-
* `XREAD` support for reading last message from stream #2863
42-
* Mark dnsResolver(DnsResolver) as deprecated #2855
43-
* Remove connection-related methods from commands API #2027
44-
* Move connection-related commands from BaseRedisCommands to RedisConnectionCommands #2031
29+
* N/A
4530

4631
Fixes
4732
-----
4833

49-
* None
34+
* NOAUTH Authentication required on CLIENT and READONLY command (#3035)
5035

5136
Other
5237
-----
5338

54-
* Bump `org.apache.commons:commons-pool2` from 2.11.1 to 2.12.0 #2877
55-
* Bump `org.openjdk.jmh:jmh-generator-annprocess` from 1.21 to 1.37 #2876
56-
* Bump `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.4.1 #2875
57-
* Bump `org.codehaus.mojo:flatten-maven-plugin from` 1.5.0 to 1.6.0 #2874
58-
* Bump `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.3 to 3.7.0 #2873
59-
* Applying code formatter each time we run a Maven build #2841
60-
* Bump `setup-java` to v4 #2807
39+
* 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.4.0.BUILD-SNAPSHOT</version>
6+
<version>6.4.3.BUILD-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lettuce</name>

0 commit comments

Comments
 (0)