Skip to content

Commit feb7f9c

Browse files
authored
Release Lettuce 6.7.1.RELEASE #3320 (#3321)
* Release Lettuce 6.7.1.RELEASE #3320 * Reword release notes * Spellcheck madness
1 parent 297d9d5 commit feb7f9c

File tree

3 files changed

+16
-28
lines changed

3 files changed

+16
-28
lines changed

.github/wordlist.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,5 @@ Chenrujie
336336
NodeSelectionInvocationHandler
337337
getNodeDescription
338338
NioEventLoopGroup
339-
brido
339+
brido
340+
NoClassDefFoundError

RELEASE-NOTES.md

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,36 @@
1-
Lettuce 6.7.0 RELEASE NOTES
1+
Lettuce 6.7.1 RELEASE NOTES
22
==============================
33

4-
The Redis team is delighted to announce the release of Lettuce 6.7.0
4+
The Lettuce team is pleased to announce the Lettuce 6.7.1 service release!
5+
This release ships with bugfixes and dependency upgrades.
56

6-
This release provides support for the newly introduced [Vector Sets](https://redis.io/docs/latest/develop/data-types/vector-sets/) data type which was released as part of Redis 8.0 and [helps Redis users with vector similarity](https://redis.io/blog/announcing-vector-sets-a-new-redis-data-type-for-vector-similarity/).
7+
Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
8+
at least Java 8 and works with Java 21.
79

8-
Starting with 6.7 the `ConnectionPoolSupport` also provides a way to provide custom connection validations. The release comes with a bunch of smaller improvements and bugfixes.
9-
10-
Lettuce 6.7.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and
11-
works with Java 24. The driver is tested against Redis 8.0, Redis 7.4 and Redis 7.2.
12-
13-
Find the full changelog at the end of this document.
14-
Thanks to all contributors who made Lettuce 6.7.0.RELEASE possible.
10+
Thanks to all contributors who made Lettuce 6.7.1 possible.
1511

1612
If you need any support, meet Lettuce at
1713

1814
* GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions
1915
* Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
2016
* Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
2117
* GitHub Issues (Bug reports, feature requests): https://github.com/lettuce-io/lettuce-core/issues
22-
* Documentation: https://lettuce.io/core/6.7.0.RELEASE/reference/
23-
* Javadoc: https://lettuce.io/core/6.7.0.RELEASE/api/
18+
* Documentation: https://lettuce.io/core/6.7.1.RELEASE/reference/
19+
* Javadoc: https://lettuce.io/core/6.7.1.RELEASE/api/
2420

2521
Commands
2622
--------
27-
* Support Redis 8 vector sets #3296 by @tishun in https://github.com/redis/lettuce/pull/3295
23+
N/A
2824

2925
Enhancements
3026
------------
31-
* Add custom connection validation to ConnectionPoolSupport #3081 by @big-cir in https://github.com/redis/lettuce/pull/3138
27+
N/A
3228

3329
Fixes
3430
-----
35-
* Fix deadlock when an invalid URI is presented to DefaultClusterTopologyRefresh by @henry701 in https://github.com/redis/lettuce/pull/3243
36-
* Fix NPE in EntraIdIntegrationTests by @ggivo in https://github.com/redis/lettuce/pull/3254
37-
* Deprecate DnsResolver in favor of AddressResolverGroup(#1572) by @young0264 in https://github.com/redis/lettuce/pull/3291
31+
* NoClassDefFoundError in Lettuce 6.7.0 #3317 by @tishun in https://github.com/redis/lettuce/pull/3318
32+
3833

3934
Other
4035
-----
41-
* Change native library default to epoll over io_uring by @thachlp in https://github.com/redis/lettuce/pull/3278
42-
* Use InfoPatterns enum for ReplicaTopologyProvider pattern management by @ori0o0p in https://github.com/redis/lettuce/pull/3264
43-
* Adjusting disconnectedBehavior Option to Prevent Timeout During Redis Shutdown #2866 by @MagicalLas in https://github.com/redis/lettuce/pull/2894
44-
* Improve the performance of obtaining write connections through double-check locks. by @Chenrujie-85 in https://github.com/redis/lettuce/pull/3228
45-
* Optimize string concatenation in NodeSelectionInvocationHandler.getNodeDescription() by @ori0o0p in https://github.com/redis/lettuce/pull/3262
46-
* DOC-4756 sorted set examples with join() by @andy-stark-redis in https://github.com/redis/lettuce/pull/3184
47-
* DOC-4757 list examples using join() by @andy-stark-redis in https://github.com/redis/lettuce/pull/3185
48-
* docs: add default threads count about NioEventLoopGroup by @brido4125 in https://github.com/redis/lettuce/pull/3221
49-
* Guide on resolving native library conflicts by @thachlp in https://github.com/redis/lettuce/pull/3309
36+
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.7.1.BUILD-SNAPSHOT</version>
6+
<version>6.7.2.BUILD-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lettuce</name>

0 commit comments

Comments
 (0)