v0.3.0
Dispatch Highlevel Interface Release Notes
Summary
Upgrading
- The dispatch high level interface now depends on
frequenz-sdk
versionv1.0.0-rc900
. - We are now using the version
0.6.0
of the underlyingfrequenz-client-dispatch
client library. - The init parameter of the
Dispatcher
class has been changed to accept aserver_url
instead.
New Features
- Using the new dispatch client, we now have support for pagination in the dispatch list request.
- The new client version also supports streaming, however it is not yet used internally in the high level interface.
Bug Fixes
- Fix documentation cross-linking to the
frequenz-client-dispatch
package.
What's Changed
- Bump the cross-ref object DB version to match the dependency version by @llucax in #42
- Bump the required group with 10 updates by @dependabot in #43
- Update frequenz-SDK to 1.0.0-rc801 by @daniel-zullo-frequenz in #46
- Configure the new label by @llucax in #48
- Bump the required group with 14 updates by @dependabot in #49
- Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240821 by @dependabot in #50
- Update to latest SDK and dispatch-client versions by @Marenz in #51
New Contributors
- @daniel-zullo-frequenz made their first contribution in #46
Full Changelog: v0.2.0...v0.3.0