v0.9.0
Frequenz Dispatch Client Library Release Notes
Features
Dispatch.end_timehas been added to theDispatchclass, which is the time when the dispatch ended as calculated by the server.dispatch-cliwill also print this time.
Bug Fixes
- Fix that
dispatch-cli streamwould try to print an event as dispatch, causing an exception. - Fix that
stream()would not reconnect and just closes the channel upon disconnection.
What's Changed
- Bump black from 24.10.0 to 25.1.0 by @dependabot in #129
- Bump the required group with 8 updates by @dependabot in #127
- Bump isort from 5.13.2 to 6.0.0 by @dependabot in #128
- Update frequenz-client-base requirement from <0.9.0,>=0.8.0 to >=0.8.0,<0.10.0 by @dependabot in #131
- Bump types-protobuf from 5.29.1.20241207 to 5.29.1.20250208 by @dependabot in #132
- Bump nox from 2024.10.9 to 2025.2.9 by @dependabot in #133
- Update pylint + isort by @Marenz in #136
- Update nox-all CI job by @Marenz in #138
- Fix dispatch-cli stream trying to print event as dispatch by @Marenz in #141
- Update to repo-config v0.13.2 by @llucax in #143
- Bump setuptools from 75.8.0 to 78.1.0 by @dependabot in #144
- Bump pytest-asyncio from 0.25.3 to 0.26.0 by @dependabot in #145
- Bump types-protobuf from 5.29.1.20250208 to 5.29.1.20250403 by @dependabot in #149
- Bump pydoclint from 0.6.0 to 0.6.5 by @dependabot in #148
- Bump the patch group with 4 updates by @dependabot in #147
- Bump the minor group with 7 updates by @dependabot in #150
- Add
Dispatch.end_timeand print it indispatch-cliby @Marenz in #142 - Fix stream reconnecting by @Marenz in #151
Full Changelog: v0.8.5...v0.9.0