Skip to content

Releases: volfpeter/motorhead

v0.2501.2

18 Jan 22:19
7f7a77e
Compare
Choose a tag to compare

What's Changed

  • Add aggregation utilities, tests, and docs by @volfpeter in #20

Full Changelog: v0.2501.1...v0.2501.2

v0.2501.1

15 Jan 17:02
967346d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2411.2...v0.2501.1

v0.2411.2

17 Nov 17:31
5aca952
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2411.1...v0.2411.2

v0.2411.1

11 Nov 20:37
06692b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2411.0...v0.2411.1

v0.2411.0

09 Nov 16:55
19027b1
Compare
Choose a tag to compare

What's Changed

Important: the default behavior of excluding unset fields during creation has changed. See #12. If you need the old behavior, you can configure your services in Service.service_config.

Full Changelog: v0.2408.0...v0.2411.0

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.