8 hours ago
ip2region

v3.17.0

New Feature

  • IPv4 and IPv6 data updates with global top provider geofeeds and community reports merged.
  • Golang segments iterate with CIDR range and more options supports.
  • Golang searcher and maker with io.Reader input supports.
  • Erlang IPv6 supports.

What's Changed

New Contributors

Full Changelog: https://github.com/lionsoul2014/ip2region/compare/v3.16.0...v3.17.0

12 hours ago
Activiti

7.21.0-rc.408

What's Changed

⬆️ Dependencies

🔨 Other Changes

Full Changelog: https://github.com/Activiti/Activiti/compare/7.21.0-rc.407...7.21.0-rc.408

1 days ago
selenium

Nightly

Commits

  • 4177888: [java] Move BiDi creation to RemoteWebDriver. Add enable BiDi to SafariOptions. (#17753) (Puja Jagani) #17753
1 days ago
logback

Logback 1.5.38

2026-07-09 Release of logback version 1.5.38

• In HardenedObjectInputStream, fixed a typo preventing Throwable objects from being white-filtered. This issue was reported in PR #1045 by t0rchwo0d.

• A bitwise identical binary of this version can be reproduced by building from source code at commit d04984a41fce42977466f45a2f076f0ee5cc4207 associated with the tag v_1.5.38. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

1 days ago
netty

netty-4.1.136.Final

What's Changed

Full Changelog: https://github.com/netty/netty/compare/netty-4.1.135.Final...netty-4.1.136.Final

1 days ago
grpc-java

v1.82.2

  • Revert "xds: reuse connections to the control plane across channels" added in 1.81.0 (#12886). If using xds heavily with many targets, then MAX_CONCURRENT_STREAMS to the control plane could be exceeded. This then prevents loading resources for new targets, which causes those channels to hang on name resolution. RPCs would see the nondescript "DEADLINE_EXCEEDED: Deadline Context was exceeded after Xs" or "DEADLINE_EXCEEDED: Deadline CallOptions was exceeded after Xs"
1 days ago
grpc-java

v1.81.1

  • Revert "xds: reuse connections to the control plane across channels" added in 1.81.0 (#12887). If using xds heavily with many targets, then MAX_CONCURRENT_STREAMS to the control plane could be exceeded. This then prevents loading resources for new targets, which causes those channels to hang on name resolution. RPCs would see the nondescript "DEADLINE_EXCEEDED: Deadline Context was exceeded after Xs" or "DEADLINE_EXCEEDED: Deadline CallOptions was exceeded after Xs"
1 days ago
selenium

Nightly

Commits

  • 6283602: [rb] generate the BiDi protocol layer from the shared binding-neutral schema (#17731) (Titus Fortner) #17731
  • 52a6dad: [docs] ADR implementation updates - track by PR number, clarify PR body vs ADR, tracking status by issue (#17697) (Titus Fortner) #17697
  • 4c140e1: [build] Add update_cddl script to refresh pinned w3c/webref CDDL files (#17743) (Titus Fortner) #17743
  • ee4057c: Add guidance for testing conventions in each language (#16734) (Titus Fortner) #16734
  • 15ee583: [build] document .local customization and add PR review guidance (#17756) (Titus Fortner) #17756
  • 185e626: [build] fix python linting in format.sh script (Titus Fortner)