7 hours ago
acme4j

v4.0.0

  • acme4j now requires Java 17 or higher
  • A new HttpClient instance was created for every request. Now it is bound to the Session, reducing resource consumption on heavy workloads. (Thanks to @vincentdo for the PR.)
  • A Session instance can now be shared between multiple threads, still keeping track of the correct nonce (Thanks to @nsheridan for the pointer.)
  • draft-ietf-acme-ari is RFC 9773 now
  • Updated draft-aaron-acme-profiles-01
  • Added support for draft-ietf-acme-dns-account-label (experimental)
  • Added Actalis provider
  • Removed Buypass provider (they stopped supporting the ACME protocol)
  • Increased the default network timeout to 30 seconds, as a few CAs require more response time
  • Use the pebbleHost and pebblePort system properties to change the default Pebble host and port
  • Updated Pebble TLS certificate
  • Removed deprecated methods

The major version bump was mainly caused by the change to Java 17. If you use the dns-01 challenge, you might need to invoke a different method in one place, but besides that, there is probably not much to do on your side. For further information, please read the migration guide.

14 hours ago
selenium

Nightly

Commits

  • 6c03cc2: [build] fix LocalJumpError bug in java nightly release code (Titus Fortner)
  • 690992d: [build] Support per-language patch releases (#16987) (Titus Fortner) #16987
  • 07dd181: [build] retrigger CI after auto-format commits (#17000) (Titus Fortner) #17000
  • 0f11c4c: [dotnet] have SE_DEBUG output driver logs to stderr (#16903) (Titus Fortner) #16903
  • 3e4e22f: [dotnet] [bidi] Use System.Threading.Channels dependency for events dispatching (#17004) (Nikolay Borisenko) #17004
  • e1b39af: keep qodo from rewriting description (Titus Fortner)
  • 5f703b2: ensure llm agents look for user-specific guidance (Titus Fortner)
  • cb8baea: [py] Replace //py:ruff with dedicated ruff-format and ruff-check targets (#16998) (Titus Fortner) #16998
  • 2668969: [build] use bazel to update python requirements (#16930) (Titus Fortner) #16930
  • c2a394c: [dotnet] Add linting support with configurable dotnet format (#16999) (Titus Fortner) #16999
  • 2220770: [dotnet][rb][java][js][py] remove disk cleanup, add monitoring (#17001) (Titus Fortner) #17001
  • 371a719: [build] consolidate nightly workflow (#17005) (Titus Fortner) #17005
  • c22fe1c: [build] fix missing github token for nightly ruby release (Titus Fortner)
  • 9cb0bbc: [build] create rake_tasks filegroup for linting (Titus Fortner)
  • 4a092cc: fix linting (Titus Fortner)
  • 2f9fc2b: [build] replace //rb:lint-unsafe with a more generic //rb:rubocop (Titus Fortner)
  • a497c5b: [rb] output driver logs when SE_DEBUG is enabled (#16901) (Titus Fortner) #16901
  • 46dff58: [build] use matrix for nightly releases (#17010) (Titus Fortner) #17010
  • 65f9304: [rb] Update lint configuration and fix rubocop offenses (#17008) (Titus Fortner) #17008
  • 5e47ce6: [build] move grid tasks back into java.rake (Titus Fortner)
  • 429ef3e: [py] Use lazy imports in webdriver init.py (#16993) (Titus Fortner) #16993
  • caffe95: [build] slim down qodo code review comment (Titus Fortner)
  • 0c2aff1: [py][java][js] SE_DEBUG warns only when overriding user settings (#17009) (Titus Fortner) #17009
  • 88412e3: [build] update names for clarity (Titus Fortner)
19 hours ago
fesod

2.0.1-incubating-RC1

What's Changed

New Contributors

Full Changelog: https://github.com/apache/fesod/compare/2.0.0-incubating...2.0.1-incubating-RC1