10 hours ago
Activiti

7.20.0-rc.853

What's Changed

🔨 Other Changes

New Contributors

Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.852...7.20.0-rc.853

10 hours ago
selenium

Nightly

Commits

  • 50418b8: [py] Don't compare object identity in conftest (#16723) (Corey Goldberg) #16723
16 hours ago
Activiti

7.20.0-rc.851

What's Changed

⬆️ Dependencies

Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.850...7.20.0-rc.851

1 days ago
selenium

Nightly

Commits

  • 13e0b58: [dotnet] [bidi] Added missing Script.RemoteReference LocaclValue type (#16717) (Nikolay Borisenko) #16717
  • 41f8735: [dotnet] Standardize IEquatable<T> implementations across types overriding Equals (#16665) (Michael Render) #16665
  • 546b58d: [dotnet] Fix nullability warnings in WebDriver (#16662) (Michael Render) #16662
1 days ago
logback

Logback 1.5.22

2025-12-11 Release of logback version 1.5.22

• In order to prevent involuntary information leakage, Logback will no longer output the value of a substituted variable, if the variable name contains any of the case-insensitive strings "password", "secret" or "confidential". This problem was reported by Chintan Rohila in issues/986.

• Logback now takes the overridden toString() method of Throwable subclasses into account when printing stack traces. This issue was reported in LOGBACK-543 by Alvin Chee, with a fix provided in PR 404 by Brett Kail.

• Instead of limit-counting guard, Logback now uses a tumbling-window guard to rate limit internal error messages.

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

1 days ago
lettuce-core

7.4.0.BETA1

Lettuce 7.4.0.BETA1

The Lettuce team is pleased to announce the first beta release of Lettuce 7.4.0!

This release introduces client-side geographic failover through the newly added MultiDBClient.

Key Features

  • Automatic Detection: The client monitors the health of all configured Redis endpoints.
  • Seamless Failover: If the active endpoint fails, traffic is automatically rerouted to the next healthiest endpoint based on configurable priorities.
  • Customizable: Developers can configure endpoints, set priorities, adjust failure sensitivity, and plug in custom health checks or failure detection logic.

Lettuce 7.4.0.BETA1 supports Redis 2.6+ up to Redis 8.x and requires Java 8 or newer. The driver is tested against Redis 8.4, 8.2, 7.4, and 7.2.

We encourage you to try out this beta and provide feedback ahead of the general availability release.

Full Changelog: https://github.com/redis/lettuce/compare/7.2.0.RELEASE...7.4.0.BETA1

Contributors

We'd like to thank all the contributors who worked on this release! @atakavci, @ggivo, @uglide