Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 12:59
· 320 commits to v0.x.x since this release
v0.3.0
093154f

Frequenz Dispatch Client Library Release Notes

Summary

Most notable feature is the addion of the CLI/REPL client.

New Features

  • A CLI/REPL client was added. Run it using python -m frequenz.client.dispatch or just dispatch-cli if the package was installed in your path. Use the --help parameter to get an overview of the available commands.

Bug Fixes

  • Fixed that client.update() was ignoring updates to "payload".

What's Changed

  • Bump the required group with 8 updates by @dependabot in #40
  • Unpin sybil by @llucax in #42
  • Bump the required group with 3 updates by @dependabot in #41
  • Fail the nox-cross-arch-all job if any matrix job fails by @llucax in #43
  • Don't recursively scan for pyproject.toml when calculating the cache key by @llucax in #44
  • Reset release notes by @Marenz in #47
  • Implement a CLI and REPL dispatch client by @Marenz in #46
  • Install dispatch client as "dispatch-cli" by @Marenz in #50
  • Support payload and recurrence flags in CLI/REPL by @Marenz in #48
  • Bump the required group with 10 updates by @dependabot in #52
  • Implement cli recurrence update by @Marenz in #51
  • Prepare release notes for release by @Marenz in #53

Full Changelog: v0.2.0...v0.3.0