μMongo v3.0.0.b3 Release Notes

Release Date: 2020-04-26 // almost 4 years ago
  • 🔋 Features:

    • Backwards-incompatible: Replace ReferenceError with NoneReferenceError. Review the list of exceptions importable from root umongo module. (see #251)

    🐛 Bug fixes:

    • Don't modify data when calling set_by_mongo_name on a field that was not loaded in a partial load. (see #253)

    Other changes:

    • Backwards-incompatible: Drop Python 3.5 support (see #248).