Changelog¶
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
Deprecated¶
- Usage of
__collection__
to customize the collection name. Prefer thecollection
Config option (more details)
Added¶
-
Integration with Pydantic
Config
class: -
It's now possible to define custom
json_encoders
on the Models -
Some other
Config
options provided by Pydantic are now available (more details)
0.2.1 - 2020-10-25¶
Fixed¶
0.2.0 - 2020-10-25¶
Deprecated¶
- Deprecate
AIOEngineDependency
to prefer a global engine object, more details (#21 by @art049)
Added¶
- Add sorting support (#17 by @adriencaccia)
- Support motor 2.3.0 (#20 by @art049)
Fixed¶
Docs¶
- 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)