μMongo v2.1.0 Release Notes

Release Date: 2019-06-19 // almost 5 years ago
  • 🔋 Features:

    • ➕ Add support for motor 2.+ by adding a count_documents class method to the MotorAsyncIODocument class. count_documents attempts to transparently use the correct motor call signature depending on which version of the driver is installed. Note that the behavior of the cursor object returned by MotorAsyncIODocument.find strictly adheres to the interface provided by the underlying driver.