10 hours ago
Activiti
21 hours ago
selenium

Nightly

Commits

  • 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
1 days ago
quarkus

3.33.0.CR1

Complete changelog

1 days ago
sofa-rpc

v5.14.2

Abstract

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)


What's Changed

Enhancement

  • Enhanced remote IP retrieval logic - Improved the way remote IP addresses are obtained in the Triple protocol by @EvenLjj in #1529

Fix

  • 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

Chore

  • Fixed two flaky CI tests in test-integration - Resolved unstable tests in the test-integration module by @app/copilot-swe-agent in #1534

New Contributors


Full Changelog

v5.14.1...v5.14.2


1 days ago
jedis

7.4.0

Overview

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.

🚀 New Features

  • Add long index support to ZRangeParams (#4445) (#4446)
  • Client-side geographic failover: Add Runtime Weight Management for MultiDbClient Endpoints (#4435)

🐛 Bug Fixes

  • fix: Fix out-of-order responses in manual transactions with commands before MULTI (#4441)
  • Fix resp2 parsing of LibraryInfo (#4436)

🧰 Maintenance

  • 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)

Contributors

We'd like to thank all the contributors who worked on this release!

@a-TODO-rov, @atakavci, @dependabot, @dependabot[bot], @ggivo and @uglide