This commit is contained in:
mdecimus 2025-07-16 17:13:32 +02:00
parent f5d0f725de
commit 00daa69608
3 changed files with 18 additions and 1 deletions

View file

@ -31,6 +31,7 @@ body:
label: Version label: Version
description: What version of our software are you running? description: What version of our software are you running?
options: options:
- v0.13.x
- v0.12.x - v0.12.x
- v0.11.x - v0.11.x
- v0.10.x or lower - v0.10.x or lower

View file

@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
## [0.13.1] - 2025-07-16
If you are upgrading from v0.11.x or v0.12.x, this version includes **breaking changes** to the message queue and MTA configuration. Please read the [UPGRADING.md](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING.md) file for more information on how to upgrade from previous versions.
## Added
- ACME: DigitalOcean cloud DNS provider support (closes #1667).
## Changed
## Fixed
- Migration: Old queue events not deleted causing high CPU usage in some deployments (#1833).
- MTA: `mta-sts` setting parsing issue (#1830).
- JMAP: `sortOrder` should not be null (#1831).
- Allow invalid TOML when parsing database settings (#1822).
## [0.13.0] - 2025-07-15 ## [0.13.0] - 2025-07-15
If you are upgrading from v0.11.x or v0.12.x, this version includes **breaking changes** to the message queue and MTA configuration. Please read the [UPGRADING.md](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING.md) file for more information on how to upgrade from previous versions. If you are upgrading from v0.11.x or v0.12.x, this version includes **breaking changes** to the message queue and MTA configuration. Please read the [UPGRADING.md](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING.md) file for more information on how to upgrade from previous versions.

View file

@ -6,7 +6,8 @@ We provide security updates for the following versions of Stalwart:
| Version | Supported | End of Support | | Version | Supported | End of Support |
| ------- | ------------------ | -------------- | | ------- | ------------------ | -------------- |
| 0.12.x | :white_check_mark: | TBD | | 0.13.x | :white_check_mark: | TBD |
| 0.12.x | :white_check_mark: | 2025-12-31 |
| 0.11.x | :white_check_mark: | 2025-12-31 | | 0.11.x | :white_check_mark: | 2025-12-31 |
| < 0.11 | :x: | Ended | | < 0.11 | :x: | Ended |