7.20.0-rc.853
- AAE-40142 Deactivate Auto-Deployment by @JWollweber in https://github.com/Activiti/Activiti/pull/5224
- fix issue: #5060 #5025 by @xzxiaoshan in https://github.com/Activiti/Activiti/pull/5061
- @xzxiaoshan made their first contribution in https://github.com/Activiti/Activiti/pull/5061
Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.852...7.20.0-rc.853
7.20.0-rc.851
- build(deps): bump the github-actions group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5233
- build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin from 5.3.0.6276 to 5.5.0.6356 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5232
- build(deps): bump com.fasterxml.uuid:java-uuid-generator from 5.1.1 to 5.2.0 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5231
- build(deps): bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5230
- build(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 in the maven-plugins group by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5229
Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.850...7.20.0-rc.851
Nightly
- 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
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.
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.
- 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
We'd like to thank all the contributors who worked on this release! @atakavci, @ggivo, @uglide