3 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
14 hours 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


18 hours 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

19 hours ago
quarkus

3.32.3

Complete changelog

  • #52840 - Quarkus 3.32.1 - quarkus:dependency-tree fails with "Failed to locate io.quarkus:quarkus-ide-launcher::jar among application dependencies"
  • #52843 - Do not log dependencies excluded from the ApplicationModel
  • #52849 - Datasource guide style review
  • #52899 - Reduce permissions of GitHub Actions workflows
  • #52923 - Removing outdated reference to gradle
  • #52937 - Don't traverse already processed types in ReflectiveHierarchyStep
  • #52940 - ArC - Various allocation optimizations
  • #52943 - Flaky Docker shutdown in quarkus-integration-test-hibernate-reactive-orm-compatibility
  • #52947 - Use dev services for ITs in hibernate-reactive-orm-compatibility
  • #52955 - Micro cleanup of AotRunnerClassLoader
  • #52958 - Some more polishing of the new AotRunnerClassLoader
  • #52964 - Remove micrometer-mp-metric dir which contains only empty pom
  • #52995 - Upgrade sshd to 2.17.1
  • #52998 - Updates Infinispan to 16.0.8
  • #53002 - Make sure Infinispan is init correctly
  • #53005 - config.adoc: replace dead link
1 days ago
selenium

Nightly

Commits

  • 11e883d: [dotnet][rb][java][js][py] Automated Browser Version Update (#17195) (Selenium CI Bot) #17195
  • 96aa99d: [py] Bidi py tests expansion (#17193) (David Burns) #17193
  • 6addb15: [dotnet] [bidi] Simplified how background tasks are started (#17198) (Nikolay Borisenko) #17198
1 days ago
reactor-netty

v1.3.4

Reactor Netty 1.3.4 is part of 2025.0.4 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.8.4 by @chemicL in 53e8319e6fc66e101c3b52fc3a1267a891d1aeff, see release notes
  • Avoid DefaultChannelId generation for DisposedChannel by @violetagg in #4095
  • Push-based maxConcurrentStreams update via SETTINGS frame handler by @violetagg in #4106
  • Add configurable maxLifeTime with per-resource variance by @violetagg in #4111
  • Add Http2AllocationStrategy#streamBatchSize for batched stream dispatching by @violetagg in #4114
  • Override isSharable() explicitly to avoid annotation lookup by @violetagg in #4120
  • Add fast-path short-circuit for is100ContinueExpected check by @violetagg in #4123
  • Cache resolved HttpHeadersFactory instances to avoid repeated allocation by @violetagg in #4124

🐞 Bug fixes

  • Add FlushConsolidationHandler to H2C upgrade pipeline by @violetagg in #4097
  • Fix Http2Pool returning connection to the pool before H2C upgrade completes by @violetagg in #4098
  • Fix Http2Pool ACQUIRED counter not rolled back when deliver is rejected by @violetagg in #4099
  • Fix HttpClient#proxyWhen to use NoopAddressResolverGroup by @violetagg in #4104

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.3.3...v1.3.4

1 days ago
reactor-netty

v1.2.16

Reactor Netty 1.2.16 is part of 2024.0.16 Release Train.

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.7.17 by @chemicL in 98eb2718b3892d9409b419ebd8abe6b8691900ff, see release notes
  • Override isSharable() explicitly to avoid annotation lookup by @violetagg in #4120
  • Add fast-path short-circuit for is100ContinueExpected check by @violetagg in #4123
  • Cache resolved HttpHeadersFactory instances to avoid repeated allocation by @violetagg in #4124

🐞 Bug fixes

  • Add FlushConsolidationHandler to H2C upgrade pipeline by @violetagg in #4097
  • Fix HttpClient#proxyWhen to use NoopAddressResolverGroup by @violetagg in #4104

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.2.15...v1.2.16