14 hours ago
selenium

Nightly

Commits

  • f064eca: [rust] Use tax.xz for Firefox package starting in version 135 (Boni Garcia)
  • 27072c0: [JS] Specify Node.js engine version as 22.x LTS in package.json (#15058) (Sri Harsha) #15058
  • d224cf3: [java] Update dependency org.mockito:mockito-core to v5.15.2 (#15016) (renovate[bot]) #15016
  • e37334c: [py] Update supported Python versions 3.9+ (#15018) (Viet Nguyen Duc) #15018
  • c657e70: [JS] Add detailed error message for invalid cookie name validation in getCookie method (Sri Harsha)
  • 62c3daf: [JS] Add err message for invalid cookie name in deleteCookie method (Sri Harsha)
  • 49ee40b: [JS] Enables diagnostic logging for Safari (Sri Harsha)
  • 5b02e61: [JS] update npm deps to latest (Sri Harsha)
  • bd225cc: [dotnet] Guard for cookie deletion when name is empty (#15074) (Nikolay Borisenko) #15074
  • 02f3ca7: [js] Update dependency @apollo/client to v3.12.5 (#15075) (renovate[bot]) #15075
  • f33ad97: [dotnet] Modernize code style in the devtools source generator (#15067) (Michael Render) #15067
  • 790fd61: [java] Replace anonymous types with lambdas (#15043) (Alex) #15043
  • d2ab626: [py] Upgraded WebDriverWait Docstrings (#15054) (Simon Benzer) #15054
  • 2ca9b4f: [dotnet] Add nullability to FirefoxExtension (#14964) (Michael Render) #14964
  • f6d95bb: [py] Added Docstrings to ActionBuilder (#15065) (Simon Benzer) #15065
  • a2bbaaf: [py] Upgraded WebElement Docstrings (#15056) (Simon Benzer) #15056
  • a7c0cfb: [py] Upgraded WebDriver Docstrings (#15055) (Simon Benzer) #15055
21 hours ago
reactor-netty

v1.2.2

Reactor Netty 1.2.2 is part of 2024.0.2 Release Train.

What's Changed

⚠️ Update considerations and deprecations

  • Do not add Transfer-Encoding for DELETE with no body by @violetagg in #3549
  • Ensure DisposedChannelConfig#setAutoRead does not change auto-read configuration by @violetagg in #3581

✨ New features and improvements

  • Depend on Reactor Core v3.7.2 by @chemicL in 3db1d870ab37489ffbd91c3a7d2d23cdd9864c4d, see release notes
  • Depend on Netty v4.1.116.Final by @violetagg in #3550
  • Depend on netty-incubator-transport-native-io_uring v0.0.26.Final by @dependabot in #3568
  • Depend on Netty QUIC Codec v0.0.70.Final by @violetagg in #3570
  • Http2Pool: Do not proceed with the acquisition if Borrower is cancelled by @violetagg in #3582
  • Http2Pool: Do not proceed with the resource delivery if Borrower is cancelled by @violetagg in #3585
  • Configuration for setting maximum number of connection pools to be created by @jchenga in #3566

🐞 Bug fixes

  • Fix ClassCastException in HttpOperations#initShortId() by @joschi in #3542
  • Ensure the request counter is updated once when the request is received by @violetagg in #3543
  • HttpServerRequest#receiveContent() never emits any value nor completes when HTTP/1.1 TLS Upgrade (RFC-2817) kicks in by @reta in #3540
  • Generate log message in advance by @raccoonback in #3571

📖 Documentation

  • Add Reactor Netty version of CORS HTTP server example by @jchenga in #3554
  • Add HTTP2/HTTP3 configuration to the HTTP examples by @violetagg in #3578

New Contributors

  • @joschi made their first contribution in #3542
  • @raccoonback made their first contribution in #3571

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.2.1...v1.2.2

23 hours ago
Activiti
1 days ago
metrics

v5.0.0-rc24

What's Changed

Full Changelog: https://github.com/dropwizard/metrics/compare/v5.0.0-rc23...v5.0.0-rc24

1 days ago
metrics

v4.2.30

What's Changed

Full Changelog: https://github.com/dropwizard/metrics/compare/v4.2.29...v4.2.30

1 days ago
reactor-netty

v1.1.26

Reactor Netty 1.1.26 is part of 2023.0.14 Release Train.

What's Changed

⚠️ Update considerations and deprecations

  • Do not add Transfer-Encoding for DELETE with no body by @violetagg in #3549
  • Ensure DisposedChannelConfig#setAutoRead does not change auto-read configuration by @violetagg in #3581

✨ New features and improvements

  • Depend on Netty v4.1.116.Final by @violetagg in #3550
  • Depend on netty-incubator-transport-native-io_uring v0.0.26.Final by @dependabot in #3568
  • Depend on Netty QUIC Codec v0.0.70.Final by @violetagg in #3570
  • Http2Pool: Do not proceed with the acquisition if Borrower is cancelled by @violetagg in #3582
  • Http2Pool: Do not proceed with the resource delivery if Borrower is cancelled by @violetagg in #3585

🐞 Bug fixes

  • Fix ClassCastException in HttpOperations#initShortId() by @joschi in #3542
  • Ensure the request counter is updated once when the request is received by @violetagg in #3543
  • HttpServerRequest#receiveContent() never emits any value nor completes when HTTP/1.1 TLS Upgrade (RFC-2817) kicks in by @reta in #3540
  • Generate log message in advance by @raccoonback in #3571

New Contributors

  • @joschi made their first contribution in #3542
  • @raccoonback made their first contribution in #3571

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.25...v1.1.26

1 days ago
fastexcel

1.1.0

1.1.0

2 days ago
redisson

redisson-3.43.0

Feature - RObservable interface for listeners added for RLock objects (thanks to @seakider)

Fixed - RExecutorService workers stop working (regression since 3.42.0) (thanks to @seakider)
Fixed - RLocalCacheMap.remove() method hangs if called inside a transaction
Fixed - poll methods of RTimeSeries and RScoredSortedSet objects return null instead of empty lists
Fixed - RSet.containsEach() method returns null instead of empty list
Fixed - RLocalCachedMap.fastRemove() method may throw NPE if storeMode = LOCALCACHE