Skip to content

Commit

Permalink
Update changelog #1801
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jul 14, 2021
1 parent a9ac365 commit a2b1971
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Lettuce 6.0.6 RELEASE NOTES
Lettuce 6.0.7 RELEASE NOTES
==============================

The Lettuce team is pleased to announce the Lettuce 6.0.6 service release!
This release ships with bugfixes and selected enhancements along with dependency upgrades.
The Lettuce team is pleased to announce the Lettuce 6.0.7 service release!
This release ships with bugfixes and dependency upgrades.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.0.6.RELEASE possible. Lettuce 6 supports
Thanks to all contributors who made Lettuce 6.0.7.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 6.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 16. It is tested continuously against the latest Redis source-build.

If you need any support, meet Lettuce at
Expand All @@ -16,15 +16,13 @@ If you need any support, meet Lettuce at
* Join the chat at https://gitter.im/lettuce-io/Lobby for general discussion
* GitHub Issues (Bug reports, feature
requests): https://github.com/lettuce-io/lettuce-core/issues
* Documentation: https://lettuce.io/core/6.0.6.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.0.6.RELEASE/api/
* Documentation: https://lettuce.io/core/6.0.7.RELEASE/reference/
* Javadoc: https://lettuce.io/core/6.0.7.RELEASE/api/

Fixes
-----
* AbstractRedisClient#shutdown() never ends when Redis is unstable #1768
* Closing ClusterNodeEndpoint asynchronously doesn't retrigger buffered commands #1769
* Exception thrown during RedisClusterClient shutdown #1800

Other
-----
* Upgrade to Netty 4.1.65.Final #1778
* Upgrade to Reactor 3.3.18 #1779
* Dependency upgrades #1808

0 comments on commit a2b1971

Please sign in to comment.