Add some details to the changelog
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/eccd6a2f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/eccd6a2f Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/eccd6a2f Branch: refs/heads/master Commit: eccd6a2f013fb534e05336896ef829a08d1e35aa Parents: 85fa1c5 Author: Benoit Tellier <[email protected]> Authored: Tue Oct 16 16:22:47 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Oct 31 08:48:47 2018 +0700 ---------------------------------------------------------------------- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/eccd6a2f/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 020d61c..b465832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ### Added - Mail filtering configured via the JMAP protocol - WebAdmin exposed mail re-indexing tasks +- JPA support for Sieve script storage thanks to [Sebast26](https://github.com/sebast26) +- Mailet DOC: Exclude from documentation annotation thanks to [mschnitzler](https://github.com/mschnitzler) +- `cassandra.pooling.max.queue.size` configuration option Thanks to [matzepan](https://github.com/matzepan) +- `RecipentDomainIs` and `SenderDomainIs` matchers by [athulyaraj](https://github.com/athulyaraj) +- IMAP MOVE commend (RFC-6851) On top of JPA. Thanks to [mschnitzler](https://github.com/mschnitzler) +- Cassandra health checks thanks to [matzepan](https://github.com/matzepan) +- Sieve script upload via the CLI thanks to [matzepan](https://github.com/matzepan) ### Changed - Multiple libraries updates - Migration from Cassandra 2 to Cassandra 3 +- Mail::getSender was deprecated. Mail::getMaybeSender offers better Null Sender support. Java 8 default API method was used to not break compatibility. ### Removed - Drop partially implemented Kafka distributed events +### Third party softwares + - SpamAssassin prior 3.4.2 is subject to multiple CVEs. We recommend the upgrade + - Tika prior 1.19.1 is subject to multiple CVEs. We recommend the upgrade + ## [3.1.0] - 2018-07-31 ### Added - Delegating folders --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
