From 4f81eba4307d8b3b743e969434e260c967fcfd18 Mon Sep 17 00:00:00 2001 From: JP Date: Tue, 15 Aug 2017 11:43:07 -0500 Subject: [PATCH] update CHANGELOG for 0.4.0 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5f84b60..d44f896b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.4.0 [2017-08-15] + +### Features +- updated to Go 1.8 +- MongoDB Read Preferences [#393](https://github.com/compose/transporter/pull/393), thanks @SamBartrum! +- ability to support [Continuous Change Data Capture](https://github.com/compose/transporter/blob/master/DESIGN.md#continuous-change-data-capture) as a Beta feature, see *BETA Feature* section on [README](https://github.com/compose/transporter#about) + +### Bugfixes +- when using MongoDB as a source with tailing enabled and namespace filtering, it was possible for documents +from others collections to be sent down the pipeline, fixed via [#386](https://github.com/compose/transporter/pull/386) + ## v0.3.1 [2017-03-24] ### Features