6.5.5.RELEASE
The Lettuce team is pleased to announce the Lettuce 6.5.5 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.5.5.RELEASE possible. Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 21.
- Reference documentation: https://lettuce.io/core/6.5.5.RELEASE/reference/
- Javadoc: https://lettuce.io/core/6.5.5.RELEASE/api/
- Some json command assume optional path while it's not (#3198) by @tishun in https://github.com/redis/lettuce/pull/3201
- jsonArrpop fails with null return value (#3196) (6.5.x) by @tishun in https://github.com/redis/lettuce/pull/3208
- Exeption on zpopmin (#3199) (6.5.x) by @tishun in https://github.com/redis/lettuce/pull/3211
Full Changelog: https://github.com/redis/lettuce/compare/6.5.4.RELEASE...6.5.5.RELEASE
v1.1.28
Reactor Netty
1.1.28
is part of 2023.0.16
Release Train.
- Ensure
POST
empty body sendingcontent-length 0
by @violetagg in #3663
- Depend on
Netty
v4.1.119.Final
by @violetagg in #3659
- Fix various issues with
Nullable
annotation by @violetagg in #3626, #3628, #3629, #3646 - Fix
NullPointerException
inHttp2SettingsSpec#hashCode
by @violetagg in #3639 - Fix
Http2ConnectionProvider#logStreamsState
to log active/max streams per connection and per all connections by @violetagg in #3650
Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.27...v1.1.28