Repository: james-project Updated Branches: refs/heads/master e6de4b4e9 -> eb5874dd4
Move changelog entries to the 'unreleased' section Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/eba7e5b6 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/eba7e5b6 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/eba7e5b6 Branch: refs/heads/master Commit: eba7e5b66e82ff2e95fab6e287bfbb14bc8b9e47 Parents: 6e589fc Author: Benoit Tellier <btell...@linagora.com> Authored: Thu Dec 6 10:31:49 2018 +0700 Committer: Benoit Tellier <btell...@linagora.com> Committed: Thu Dec 13 09:46:49 2018 +0700 ---------------------------------------------------------------------- CHANGELOG.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/eba7e5b6/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fe832..cfe0fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] - -## [3.2.0] - 2018-11-XX + +### Added +- Metrics for BlobStore +- New Guice product using Cassandra RabbitMQ ElasticSearch, OpenStack Swift and optional LDAP dependency (experimental) + +### Fixed +- MAILBOX-350 Potential invalid UID <-> MSN mapping upon IMAP COPY +- Possibility to better zoom in Grafana boards + +### Changed +- WebAdmin ReIndexing API had been reworked + +### Removed +- Drop HBase and JCR components (mailbox and server/data). + +## [3.2.0] - 2018-11-14 ### Added - Mail filtering configured via the JMAP protocol - WebAdmin exposed mail re-indexing tasks @@ -18,18 +32,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - 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) -- Metrics for BlobStore -- New Guice product using Cassandra RabbitMQ ElasticSearch, OpenStack Swift and optional LDAP dependency (experiemental) - -### Fixed -- MAILBOX-350 Potential invalid UID <-> MSN mapping upon IMAP COPY -- Possibility to better zoom in Grafana boards ### 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. -- WebAdmin ReIndexing API had been reworked ### Deprecated - HBase and JCR components (mailbox and server/data). This will be removed as part of 3.3.0. If you have development skills, and are willing to maintain these components, please reach us. --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org