summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md74
-rw-r--r--Cargo.lock26
-rw-r--r--crates/cli/Cargo.toml2
-rw-r--r--crates/common/Cargo.toml2
-rw-r--r--crates/directory/Cargo.toml2
-rw-r--r--crates/imap/Cargo.toml2
-rw-r--r--crates/jmap/Cargo.toml2
-rw-r--r--crates/main/Cargo.toml2
-rw-r--r--crates/managesieve/Cargo.toml2
-rw-r--r--crates/nlp/Cargo.toml2
-rw-r--r--crates/pop3/Cargo.toml2
-rw-r--r--crates/smtp/Cargo.toml2
-rw-r--r--crates/store/Cargo.toml2
-rw-r--r--crates/trc/Cargo.toml2
-rw-r--r--crates/utils/Cargo.toml2
15 files changed, 69 insertions, 57 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8b52740..b37e8caa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,23 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
+## [0.10.1] - 2024-09-26
+
+To upgrade replace the `stalwart-mail` binary.
+
+### Added
+- `OAUTHBEARER` SASL support in all services (#627).
+
+### Changed
+
+### Fixed
+- Fixed `migrate_directory` range scan (#784).
+
## [0.10.0] - 2024-09-21
This version includes breaking changes to how accounts are stored. Please read [UPGRADING.md](UPGRADING.md) for details.
-## Added
+### Added
- Multi-tenancy (Enterprise feature).
- Branding (Enterprise feature).
- Roles and permissions.
@@ -24,7 +36,7 @@ This version includes breaking changes to how accounts are stored. Please read [
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin.
-## Added
+### Added
- Support for global Sieve scripts that can be used by users to filter their incoming mail.
- Allow localhost to override HTTP access controls to prevent lockouts.
@@ -41,7 +53,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin.
-## Added
+### Added
- Dashboard (Enterprise feature)
- Alerts (Enterprise feature)
- SYN Flood (session "loitering") attack protection (#482)
@@ -60,7 +72,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin.
-## Added
+### Added
- Message delivery history (Enterprise feature)
- Live tracing and logging (Enterprise feature)
- SQL Read Replicas (Enterprise feature)
@@ -78,7 +90,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin.
-## Added
+### Added
- Metrics support (closes #478)
- OpenTelemetry Push Exporter
- Prometheus Pull Exporter (closes #275)
@@ -99,7 +111,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin. This version includes breaking changes to the Webhooks configuration and produces a slightly different log output, read [UPGRADING.md](UPGRADING.md) for details.
-## Added
+### Added
- Improved and faster tracing and logging.
- Customizable event logging levels.
@@ -113,7 +125,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
To upgrade replace the `stalwart-mail` binary.
-## Added
+### Added
- Restore deleted e-mails (Enterprise Edition only)
- Kubernetes (K8S) livenessProbe and readinessProbe endpoints.
@@ -128,7 +140,7 @@ To upgrade replace the `stalwart-mail` binary.
To upgrade replace the `stalwart-mail` binary.
-## Added
+### Added
### Changed
@@ -140,7 +152,7 @@ To upgrade replace the `stalwart-mail` binary.
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin.
-## Added
+### Added
- Two-factor authentication with Time-based One-Time Passwords (#436)
- Application passwords (#479).
- Option to disable user accounts.
@@ -157,7 +169,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin and spam filter versions.
-## Added
+### Added
- Webhooks support (#480)
- MTA Hooks (like milter but over HTTP)
- Manually train and test spam classifier (#473 #264 #257 #471)
@@ -178,7 +190,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin and spam filter versions.
-## Added
+### Added
- POP3 support.
- DKIM signature length exploit protection.
- Faster email deletion.
@@ -202,7 +214,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
This version uses a different database layout which is incompatible with previous versions. Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
-## Added
+### Added
- Clustering support with node auto-discovery and partition-tolerant failure detection.
- Autoconfig and MS Autodiscover support (#336)
- New variables `retry_num`, `notify_num`, `last_error` add `last_status` available in queue expressions.
@@ -231,7 +243,7 @@ This version uses a different database layout which is incompatible with previou
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin version.
-## Added
+### Added
- Full database export and import functionality
- Add --help and --version command line arguments (#365)
- Allow catch-all addresses when validating must match sender
@@ -250,7 +262,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin version.
-## Added
+### Added
- Support for `DNS-01` and `HTTP-01` ACME challenges (#226)
- Configurable external resources (#355)
@@ -264,7 +276,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
To upgrade replace the `stalwart-mail` binary.
-## Added
+### Added
- Make initial admin password configurable via env (#311)
### Changed
@@ -278,7 +290,7 @@ To upgrade replace the `stalwart-mail` binary.
This version uses a different database layout and introduces multiple breaking changes in the configuration files. Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
-## Added
+### Added
- Web-based administration interface.
- REST API for management and configuration.
- Automatic RSA and ED25519 DKIM key generation.
@@ -300,7 +312,7 @@ This version uses a different database layout and introduces multiple breaking c
This version introduces breaking changes in the configuration file. Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
-## Added
+### Added
- Distributed and fault-tolerant SMTP message queues.
- Distributed rate-limiting and fail2ban.
- Expressions in configuration files.
@@ -316,7 +328,7 @@ This version introduces breaking changes in the configuration file. Please read
Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
-## Added
+### Added
- Built-in [fail2ban](https://stalw.art/docs/server/fail2ban) and IP address/mask blocking (#164).
- CLI: Read URL and credentials from environment variables (#88).
- mySQL driver: Add `max-allowed-packet` setting (#201).
@@ -334,7 +346,7 @@ Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to
Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
-## Added
+### Added
- [ACME](https://stalw.art/docs/server/tls/acme) support for automatic TLS certificate generation and renewal (#160).
- TLS certificate [hot-reloading](https://stalw.art/docs/management/database/maintenance#tls-certificate-reloading).
- [HAProxy protocol](https://stalw.art/docs/server/proxy) support (#36).
@@ -347,7 +359,7 @@ Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to
## [0.5.1] - 2024-01-02
-## Added
+### Added
- SMTP smuggling protection: Sanitization of outgoing messages that do not use `CRLF` as line endings.
- SMTP sender validation for authenticated users: Added the `session.auth.must-match-sender` configuration option to enforce that the sender address used in the `MAIL FROM` command matches the authenticated user or any of their associated e-mail addresses.
@@ -365,7 +377,7 @@ Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to
This version requires a database migration and introduces breaking changes in the configuration file. Please read the [UPGRADING.md](UPGRADING.md) file for more information.
-## Added
+### Added
- Performance enhancements:
- Messages are parsed only once and their offsets stored in the database, which avoids having to parse them on every `FETCH` request.
- Background full-text indexing.
@@ -391,7 +403,7 @@ This version requires a database migration and introduces breaking changes in th
## [0.4.2] - 2023-11-01
-## Added
+### Added
- JMAP for Quotas support ([RFC9425](https://www.rfc-editor.org/rfc/rfc9425.html))
- JMAP Blob Management Extension support ([RFC9404](https://www.rfc-editor.org/rfc/rfc9404.html))
- Spam Filter - Empty header rules.
@@ -404,7 +416,7 @@ This version requires a database migration and introduces breaking changes in th
## [0.4.1] - 2023-10-26
-## Added
+### Added
### Changed
@@ -416,7 +428,7 @@ This version requires a database migration and introduces breaking changes in th
This version introduces some breaking changes in the configuration file. Please read the [UPGRADING.md](UPGRADING.md) file for more information.
-## Added
+### Added
- Built-in Spam and Phishing filter.
- Scheduled queries on some directory types.
- In-memory maps and lists containing glob or regex patterns.
@@ -432,7 +444,7 @@ This version introduces some breaking changes in the configuration file. Please
## [0.3.10] - 2023-10-17
-## Added
+### Added
- Option to allow invalid certificates on outbound SMTP connections.
- Option to disable ansi colors on `stdout`.
@@ -443,7 +455,7 @@ This version introduces some breaking changes in the configuration file. Please
## [0.3.9] - 2023-10-07
-## Added
+### Added
- Support for reading environment variables from the configuration file using the `!ENV_VAR_NAME` special keyword.
- Option to disable ANSI color codes in logs.
@@ -455,7 +467,7 @@ This version introduces some breaking changes in the configuration file. Please
## [0.3.8] - 2023-09-19
-## Added
+### Added
- Journal logging support
- IMAP support for UTF8 APPEND
@@ -468,7 +480,7 @@ This version introduces some breaking changes in the configuration file. Please
## [0.3.7] - 2023-09-05
-## Added
+### Added
- Option to disable IMAP All Messages folder (#68).
- Option to allow unencrypted SMTP AUTH (#72)
- Support for `rcpt-domain` key in `rcpt.relay` SMTP rule evaluation.
@@ -485,7 +497,7 @@ This version introduces some breaking changes in the configuration file. Please
## [0.3.6] - 2023-08-29
-## Added
+### Added
- Arithmetic and logical expression evaluation in Sieve scripts.
- Support for storing query results in Sieve variables.
- Results of SPF, DKIM, ARC, DMARC and IPREV checks available as environment variables in Sieve scripts.
@@ -501,7 +513,7 @@ This version introduces some breaking changes in the configuration file. Please
## [0.3.5] - 2023-08-18
-## Added
+### Added
- TCP listener option `nodelay`.
### Changed
@@ -512,7 +524,7 @@ This version introduces some breaking changes in the configuration file. Please
## [0.3.4] - 2023-08-09
-## Added
+### Added
- JMAP: Support for setting custom HTTP response headers (#52)
### Changed
diff --git a/Cargo.lock b/Cargo.lock
index 23987bcc..d843da27 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1036,7 +1036,7 @@ dependencies = [
[[package]]
name = "common"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"aes-gcm-siv",
"ahash 0.8.11",
@@ -1648,7 +1648,7 @@ dependencies = [
[[package]]
name = "directory"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"ahash 0.8.11",
"argon2",
@@ -2981,7 +2981,7 @@ checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
[[package]]
name = "imap"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"ahash 0.8.11",
"common",
@@ -3193,7 +3193,7 @@ dependencies = [
[[package]]
name = "jmap"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"aes",
"aes-gcm",
@@ -3631,7 +3631,7 @@ dependencies = [
[[package]]
name = "mail-server"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"common",
"directory",
@@ -3650,7 +3650,7 @@ dependencies = [
[[package]]
name = "managesieve"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"ahash 0.8.11",
"bincode",
@@ -3928,7 +3928,7 @@ dependencies = [
[[package]]
name = "nlp"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"ahash 0.8.11",
"bincode",
@@ -4479,7 +4479,7 @@ dependencies = [
[[package]]
name = "pop3"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"common",
"directory",
@@ -6049,7 +6049,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "smtp"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"ahash 0.8.11",
"bincode",
@@ -6165,7 +6165,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "stalwart-cli"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"clap",
"console",
@@ -6196,7 +6196,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "store"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"ahash 0.8.11",
"arc-swap",
@@ -6838,7 +6838,7 @@ dependencies = [
[[package]]
name = "trc"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"ahash 0.8.11",
"base64 0.22.1",
@@ -7081,7 +7081,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "utils"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"ahash 0.8.11",
"base64 0.22.1",
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index c599a0ec..97b66b8d 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Stalwart Labs Ltd. <hello@stalw.art>"]
license = "AGPL-3.0-only OR LicenseRef-SEL"
repository = "https://github.com/stalwartlabs/cli"
homepage = "https://github.com/stalwartlabs/cli"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
readme = "README.md"
resolver = "2"
diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml
index 9c3f4d89..c3c9289d 100644
--- a/crates/common/Cargo.toml
+++ b/crates/common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "common"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/directory/Cargo.toml b/crates/directory/Cargo.toml
index eb3c849b..1b3e26ba 100644
--- a/crates/directory/Cargo.toml
+++ b/crates/directory/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "directory"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/imap/Cargo.toml b/crates/imap/Cargo.toml
index a77cb2fb..0fcb93a7 100644
--- a/crates/imap/Cargo.toml
+++ b/crates/imap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imap"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/jmap/Cargo.toml b/crates/jmap/Cargo.toml
index 8b9441c7..7e6e4516 100644
--- a/crates/jmap/Cargo.toml
+++ b/crates/jmap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jmap"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/main/Cargo.toml b/crates/main/Cargo.toml
index 170f90da..da7435a5 100644
--- a/crates/main/Cargo.toml
+++ b/crates/main/Cargo.toml
@@ -7,7 +7,7 @@ homepage = "https://stalw.art"
keywords = ["imap", "jmap", "smtp", "email", "mail", "server"]
categories = ["email"]
license = "AGPL-3.0-only OR LicenseRef-SEL"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/managesieve/Cargo.toml b/crates/managesieve/Cargo.toml
index a3694b17..a067066f 100644
--- a/crates/managesieve/Cargo.toml
+++ b/crates/managesieve/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "managesieve"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/nlp/Cargo.toml b/crates/nlp/Cargo.toml
index 07a39939..a46b6e7a 100644
--- a/crates/nlp/Cargo.toml
+++ b/crates/nlp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nlp"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/pop3/Cargo.toml b/crates/pop3/Cargo.toml
index e9fb62bf..d7a606bc 100644
--- a/crates/pop3/Cargo.toml
+++ b/crates/pop3/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pop3"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/smtp/Cargo.toml b/crates/smtp/Cargo.toml
index 355a22d2..12bdfdea 100644
--- a/crates/smtp/Cargo.toml
+++ b/crates/smtp/Cargo.toml
@@ -7,7 +7,7 @@ homepage = "https://stalw.art/smtp"
keywords = ["smtp", "email", "mail", "server"]
categories = ["email"]
license = "AGPL-3.0-only OR LicenseRef-SEL"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/store/Cargo.toml b/crates/store/Cargo.toml
index 3572e774..eab2503e 100644
--- a/crates/store/Cargo.toml
+++ b/crates/store/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "store"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/trc/Cargo.toml b/crates/trc/Cargo.toml
index 65e073b1..2621ce50 100644
--- a/crates/trc/Cargo.toml
+++ b/crates/trc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "trc"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"
diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml
index b5ad2d52..1c8fe037 100644
--- a/crates/utils/Cargo.toml
+++ b/crates/utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "utils"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
resolver = "2"