redisson-4.6.1
Fixed - ConnectionsHolder init-connection double release (thanks to @yipeng09)
Fixed - AsyncSemaphore.tryRun() over-increment on cancelled waiters (thanks to @yipeng09)
Fixed - AsyncSemaphore race condition
Fixed - non-cluster lazy initialization can park caller threads indefinitely (thanks to @yipeng09)
Fixed - RedissonReactiveSubscription.unsubscribe() throws UnsupportedOperationException
Fixed - RLocalCachedMap sharded subscription mode uses PSUBSCRIBE unconditionally
Fixed - Spring Data Redis 4.1 RedissonReactiveStringCommands throws exceptions
Fixed - FT.SEARCH/FT.AGGREGATE don't work in master nodes round robin in Redis Cluster (thanks to @wushiyuanmaimob)
3.36.3
- #54765 - JSON logger doesn't print stacktrace anymore
- #54769 - Fix NPE in JSON Logging
- #54798 - Fix dead links in kafka.adoc
- #54807 - Fix dead links in security guides
- #54812 - Fix miscellaneous dead links across guides
- #54829 - Log Dev MCP endpoint path at startup when enabled
- #54837 - Add UnwrappedTypeResolverBuilder reflective class registration to kubernetes-client
- #54873 - Bump io.quarkus:quarkus-fs-util from 1.4.0 to 1.4.2
- #54878 - [3.37] Update to Micrometer 1.16.6