v0.12.0
·
276 commits
to v0.x.x
since this release
Frequenz Dispatch API Release Notes
Summary
- End time has been moved to the recurrence rule object, replaced by
durationon the base dispatch object. - Update requests now use a
FieldMaskto indicate which fields should be updated.
Upgrading
- Queries that compare against a time interval filter should check for the end time inside the recurrence rule.
end_timehas been renameduntiland is mutually exclusive withcount.- Update request handlers should check the field mask for which attributes to update.
New Features
- Introduced a new field
duration. - Introduced
FieldMaskto the update request.
Bug Fixes
What's Changed
- Bring back the
frequenz.apinamespace by @llucax in #40 - Bump mkdocs-material from 9.2.3 to 9.3.1 by @dependabot in #69
- Bump mkdocs-material from 9.3.1 to 9.3.2 by @dependabot in #76
- Move
end_timetoRecurrenceRuleand adddurationfield by @stefan-brus-frequenz in #78 - Bump pylint from 2.17.5 to 2.17.6 by @dependabot in #85
- Introduce
FieldMaskto update requests by @stefan-brus-frequenz in #87
Full Changelog: v0.11.0...v0.12.0