Mongo Connector v2.4
We're pleased to announce the release of mongo-connector version 2.4! Version 2.4 of the connector introduces the --exclude-fields
option and fixes a few major bugs, including:
- Do not call count() on oplog cursors
- Change the oplog timestamp file format to be resilient to PyMongo version and replica set failover. Warning: the format change means that a downgrade from this version is not possible! However, upgrading to the new format is as easy as upgrading mongo-connector and restarting it.
To see all the changes that went into mongo-connector 2.4, please see the file "CHANGELOG.rst" at the root of the project.
To upgrade to the new version, you can use pip like this:
pip install --upgrade mongo-connector
To install for the first time, run:
pip install mongo-connector
Please find comprehensive documentation for the tool in the Wiki at the project's Github page here: https://github.com/mongodb-labs/mongo-connector/wiki
If you think you've found a bug, or if you'd like to request a new feature/improvement, please file a new issue on mongo-connector's Github page here: https://github.com/mongodb-labs/mongo-connector
Happy connecting!
The Python + Connectors Team