Skip to content

Releases: art049/odmantic

v0.5.0

01 Jun 18:22
Compare
Choose a tag to compare

Added

Internals

  • Changed the build system from poetry to flit
  • Add compatibility testing with tox in the CI pipeline

v0.4.0

23 Apr 15:05
Compare
Choose a tag to compare

Added

Fixed

Internals

v0.3.5

12 May 00:01
Compare
Choose a tag to compare

Security

v0.3.4

04 Mar 21:09
Compare
Choose a tag to compare

Fixed

  • Fix modified mark clearing on save for nested models (#88 by @Olegt0rr)

  • Don't replace default field description for ObjectId (#82 by @Olegt0rr)

Internals

v0.3.3

13 Feb 14:34
Compare
Choose a tag to compare

Fixed

  • Remove bypass_document_validation save option to avoid Not Authorized errors (#85 by @Olegt0rr)

  • Fix microseconds issue: use truncation instead of round (#100 by @erny)

  • Add py.typed to ship typing information for mypy (#101 by @art049)

  • Fix datetime field default example value naiveness (#103 by @art049)

Internals

v0.3.2

15 Dec 19:12
Compare
Choose a tag to compare

Added

Internals

v0.3.1

16 Nov 19:02
Compare
Choose a tag to compare

Added

Fixed

  • Fix setattr error on a manually initialized EmbeddedModel (#40 by @art049)

v0.3.0

09 Nov 03:57
Compare
Choose a tag to compare

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)

v0.2.1

25 Oct 22:57
Compare
Choose a tag to compare

Fixed

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

v0.2.0

25 Oct 21:52
Compare
Choose a tag to compare

Deprecated

Added

Fixed

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

Docs