Releases: mongodb/motor
Releases · mongodb/motor
Motor 3.6.1
What's Changed
- PYTHON-4962 Adopt zizmor GitHub Actions security scanner by @blink1073 in #312
- MOTOR-1413 Install pymongo from v4.9 branch when installing from source by @blink1073 in #313
- PYTHON-5017 Use a separate PyPI publish step by @blink1073 in #314
- PYTHON-5017 Fix post-publish step by @blink1073 in #315
- MOTOR-1420 Add detailed return type to to_list method by @SaidBySolo in #316
- MOTOR-1420 Use generic return type for to_list() by @ShaneHarvey in #318
- Add changelog for 3.6.1 by @blink1073 in #317
New Contributors
- @SaidBySolo made their first contribution in #316
Full Changelog: 3.6.0...3.6.1
Motor 3.6.0
Motor 3.5.3
Add GitHub Attestation support to release process.
Motor 3.5.2
Update the PyMongo dependency requirement to >=4.5 and <4.9. Apps that require PyMongo >=4.9 must upgrade to Motor >=3.6.
Motor 3.5.1
What's Changed
- MOTOR-1335 AsyncIOMotorClient is not suscriptable by @blink1073 in #293
- MOTOR-1336 Add changelog for 3.5.1 by @blink1073 in #294
Full Changelog: 3.5.0...3.5.1
Motor 3.5.0
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: 3.4.0...3.5.0