motor

Motor - the async Python driver for MongoDB and Tornado or asyncio

APACHE-2.0 License

Downloads
2.4M
Stars
2.4K
Committers
54

Bot releases are visible (Hide)

motor - Motor 3.5.3

Published by github-actions[bot] about 1 month ago

Add GitHub Attestation support to release process.

motor - Motor 3.5.2

Published by github-actions[bot] about 1 month ago

Update the PyMongo dependency requirement to >=4.5 and <4.9. Apps that require PyMongo >=4.9 must upgrade to Motor >=3.6.

motor - Motor 3.6.0

Published by github-actions[bot] about 1 month ago

motor - Motor 3.5.1 Latest Release

Published by github-actions[bot] 3 months ago

What's Changed

Full Changelog: https://github.com/mongodb/motor/compare/3.5.0...3.5.1

motor - Motor 3.5.0

Published by github-actions[bot] 4 months ago

What's Changed

  • Drop support for Python 3.7.
  • Switch to using Hatchling as a build backend and remove setup.py.
  • Add Secure Software Development Life Cycle automation to release process. GitHub Releases for pymongocrypt now include a Software Bill of Materials, and signature files corresponding to the distribution files released on PyPI.

New Contributors

Full Changelog: https://github.com/mongodb/motor/compare/3.4.0...3.5.0

motor - Motor 3.4.0

Published by blink1073 7 months ago

motor - Motor 3.3.2

Published by blink1073 11 months ago

motor - Motor 3.3.1

Published by blink1073 about 1 year ago

What's Changed

  • Fix a bug in the type hint for MotorCursor.to_list

Full Changelog: https://github.com/mongodb/motor/compare/3.3.0...3.3.1

motor - Motor 3.3.0

Published by blink1073 about 1 year ago

motor - Motor 3.2.0

Published by blink1073 over 1 year ago

motor - 3.1.2

Published by blink1073 over 1 year ago

motor - Motor 3.1.1

Published by blink1073 almost 2 years ago

motor - Motor 3.1.0

Published by blink1073 about 2 years ago

motor - Motor 3.0.0

Published by blink1073 over 2 years ago

motor - 2.5.1

Published by ShaneHarvey about 3 years ago

motor - 2.4.0

Published by prashantmital over 3 years ago

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

motor - 2.3.0

Published by prashantmital about 4 years ago

Motor 2.3 adds contextvars support.

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

motor - 2.2.0

Published by prashantmital about 4 years ago

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

motor - 2.1.0

Published by ShaneHarvey almost 5 years ago

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