Skip to content

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • Use a Config class to configure models (#37 by @art049)

Deprecated

  • Usage of __collection__ to customize the collection name. Prefer the collection 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)

  • Support CPython 3.9 (#32 by @art049)

  • Unpin pydantic to support 1.7.0 (#29 by @art049)

0.2.1 - 2020-10-25

Fixed

  • Fix combined use of skip and limit with engine.find (#25 by @art049)

0.2.0 - 2020-10-25

Deprecated

Added

Fixed

  • Fix FastAPI usage with References (#19 by @art049)

Docs

0.1.0 - 2020-10-19

Initial Release