The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2020-11-16
0.3.0 - 2020-11-09
- Deprecate usage of
__collection__
to customize the collection name. Prefer thecollection
Config option (more details)
-
Allow parsing document with unset fields defaults (documentation) (#28 by @art049)
-
Integration with Pydantic
Config
class (#37 by @art049):- It's now possible to define custom
json_encoders
on the Models - Some other
Config
options provided by Pydantic are now available (more details)
- It's now possible to define custom
0.2.1 - 2020-10-25
- Fix combined use of
skip
andlimit
withengine.find
(#25 by @art049)
0.2.0 - 2020-10-25
- Deprecate
AIOEngineDependency
to prefer a global engine object, more details (#21 by @art049)
- Add sorting support (#17 by @adriencaccia)
- Support motor 2.3.0 (#20 by @art049)
- Fix FastAPI usage with References (#19 by @art049)
- Adding a CONTRIBUTING.md file to the root directory with link to docs (#8 by @sanders41)
- Raw Query Usage Documentation Fix (#10 by @adeelsohailahmed)
- Update Filtering to include Bitwise Operator Warning (#24 by @adeelsohailahmed)