22 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

1 days 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.

2 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

2 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"