Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 15:06
· 243 commits to v0.x.x since this release
v0.7.0
66c64a9

Frequenz Dispatch Client Library Release Notes

Upgrading

  • Client.stream() will now raise an Exception when the connection is lost.

New Features

  • Added support for duration=None when creating a dispatch.
  • The FakeService now supports the stream() method.

What's Changed

  • Add support for duration=None by @Marenz in #85
  • Fix duration in cli.create by @Marenz in #86
  • Implement stream() for FakeService by @Marenz in #87
  • Client.stream: Raise exception on connection loss by @Marenz in #94

Full Changelog: v0.6.0...v0.7.0