Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 41f1681

Browse files
committed
v0.4.0
1 parent ae57f17 commit 41f1681

File tree

6 files changed

+594
-412
lines changed

6 files changed

+594
-412
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.4.0] - 2023-10-25
6+
7+
This version introduces some breaking changes in the configuration file. Please read the [UPGRADING.md](UPGRADING.md) file for more information.
8+
9+
## Added
10+
- Built-in Spam and Phishing filter.
11+
- Scheduled queries on some directory types.
12+
- In-memory maps and lists containing glob or regex patterns.
13+
- Remote retrieval of in-memory list/maps with fallback mechanisms.
14+
- Macros and support for including files from TOML config files.
15+
16+
### Changed
17+
- `config.toml` is now split in multiple TOML files for better organization.
18+
- **BREAKING:** Configuration key prefix `jmap.sieve` (JMAP Sieve Interpreter) has been renamed to `sieve.untrusted`.
19+
- **BREAKING:** Configuration key prefix `sieve` (SMTP Sieve Interpreter) has been renamed to `sieve.trusted`.
20+
21+
### Fixed
22+
523
## [0.3.8] - 2023-09-19
624

725
## Added

0 commit comments

Comments
 (0)