Skip to content

Releases: jefersondaniel/pydantic-mongo

v3.1.0

18 Apr 02:25
2fe3ecd

Choose a tag to compare

3.1.0 (2025-04-18)

Features

v3.0.0

11 Apr 01:18
a575b10

Choose a tag to compare

3.0.0 (2025-04-11)

⚠ BREAKING CHANGES

  • Fix ObjectId serialization (#150)

Bug Fixes

v2.4.0

19 Mar 02:15
a847575

Choose a tag to compare

2.4.0 (2025-03-19)

Features

Bug Fixes

  • Use str() directly instead of lambda (#136) (61052d4)

v2.3.0

25 Apr 03:05
3fd89a7

Choose a tag to compare

2.3.0 (2024-04-25)

Features

v2.2.0

11 Apr 22:53
bed8c3d

Choose a tag to compare

2.2.0 (2024-04-11)

Features

  • add delete_by_id to AbstractRepository (#96) (26a6fbe)

v2.1.2

06 Mar 20:45
096afaa

Choose a tag to compare

2.1.2 (2024-03-06)

Bug Fixes

  • Fix JSON Schema for ObjectIdField (#86) (7bb1c2e)

v2.1.1

01 Mar 19:55
6a962a5

Choose a tag to compare

2.1.1 (2024-03-01)

Bug Fixes

v2.1.0

05 Jan 00:31

Choose a tag to compare

2.1.0 (2024-01-05)

Features

  • Create an empty py.typed file to add mypy type hint support (#61) (10e58de)

Bug Fixes

v2.0.3

23 Nov 18:23

Choose a tag to compare

2.0.3 (2023-11-23)

Bug Fixes

  • Fix save_many() when there are no models to insert (#43) (6b0912d)

v2.0.2

13 Sep 04:48

Choose a tag to compare

2.0.2 (2023-09-13)

Bug Fixes

  • Use markdown for documentation (1358799)