v0.8.0
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_runandnext_run_after. - Add
start_immediatelysupport to thecreatemethod. 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