Repository: james-project Updated Branches: refs/heads/master e061ccb5c -> bad5da43e
Update changelog: 25/01/2019 Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/bad5da43 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/bad5da43 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/bad5da43 Branch: refs/heads/master Commit: bad5da43e9c6d023f7eda343d81f3b294e4d3dfc Parents: e061ccb Author: Benoit Tellier <[email protected]> Authored: Fri Jan 25 14:11:44 2019 +0700 Committer: Benoit Tellier <[email protected]> Committed: Tue Jan 29 10:29:52 2019 +0700 ---------------------------------------------------------------------- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/bad5da43/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9ceff..a80a9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Listing healthchecks, thanks to [Madhu Bhat](https://github.com/kratostaine) - Configuring the ElasticSearch clusterName - Logging and Metrics now supports Elasticsearch 6 (previously only Elasticsearch 2 was supported) +- Implementation of the RabbitMQ EventBus +- DeadLetter APIs and memory implementation for storing events that failed delivery +- RecipientRewriteTable Aliases and associated WebAdmin routes ### Fixed - MAILBOX-350 Potential invalid UID <-> MSN mapping upon IMAP COPY @@ -23,6 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - WebAdmin ReIndexing API had been reworked - MailboxListener and mailbox event system were reworked. Custom listeners will need to be adapted. Please see Upgrade instuctions. - Docker images are now using a JRE instead of a JDK +- Replacement of the old mailbox event system with the EventBus ### Removed - Drop HBase and JCR components (mailbox and server/data). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
