- Add support for commands that return batches (by MiesJansen)
- Upgrade libmongoc to 1.8.2
- Update bson dependency to 0.11
- Parse MongoDB server responses with lossy UTF-8 decoding to work around https://jira.mongodb.org/browse/SERVER-24007
- Update bson dependency to 0.10
- Use installed libmongoc if it right version is present on the system (by Matrix-Zhang)
- Initial upgrade to mongo c driver 1.8.0, no support for new features yet
- Add WriteConcernError and DuplicateKey to error
- Add error code for unknown error
- Bulk operation result which includes reply
- Don't use natural option in tail anymore
- Upgrade bson dependency to 0.9
- Always use openssl on MacOS
- Make uri send and sync
- Fix docs link
- Use symver version requirements for dependencies
- Upgrade Mongo C driver to 1.6.3
- Upgrade Mongo C driver to 1.5.3
- Upgrade Mongo C driver to 1.4.0
- Support for aggregations
- Publicly export MongoErrorDomain and MongoErrorCode
- Add documentation url to Cargo.toml
- Refactored API, less namespaces than before.
- Upgrade Mongo C driver to 1.3.1
- Now dual licensed as both Apache and MIT
- Initial release