Python Connector for MongoDB v1.2.0

Released: Oct 23, 2024

Updates in v1.2.0

Funktionen

  • Added support for Python 3.13.

Fehlerkorrekturen

  • Fixed bug with an error when a document has a field with the same name as the collection name.
  • Fixed bug with executing SQL queries containing 64-bit constant values.
  • Fixed bug with inserting documents with duplicate _id.
  • Fixed bug with Access Violation in the .connect() module method.