Skip to content

Commit b39b4ec

Browse files
committed
v0.13.4
1 parent 4a96357 commit b39b4ec

File tree

34 files changed

+246
-113
lines changed

34 files changed

+246
-113
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.13.4] - 2025-09-30
6+
7+
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.
8+
9+
## Added
10+
11+
## Changed
12+
- JMAP: Protocol layer rewrite for zero-copy deserialization and architectural improvements.
13+
14+
## Fixed
15+
- JMAP: References to previous method fail when there are no results (#1507).
16+
- JMAP: Enforce quota checks on `Blob/copy`.
17+
- JMAP: `Mailbox/get` fails without `accountId` argument (#1936).
18+
- JMAP: Do not return `invalidProperties` when email update doesn't contain changes (#1139)
19+
- IMAP: Unbounded memory allocation in request parser.
20+
- IMAP: Wrong permission checked for GETACL.
21+
- iTIP: Include date properties in `REPLY` (#2102).
22+
- OIDC: Do not set `username` field if it is the same as the `email` field.
23+
- Telemetry: Fix `calculateMetrics` housekeeper task (#2155).
24+
- Directory: Always use `rsplit` to extract the domain part from email addresses.
25+
526
## [0.13.3] - 2025-09-10
627

728
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.

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)