Skip to content

Releases: mongodb/mongo-python-driver

PyMongo 4.13.2

Choose a tag to compare

@github-actions github-actions released this 16 Jun 18:44
0a150fe

PyMongo 4.13.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 19:54
5f800da

PyMongo 4.13.0

Choose a tag to compare

@NoahStapp NoahStapp released this 14 May 19:18
84411b9

PyMongo 4.12.1

Choose a tag to compare

@github-actions github-actions released this 29 Apr 19:21

Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-12-1-released/320326

What's Changed

Full Changelog: 4.12.0...4.12.1

PyMongo 4.12.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 14:24

PyMongo 4.11.3

Choose a tag to compare

@github-actions github-actions released this 18 Mar 13:58

What's Changed

New Contributors

  • @mongodb-drivers-pr-bot made their first contribution in #2196

Full Changelog: 4.11.2...4.11.3

PyMongo 4.11.2

Choose a tag to compare

@github-actions github-actions released this 04 Mar 01:10

Community notes:

What's Changed

Full Changelog: 4.11.1...4.11.2

PyMongo 4.11.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 21:14

PyMongo 4.11.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 16:06

PyMongo 4.9.2

Choose a tag to compare

@github-actions github-actions released this 02 Oct 23:57
  • Fixed a bug where pymongo.asynchronous.mongo_client.AsyncMongoClient could deadlock.
  • Fixed a bug where PyMongo could fail to import on Windows if asyncio is misconfigured.
  • Fixed a bug where pymongo.results.UpdateResult.did_upsert would raise a TypeError.