Skip to content

Commit 2500b23

Browse files
authored
Releasing Lettuce 6.6.0.BETA4 (#3248)
* Releasing Lettuce 6.6.0.BETA4 * Mandatory expansion of the allowed words list
1 parent 8321f5d commit 2500b23

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/wordlist.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,5 @@ dependabot
320320
jcl
321321
slf
322322
testcontainers
323-
Readme
323+
Readme
324+
DefaultAzureCredential

RELEASE-NOTES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Lettuce 6.6.0 BETA3 NOTES
1+
Lettuce 6.6.0 BETA4 NOTES
22
==============================
33

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
55

66
Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
77
at least Java 8 and works with Java 21.
@@ -14,8 +14,8 @@ If you need any support, meet Lettuce at
1414
* Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
1515
* Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
1616
* 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/
1919

2020
Commands
2121
--------
@@ -27,6 +27,7 @@ Enhancements
2727
* Deprecate the STRALGO command and implement the LCS in its place by @Dltmd202 in https://github.com/redis/lettuce/pull/3037
2828
* fix: prevent blocking event loop thread by replacing ArrayDeque with HashIndexedQueue by @okg-cxf in https://github.com/redis/lettuce/pull/2953
2929
* 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
3031
* replace hardcoded GT and LT with CommandKeyword enum by @minwoo1999 in https://github.com/redis/lettuce/pull/3079
3132
* Add support up to max unsigned integer in Bitfield offset (#2964) by @psw0946 in https://github.com/redis/lettuce/pull/3099
3233
* Improve code by adding some null checks by @tishun in https://github.com/redis/lettuce/pull/3115

0 commit comments

Comments
 (0)