Skip to content

Releases: volfpeter/motorhead

v0.2408.0

06 Aug 08:48
d304533
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2403.0...v0.2408.0

v0.2403.0

29 Mar 14:09
99e54e0
Compare
Choose a tag to compare

Changes:

  • Validator and delete rule performance improvement through memoization by @volfpeter
  • More tests by @volfpeter

v0.2402.1

14 Feb 12:37
faf1aa9
Compare
Choose a tag to compare

Changes:

  • Fixed UTCDatetime validation which was broken because Pydantic v2 uses its own tzinfo implementation.
  • Replaced black with ruff.
  • Updated developer tools.

2024.02.0 release

02 Feb 16:30
a8d692a
Compare
Choose a tag to compare

Changes:

  • Fixed motor version as there were breaking changes in 3.2.
  • Replaced the deprecated general_plain_validator_function() method with with_info_plain_validator_function() in the ObjectId Pydantic model.

2023.09.0 release

13 Sep 15:52
ab6e802
Compare
Choose a tag to compare

Changes:

  • Fixed Service._mongo_dump(), it must always convert in "python" mode.

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.