v0.7.0
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=Nonewhen creating a dispatch. - The
FakeServicenow supports thestream()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