1
- Lettuce 6.6.0 BETA3 NOTES
1
+ Lettuce 6.6.0 BETA4 NOTES
2
2
==============================
3
3
4
- The Redis team is delighted to announce the BETA3 pre-release of Lettuce 6.6.0
4
+ The Redis team is delighted to announce the BETA4 pre-release of Lettuce 6.6.0
5
5
6
6
Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
7
7
at least Java 8 and works with Java 21.
@@ -14,8 +14,8 @@ If you need any support, meet Lettuce at
14
14
* Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
15
15
* Join the chat at https://discord.gg/redis and look for the "Help: Tools Lettuce" channel
16
16
* GitHub Issues (Bug reports, feature requests): https://github.com/lettuce-io/lettuce-core/issues
17
- * Documentation: https://lettuce.io/core/6.6.0.BETA3 /reference/
18
- * Javadoc: https://lettuce.io/core/6.6.0.BETA3 /api/
17
+ * Documentation: https://lettuce.io/core/6.6.0.BETA4 /reference/
18
+ * Javadoc: https://lettuce.io/core/6.6.0.BETA4 /api/
19
19
20
20
Commands
21
21
--------
@@ -27,6 +27,7 @@ Enhancements
27
27
* Deprecate the STRALGO command and implement the LCS in its place by @Dltmd202 in https://github.com/redis/lettuce/pull/3037
28
28
* fix: prevent blocking event loop thread by replacing ArrayDeque with HashIndexedQueue by @okg-cxf in https://github.com/redis/lettuce/pull/2953
29
29
* Token based authentication integration with core extension by @ggivo in https://github.com/redis/lettuce/pull/3063
30
+ * Support for DefaultAzureCredential by @ggivo in https://github.com/redis/lettuce/pull/3230
30
31
* replace hardcoded GT and LT with CommandKeyword enum by @minwoo1999 in https://github.com/redis/lettuce/pull/3079
31
32
* Add support up to max unsigned integer in Bitfield offset (#2964 ) by @psw0946 in https://github.com/redis/lettuce/pull/3099
32
33
* Improve code by adding some null checks by @tishun in https://github.com/redis/lettuce/pull/3115
0 commit comments