v0.5.0
Frequenz Dispatch Client Library Release Notes
Summary
The client was updated to the latest API version and supports most of its features.
Upgrading
- All commands now require the
microgrid_idparameter. - The selector can now also be a list of component categories.
New Features
- Added a new option to allow insecure connections, can be set using the flag "--insecure" or the environment variable
FREQUENZ_INSECURE(default isfalse). - The update command now returns the modified dispatch.
- We use our own root CA certificate to verify the server's certificate until we have a proper certificate chain.
What's Changed
- Reset release notes by @Marenz in #59
- Small enhancements by @Marenz in #60
- Add parameter to use insecure connections by @Marenz in #63
- Bump the required group with 10 updates by @dependabot in #64
- Bump docker/build-push-action from 5 to 6 by @dependabot in #65
- Bump brettcannon/check-for-changed-files from 1.2.0 to 1.2.1 by @dependabot in #66
- Update to latest API changes by @Marenz in #67
- Ship our own root certificate until we have a proper one by @Marenz in #68
- Update dispatch API by @Marenz in #69
- Update to dispatch API v0.15.0 by @Marenz in #70
Full Changelog: v0.4.0...v0.5.0