Skip to content

Latest commit

 

History

History
107 lines (49 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

107 lines (49 loc) · 4.73 KB

Changelog

2.3.0 (2024-04-25)

Features

2.2.0 (2024-04-11)

Features

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

2.1.2 (2024-03-06)

Bug Fixes

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

2.1.1 (2024-03-01)

Bug Fixes

2.1.0 (2024-01-05)

Features

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

Bug Fixes

2.0.3 (2023-11-23)

Bug Fixes

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

2.0.2 (2023-09-13)

Bug Fixes

  • Use markdown for documentation (1358799)

2.0.1 (2023-09-13)

Bug Fixes

  • Syntax error in documentation (e32ad9d)

2.0.0 (2023-09-13)

⚠ BREAKING CHANGES

  • Saving entities will upsert if the id is present
  • deps: Moving to Pydantic V2
  • deps: Python 3.7 will no longer be supported since it reached EOL

Features

  • Enhance existing repo with improved meta data (#8) (9c234d1)
  • Implement save_many method in repositories (8824622)

Bug Fixes

  • Uses upsert in save method (1a89b5b)

Miscellaneous Chores

1.0.1 (2023-01-24)

Bug Fixes

  • Use correct typing for find_one_by_id (57210d6)

1.0.0 (2023-01-19)

Features

  • Automate deployment pipeline (735b5ad)

Miscellaneous Chores