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
106Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
117at 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
1511If 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
2521Commands
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
3426Enhancements
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
4631Fixes
4732-----
4833
49- * None
34+ * NOAUTH Authentication required on CLIENT and READONLY command ( # 3035 )
5035
5136Other
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
0 commit comments