redisson-3.41.0
Feature - RPermitExpirableSemaphore.getLeaseTime()
method added (thanks to @seakider)
Feature - sslVerificationMode
setting added
Fixed - RPermitExpirableSemaphore.release(java.util.List)
shouldn't release permits if one of them doesn't exist (thanks to @seakider)
Fixed - RTopic
listeners leak if they are defined as a lambda
Fixed - RPriorityBlockingQueue.draintTo()
method shouldn't resend command on response timeout
Fixed - RandomXoshiro256PlusPlus
might block Redisson initialization
6.6.0.BETA2
- Reference documentation: https://lettuce.io/core/6.6.0.RELEASE/reference/
- Javadoc: https://lettuce.io/core/6.6.0.RELEASE/api/
This release addresses the missing token-based authentication, which was not successfully cross-ported before the release.
- Token-based authentication support and Microsoft Entry ID integration by leveraging the new core authentication extension by @ggivo in https://github.com/redis/lettuce/pull/3063
- Deprecate the STRALGO command and implement the LCS in its place by @Dltmd202 in https://github.com/redis/lettuce/pull/3037
- fix: prevent blocking event loop thread by replacing ArrayDeque with HashIndexedQueue by @okg-cxf in https://github.com/redis/lettuce/pull/2953
- Fix: make sure FIFO order between write and notify channel active by @okg-cxf in https://github.com/redis/lettuce/pull/2597
- Add example configuration using SNI enabled TLS connection by @ggivo in https://github.com/redis/lettuce/pull/3045
- Disable docker image being used to call compose when running tests by @tishun in https://github.com/redis/lettuce/pull/3046
- Workflow for running benchmarks weekly by @tishun in https://github.com/redis/lettuce/pull/3052
- Fixing benchmark flow by @tishun in https://github.com/redis/lettuce/pull/3056
- Using the right name for the file this time by @tishun in https://github.com/redis/lettuce/pull/3057
- Test failures not reported because step is skipped by @tishun in https://github.com/redis/lettuce/pull/3067
- DOC-4528 async hash examples by @andy-stark-redis in https://github.com/redis/lettuce/pull/3069
- Bump org.slf4j:jcl-over-slf4j from 1.7.25 to 2.0.16 by @dependabot in https://github.com/redis/lettuce/pull/2959
- Bump org.testcontainers:testcontainers from 1.20.1 to 1.20.4 by @dependabot in https://github.com/redis/lettuce/pull/3082
- @Dltmd202 made their first contribution in https://github.com/redis/lettuce/pull/3037
- @andy-stark-redis made their first contribution in https://github.com/redis/lettuce/pull/3069
- @okg-cxf made their first contribution in https://github.com/redis/lettuce/pull/2953
Full Changelog: https://github.com/redis/lettuce/compare/6.5.1.RELEASE...6.6.0.RC1