Nightly
- db9b07a: [grid] Router WebSocket handle dropped close frames, idle disconnects, high-latency proxying (#17197) (Viet Nguyen Duc) #17197
- c9cfcf8: [build] Fix Lint Format CI (#17202) (Viet Nguyen Duc) #17202
- 2feac4e: [dotnet] [bidi] Optimize commands via ReadOnlyMemory (#17205) (Nikolay Borisenko) #17205
- 87db232: [java] specify nullability in package
org.openqa.selenium.docker(#17191) (Andrei Solntsev) #17191 - ec5d115: [dotnet] [bidi] Optimize processing of incoming messages (#17206) (Nikolay Borisenko) #17206
- 6ce07db: [dotnet] [bidi] Add SetScrollbarTypeOverride command in Emulation module (#17171) (Nikolay Borisenko) #17171
- f69b1ec: [dotnet] [bidi] Thread safe events registration (#17210) (Nikolay Borisenko) #17210
v5.14.2
SOFARPC v5.14.2 is an enhancement release that focuses on fixing several issues in the Triple protocol, including POJO generic calls, Tracer context propagation, and optimizing the remote IP retrieval logic. This release improves the stability and reliability of the framework. (Requires JDK8 support)
- Enhanced remote IP retrieval logic - Improved the way remote IP addresses are obtained in the Triple protocol by @EvenLjj in #1529
- Fixed Triple POJO overload issue - Resolved method overload matching problems when calling generics in POJO mode with the Triple protocol by @EvenLjj in #1523
- Fixed Triple generic error - Fixed issues with Triple generic calls and unit test errors by @sunhailin-Leo in #1531
- Fixed Triple Tracer context cross-thread propagation issue - Solved the problem of tracer context being lost in cross-thread scenarios by @EvenLjj in #1539
- Fixed two flaky CI tests in test-integration - Resolved unstable tests in the test-integration module by @app/copilot-swe-agent in #1534
- @sunhailin-Leo made their first contribution in https://github.com/sofastack/sofa-rpc/pull/1531
- @Copilot made their first contribution in https://github.com/sofastack/sofa-rpc/pull/1534
7.4.0
The Jedis 7.4.0 release introduces enhancements to the Client-side geographic failover API, improves transaction support, and deprecates sendCommand() to improve compatibility with the Redis Cluster API.
- Add long index support to ZRangeParams (#4445) (#4446)
- Client-side geographic failover: Add Runtime Weight Management for MultiDbClient Endpoints (#4435)
- fix: Fix out-of-order responses in manual transactions with commands before MULTI (#4441)
- Fix resp2 parsing of LibraryInfo (#4436)
- Client-side geographic failover:
- Make MultiDbConfig.DatabaseConfig.Builder agnostic to call order (#4456)
- Add documentation for "Dynamic Database Management" (#4457)
- Add documentation for dynamic weight management#3678 (#4447)
- Deprecate sendCommand() methods not compatible with OSS Cluster API (#4451)
- Bump jackson.version from 2.21.0 to 2.21.1 (#4453)
- Make integration tests compatible with RE (#4387)
- maintenace: fix hotkeys info test for 8.6.1+ (#4443)
- Bump maven.surefire.version from 3.5.4 to 3.5.5 (#4442)
We'd like to thank all the contributors who worked on this release!
@a-TODO-rov, @atakavci, @dependabot, @dependabot[bot], @ggivo and @uglide