- Motor 2.0
Add multi-document transactions, delete a bunch of old methods and drop MongoDB 2.6.
- Motor 1.2.0
Adds change streams, causal consistency, retryable writes, and more. Drops Python 2.6, MongoDB 2.4, and Tornado 3.
- Announcing Motor 1.2 Release Candidate, With MongoDB 3.6 Support
Adds change streams, causal consistency, retryable writes, and more. Drops Python 2.6, MongoDB 2.4, and Tornado 3.
- Monitoring MongoDB Driver Events In Motor
Motor 1.0 added a monitoring feature so you can log what it does. Here's how to use the feature.
- Announcing Motor 1.1 For MongoDB 3.4
Now wraps PyMongo 3.4+ and supports the latest features, like collation and write concern for commands
- Announcing Motor 1.0
Motor 1.0 is the first API-stable release. It wraps PyMongo 3.3+ and supports the latest MongoDB features.
- Announcing Motor 0.7
Switches from greenlets to a thread pool, and updates from PyMongo 2.8 to 2.9.
- Motor 0.7 Beta With Pymongo 2.9 And A Threaded Core
Switches from greenlets to a thread pool, and updates from PyMongo 2.8 to 2.9.
- How To Play Foul With getaddrinfo()
Why connection timeouts are unfair with asyncio on Mac, and how we fixed it.
- Announcing Motor 0.6
A bugfix release, and an entertaining problem from a change in asyncio coroutines.