Motor 0.3.1 Released
Today I released version 0.3.1 of Motor, the asynchronous MongoDB driver for Python and Tornado. This release is compatible with MongoDB 2.2, 2.4, and 2.6. It requires PyMongo 2.7.1.
There are no new features. Changes:
- Fix an error with GridFSHandler and timezone-aware MotorClients.
- Fix GridFS examples that hadn't been updated for Motor 0.2's new syntax.
- Fix a unittest that hadn't been running.
Get the latest version with pip install --upgrade motor
. The documentation is on ReadTheDocs. If you encounter any issues, please file them in Jira.
Meanwhile, I'm prototyping asyncio
support alongside Tornado for Motor's next major release.