Skip to content

Commit 3c0312d

Browse files
committed
v0.15.4
1 parent 4b661d5 commit 3c0312d

30 files changed

Lines changed: 78 additions & 58 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.15.4] - 2026-01-19
6+
7+
If you are upgrading from v0.14.x and below, this version includes **multiple breaking changes**. Please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_15.md) for more information on how to upgrade from previous versions.
8+
If you are upgrading from v0.15.x, replace the binary and update the webadmin.
9+
10+
## Added
11+
- IMAP: Map `HEADER SUBJECT/FROM/TO` searches to `SUBJECT/FROM/TO` queries.
12+
- Sieve: Update spam status on user scripts.
13+
14+
## Changed
15+
16+
## Fixed
17+
- Search: Return all document ids when no filters are provided.
18+
- Search: Filters not applied when a single message is in the account.
19+
- IMAP: Return `ALREADYEXISTS` code when creating existing mailboxes.
20+
- IMAP: Do not return quota resources if no quota is set.
21+
- JMAP/changes: Update `newState` with last changeId if an invalid fromChangeId is provided.
22+
- JMAP/CalendarIdentity: Do not update invalid calendar identities.
23+
- AI API: Include request error details if available.
24+
525
## [0.15.3] - 2025-12-29
626

727
If you are upgrading from v0.14.x and below, this version includes **multiple breaking changes**. Please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_15.md) 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.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Stalwart Labs LLC <hello@stalw.art>"]
55
license = "AGPL-3.0-only OR LicenseRef-SEL"
66
repository = "https://github.com/stalwartlabs/cli"
77
homepage = "https://github.com/stalwartlabs/cli"
8-
version = "0.15.3"
8+
version = "0.15.4"
99
edition = "2024"
1010
readme = "README.md"
1111

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "common"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
edition = "2024"
55
build = "build.rs"
66

crates/dav-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dav-proto"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
edition = "2024"
55

66
[dependencies]

crates/dav/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dav"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
edition = "2024"
55

66
[dependencies]

crates/directory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "directory"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
edition = "2024"
55

66
[dependencies]

crates/email/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "email"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
edition = "2024"
55

66
[dependencies]

crates/groupware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "groupware"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
edition = "2024"
55

66
[dependencies]

crates/http-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http_proto"
3-
version = "0.15.3"
3+
version = "0.15.4"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)