I'm pleased to announce version 1.1 of Motor, the asynchronous Python
driver for MongoDB. Motor can integrate with either Tornado or asyncio. It
is compatible with Python 2.6 or later and all supported versions of
MongoDB, including MongoDB 3.4 which was released today.

Motor 1.0 now requires PyMongo 3.4 or newer. (It's a coincidence that
PyMongo's and MongoDB's version numbers are currently the same.) Motor
wraps PyMongo's code that supports new server features, including
collation, Decimal 128, and a configurable write concern for all commands
that write.

Read Motor 1.1's detailed changelog on ReadTheDocs
<http://motor.readthedocs.io/en/stable/changelog.html#motor-1-1>.

Install with:

python -m pip install --upgrade motor


If you encounter any issues, please file them in Jira
<https://jira.mongodb.org/browse/MOTOR>.

Peace,
— A. Jesse Jiryu Davis

Reply via email to