From 32056750ba16e13806ed8f964e5511ea55a61033 Mon Sep 17 00:00:00 2001 From: Luke Lovett Date: Mon, 13 Jun 2016 11:23:23 -0700 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d3db4458..34ae9d48 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,24 @@ Changelog ========= +Version 2.4 +----------- + +- Add --exclude-fields option. +- Better handling of exceptions in doc managers. +- Allow doc managers to be imported from anywhere, given the full path. +- Do not call count() on oplog cursors. +- Change the oplog format to be resilient to replica set failover. + +.. warning:: The change to the oplog timestamp file format means that downgrading + from this version is not possible! + +Version 2.3 +----------- + +- Make self._fields in OplogThread a set. +- Move elastic doc managers into their own projects. + Version 2.2 ----------- - Support for using a single meta collection to track replication to MongoDB cluster