v0.4.0
Frequenz Dispatch Client Library Release Notes
Upgrading
- An API key for authorization must now be passed to the
DispatchClient. - The client constructor now requires named parameters. If you are using the client directly, you will need to update your code to use named parameters.
New Features
- TLS is now enabled by default for the CLI client.
What's Changed
- Fix broken CI fix that prevented release by @Marenz in #55
- Reset releasenotes by @Marenz in #54
- Implement key-based authentication by @Marenz in #56
- Prepare for release by @Marenz in #58
Full Changelog: v0.3.0...v0.4.0