Skip to content

Commit ad591d5

Browse files
authored
Releasing Lettuce 7.0.0.RELEASE (#3485)
1 parent b0eb6d9 commit ad591d5

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

RELEASE-NOTES.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
1-
Lettuce 7.0.0.BETA2 RELEASE NOTES
1+
Lettuce 7.0.0 RELEASE NOTES
22
==============================
33

4-
The Lettuce team is pleased to announce the second beta release of Lettuce 7.0!
4+
The Lettuce team is pleased to announce the release of Lettuce 7.0.0!
55

66
The release focuses on introducing **Maintenance events support** functionality, API improvements, and cleanup of deprecated features.
77

88
### Key changes
99
- **Maintenance events support** for graceful maintenance handling
1010
- **Enhanced JSON API** with `String`-based access to avoid unnecessary conversions
1111
- **Removal of deprecated APIs** and options as part of the major version upgrade
12-
As part of the 7.0 line, this beta also removes several deprecated APIs and options.
12+
- **Upgrading to Netty 4.2**
1313

14-
Lettuce 7.0.0.BETA2 supports Redis 2.6+ up to Redis 8.x and requires Java 8 or newer. The driver is tested against Redis 8.2, 8.0, 7.4, and 7.2.
14+
**Lettuce 7.0.0.RELEASE** supports Redis **2.6+** up to Redis **8.x** and requires **Java 8** or newer. The driver is tested against Redis **8.2**, **8.0**, **7.4**, and **7.2**.
1515

16-
Thanks to all contributors who made Lettuce 7.0.0.BETA2 possible!
16+
Thanks to all contributors who made Lettuce 7.0.0.RELEASE possible!
1717

1818
If you need any support, meet Lettuce at
1919

2020
* GitHub Discussions: https://github.com/lettuce-io/lettuce-core/discussions
2121
* Stack Overflow (Questions): https://stackoverflow.com/questions/tagged/lettuce
2222
* Join the chat at https://discord.gg/redis and look for the "Help:Tools Lettuce" channel
2323
* GitHub Issues (Bug reports, feature requests): https://github.com/lettuce-io/lettuce-core/issues
24-
* Documentation: https://lettuce.io/core/7.0.0.BETA2/reference/
25-
* Javadoc: https://lettuce.io/core/7.0.0.BETA2/api/
24+
* Documentation: https://lettuce.io/core/7.0.0.RELEASE/reference/
25+
* Javadoc: https://lettuce.io/core/7.0.0.RELEASE/api/
2626

2727
# Changes
2828

2929
## 🔥 Breaking Changes
3030

31+
- The KEYS command needs to be keyless (#3341)
3132
- chore: remove usage of deprecated connection methods in command APIs in integration tests (#3328) (#3343)
3233
- Remove deprecated dnsResolver option (#3328) (#3333)
3334
- Remove deprecated `reset()` method from Lettuce API and internals (#3395)
@@ -41,22 +42,26 @@ If you need any support, meet Lettuce at
4142

4243
## 🚀 New Features
4344

45+
- Search - request/response policies implementation with API overrides (#3465)
46+
- Implement JSON raw return types (#3478)
4447
- Add support for EPSILON and WITHATTRIBS arguments in VSIM command (#3449)
4548
- Add String-based JSON API to avoid unnecessary conversions (#3369) (#3394)
46-
- React to maintenance events #3345 (#3354)
49+
- React to maintenance events #3345 (#3354, #3450, #3426)
4750

4851
## 🐛 Bug Fixes
49-
- Rename maintenance notification configuration properties (#3450)
52+
- Fix cluster scan deadlock (#3448)
5053
- Timeouts seen during endpoint re-bind and migrate (#3426)
5154
- Fix a NullPointerException in DelegateJsonObject #3417 (#3418)
5255

5356
## 💡 Other
5457

55-
- Timeouts seen during endpoint re-bind and migrate (#3426)
58+
- feat: add JSON read-only commands to ReadOnlyCommands (#3462)
59+
- Upgrading to Netty 4.2 (#3405)
60+
- Make search commands truly keyless (#3456)
61+
- Add getCodec method to StatefulConnection (#3444)
5662
- Return name method to ProtocolKeyword public interface. (#3424)
5763
- Refactor JsonValue to Object mapping #3412 (#3413)
5864
- Using non-native transports with SocketOptions should cause an error (#3279)
59-
6065
---
6166

62-
**Full Changelog**: [6.8.0.RELEASE...7.0.0.BETA2](https://github.com/redis/lettuce/compare/6.8.0.RELEASE...7.0.0.BETA2)
67+
**Full Changelog**: [6.8.0.RELEASE...7.0.0.RELEASE](https://github.com/redis/lettuce/compare/6.8.0.RELEASE...7.0.0.BETA2)

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>7.0.0-SNAPSHOT</version>
6+
<version>7.0.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lettuce</name>

0 commit comments

Comments
 (0)