μMongo v3.0.0 Release Notes
Release Date: 2020-01-11 // over 5 years ago-
🔋 Features:
- 🛠 Fix internationalization of generated marshmallow fields for container fields (DictField, ListField, NestedField) (see #329).
- 📇 Don't pass field metadata as kwargs (deprecated in marshmallow 3.10.0) but as
metadata
argument (see #328).
🐛 Bug fixes:
- 🛠 Fix IO validation of
None
for references, lists and embedded documents (see #330). - Add
_dict_io_validate
to propagate IO validation throughDictField
(see #335).
Other changes:
- Backwards-incompatible: Require marshmallow>=3.10.0 (see #328).
Previous changes from v2.2.0
-
🐛 Bug fixes:
- 🛠 Fix
find
/find_one
: passfilter
as first positional argument (see #215).
Other changes:
- 👌 Support Python 3.8 (see #210).
- 🛠 Fix