Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 27 Sep 09:16
· 276 commits to v0.x.x since this release
v0.12.0
a0aa48d

Frequenz Dispatch API Release Notes

Summary

  • End time has been moved to the recurrence rule object, replaced by duration on the base dispatch object.
  • Update requests now use a FieldMask to 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_time has been renamed until and is mutually exclusive with count.
  • Update request handlers should check the field mask for which attributes to update.

New Features

  • Introduced a new field duration.
  • Introduced FieldMask to the update request.

Bug Fixes

What's Changed

Full Changelog: v0.11.0...v0.12.0