Releases: volfpeter/motorhead
Releases · volfpeter/motorhead
v0.2501.2
What's Changed
- Add aggregation utilities, tests, and docs by @volfpeter in #20
Full Changelog: v0.2501.1...v0.2501.2
v0.2501.1
v0.2411.2
What's Changed
- Added missing
__slots__toServiceby @volfpeter in #16
Full Changelog: v0.2411.1...v0.2411.2
v0.2411.1
What's Changed
- Support non-
ObjectIddocument_ids by @volfpeter in #15
Full Changelog: v0.2411.0...v0.2411.1
v0.2411.0
What's Changed
- Add a
ServiceConfigdict by @volfpeter in #13
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
What's Changed
- Fix
Service.get_objectid_fields()by @volfpeter in #11
Full Changelog: 0.2403.0...v0.2408.0
v0.2403.0
Changes:
- Validator and delete rule performance improvement through memoization by @volfpeter
- More tests by @volfpeter
v0.2402.1
2024.02.0 release
Changes:
- Fixed
motorversion as there were breaking changes in 3.2. - Replaced the deprecated
general_plain_validator_function()method withwith_info_plain_validator_function()in theObjectIdPydantic model.
2023.09.0 release
Changes:
- Fixed
Service._mongo_dump(), it must always convert in"python"mode.