Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 13:08
· 278 commits to v0.x.x since this release
v0.5.0
89be439

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_id parameter.
  • 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 is false).
  • 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

Full Changelog: v0.4.0...v0.5.0