Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.17 KB

changelog.rst

File metadata and controls

36 lines (30 loc) · 1.17 KB

Changelog

Changes in version 1.4.0 (unreleased)

  • Added support for Python 3.13. Dropped support for Python versions less than 3.9.
  • Dropped support for PyMongo versions less than 4.9.

Changes in version 1.3.0

  • Added support for Python 3.11 and 3.12. Dropped support for Python versions less than 3.7.
  • Dropped support for PyMongo versions less than 4.0.

Changes in version 1.2.0

  • Added ability to configure explain command options using constructor keyword parameters verbosity and comment.
  • Added support for PyMongo 4.0
  • Added support for Python 3.9 and 3.10

Changes in version 1.1.1

  • ExplainCollection now importable from top level like so: from pymongoexplain import ExplainCollection
  • Added aliases so that now both ExplainCollection and ExplainableCollection are importable

Changes in version 1.1.0

  • Added better commandline argument parsing to the CLI tool
  • Various fixes to the documentation

Changes in version 1.0.0

  • Initial ExplainCollection API