Skip to content

Releases: mongodb/motor

2.4.0

08 Apr 21:50
7f4203b
Compare
Choose a tag to compare

Motor 2.4 adds support for client-side field-level encryption and Python 3.9.

For more info see the changelog: https://motor.readthedocs.io/en/2.4.0/changelog.html

2.3.0

24 Sep 23:26
c3e51f8
Compare
Choose a tag to compare

Motor 2.3 adds contextvars support.

For more info see the changelog: https://motor.readthedocs.io/en/2.3.0/changelog.html

2.2.0

14 Aug 00:42
5e4da00
Compare
Choose a tag to compare

Motor 2.2 adds support for MongoDB 4.4 features. It depends on PyMongo 3.11 or later. Motor continues to support MongoDB 3.0 and later. Motor 2.2 also drops support for Python 2.7 and Python 3.4.

For more info see the changelog: https://motor.readthedocs.io/en/2.2.0/changelog.html

2.1.0

12 Dec 00:53
Compare
Choose a tag to compare

Motor 2.1 adds support for MongoDB 4.2 features. It depends on PyMongo 3.10 or
later. Motor continues to support MongoDB 3.0 and later. Motor 2.1 also adds
support for Python 3.8.

Motor now offers experimental support for Windows when it is using the asyncio
event loop. This means it supports Windows exclusively with Python 3, either
integrating with asyncio directly or with Tornado 5 or later: starting in
version 5, Tornado uses the asyncio event loop on Python 3 by default.

For more info see the changelog: https://motor.readthedocs.io/en/2.1.0/changelog.html