Skip to content

Releases: volfpeter/motorhead

2023.08.5 release

09 Aug 07:03
3f81e79
Compare
Choose a tag to compare

Just a PyPI project URL update.

2023.08.4 release

07 Aug 20:14
d8023fb
Compare
Choose a tag to compare

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

05 Aug 11:35
29fde61
Compare
Choose a tag to compare

Changes:

  • Added Service.create() and Service.update() methods.
  • Updated the documentation.
  • Updated the FastAPI example.

2023.08.2 release

03 Aug 21:49
d7ffc33
Compare
Choose a tag to compare

More documentation updates.

2023.08.1 release

03 Aug 21:25
f1f9ae6
Compare
Choose a tag to compare

Just a documentation update for PyPI.

2023.08.0 release

03 Aug 21:10
188d1a0
Compare
Choose a tag to compare

Added ODM-like query builder and operator implementations (not complete yet).

2023.07.0 release

30 Jul 06:33
7e695c1
Compare
Choose a tag to compare

Migration of fastapi-motor-oil from Pydantic v1 to v2, and a few minor improvements and fixes.