Mongo Connector v2.5.0
We're pleased to announce the release of mongo-connector version 2.5.0!
To install the latest version please look at the new installation instructions.
2.5.0 adds some new features, bug fixes, and minor breaking changes.
New Features
- Support for MongoDB 3.4.
- Support including or excluding fields per namespace.
- Support wildcards (*) in namespaces.
- Support for including and excluding different namespaces at the same time.
- Adds a new config file format for the 'namespaces' option.
- Logs environment information on startup.
- The doc managers can now be installed through extras_require with pip. See the new installation instructions.
- mongo-connector now tests against MongoDB versions 2.4, 2.6, 3.0, 3.2, and 3.4.
Bug Fixes
- mongo-connector now gracefully exits on SIGTERM.
- Improved handling of rollbacks.
- Now handles mongos connection failure while looking for shards.
- mongo-connector can now be canceled during the initial collection dump.
- Improved handling of connection failure while tailing the oplog.
- Command line doc manager specific options now override the config file.
- Improved filtering of nested fields.
Breaking Changes
- The solr-doc-manager is has been extracted into a separate package. See the new installation instructions, https://github.com/mongodb-labs/solr-doc-manager, and https://pypi.python.org/pypi/solr-doc-manager.
- Asterisks (*) in namespaces configuration are now interpreted as wildcards.
Thanks to everyone who contributed to this release:
@ShaneHarvey
@llovett
@behackett
@sha1sum
@robertaistleitner
@weixili