|
1 | | -Lettuce 6.7.0 RELEASE NOTES |
| 1 | +Lettuce 6.7.1 RELEASE NOTES |
2 | 2 | ============================== |
3 | 3 |
|
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. |
5 | 6 |
|
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. |
7 | 9 |
|
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. |
15 | 11 |
|
16 | 12 | If you need any support, meet Lettuce at |
17 | 13 |
|
18 | 14 | * GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions |
19 | 15 | * Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce |
20 | 16 | * Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel |
21 | 17 | * 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/ |
24 | 20 |
|
25 | 21 | Commands |
26 | 22 | -------- |
27 | | -* Support Redis 8 vector sets #3296 by @tishun in https://github.com/redis/lettuce/pull/3295 |
| 23 | +N/A |
28 | 24 |
|
29 | 25 | Enhancements |
30 | 26 | ------------ |
31 | | -* Add custom connection validation to ConnectionPoolSupport #3081 by @big-cir in https://github.com/redis/lettuce/pull/3138 |
| 27 | +N/A |
32 | 28 |
|
33 | 29 | Fixes |
34 | 30 | ----- |
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 | + |
38 | 33 |
|
39 | 34 | Other |
40 | 35 | ----- |
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 |
0 commit comments