Releases: volfpeter/motorhead
Releases · volfpeter/motorhead
2023.08.5 release
Just a PyPI project URL update.
2023.08.4 release
Breaking changes:
- The arguments of validators got swapped, now the first argument is the update data and the second argument is an optional query.
Features:
- Added
Service.insert_many()
+ related types.
Fixes:
None
query handling.
Plus added a few new tests and updated the FastAPI example.
2023.08.3 release
Changes:
- Added
Service.create()
andService.update()
methods. - Updated the documentation.
- Updated the FastAPI example.
2023.08.2 release
More documentation updates.
2023.08.1 release
Just a documentation update for PyPI.
2023.08.0 release
Added ODM-like query builder and operator implementations (not complete yet).
2023.07.0 release
Migration of fastapi-motor-oil from Pydantic v1 to v2, and a few minor improvements and fixes.