Skip to content

v0.3.0

Compare
Choose a tag to compare
@art049 art049 released this 09 Nov 03:57
· 341 commits to master since this release

Deprecated

  • Deprecate usage of __collection__ to customize the collection name. Prefer the collection Config option (more details)

Added

  • 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)

  • Support CPython 3.9 (#32 by @art049)

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