Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 10:02
· 208 commits to v0.x.x since this release
v0.8.0
eb35d0d

Frequenz Dispatch Client Library Release Notes

New Features

  • Update BaseApiClient to get the http2 keepalive feature.
  • Some Methods from the high-level API have been moved to this repo: The dispatch class now offers: until, started, next_run and next_run_after.
  • Add start_immediately support to the create method. You can now specify "NOW" as the start time to trigger immediate dispatch. Note: While the dispatch CLI previously allowed this by converting "NOW" to a timestamp client-side before sending it to the server, this functionality is now supported directly on the server side!

What's Changed

  • Enhance readme, add links, reformat by @Marenz in #100
  • Bump the required group with 8 updates by @dependabot in #101
  • Update BaseClient to support keepalive by @Marenz in #104
  • Move some high-level functions to this repo by @Marenz in #103
  • Update API and add support for start_immediately by @Marenz in #105
  • Update readme for release by @Marenz in #106

Full Changelog: v0.7.1...v0.8.0