From a5116266f6d3d400ab2106d02fa3095342fdad30 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Tue, 27 May 2025 12:46:33 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55eca46c..973ec2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## [0.12.2] - 2025-05-27 + +If you are upgrading from v0.11.x, this version includes **breaking changes** to the database layout and requires a migration. 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 +- CardDAV: Legacy vCard 2.1 and 3.0 serialization support. +- WebDAV: Add SRV Records to help DAV autodiscovery (closes #1565). + +## Changed + +## Fixed +- Report list attempts to deserialize empty values (#1562) +- Refresh expired FoundationDB transactions while retrieving large blobs (#1555). + + ## [0.12.1] - 2025-05-26 If you are upgrading from v0.11.x, this version includes **breaking changes** to the database layout and requires a migration. 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.