Releases: frequenz-floss/frequenz-dispatch-python
Releases · frequenz-floss/frequenz-dispatch-python
v0.2.0
Dispatch Highlevel Interface Release Notes
Upgrading
- An API key for authorization must now be passed to the client.
What's Changed
- Reset Release Notes after release by @Marenz in #31
- Bump the required group with 11 updates by @dependabot in #32
- Add key authentication by @Marenz in #34
- Bump brettcannon/check-for-changed-files from 1.2.0 to 1.2.1 by @dependabot in #35
- Bump docker/build-push-action from 5 to 6 by @dependabot in #36
- Bump the required group with 9 updates by @dependabot in #37
- Update to new client by @Marenz in #39
- Update to client v0.5.0 by @Marenz in #40
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Dispatch Highlevel Interface Release Notes
Summary
This is the first release of the highlevel dispatch interface!
Upgrading
Dispatcher.ready_to_execute()
was renamed toDispatcher.running_status_change()
New Features
- Introduced new class
Dispatch
(based on the client class) that contains useful functions and extended information about the received dispatch. Dispatcher.client
was added to provide an easy access to the client for updating, deleting and creating dispatches
What's Changed
- Fix todos by @Marenz in #8
- Bump the optional group with 16 updates by @dependabot in #10
- Bump the optional group with 1 update by @dependabot in #11
- Initial structure by @Marenz in #9
- Add gRPC Python API cross referencing by @llucax in #14
- Improve project structure by @llucax in #15
- Update solipsism by @Marenz in #12
- Bump the optional group with 12 updates by @dependabot in #18
- Bump the optional group with 3 updates by @dependabot in #20
- Update frequenz dependencies by @Marenz in #23
- Remove explicit dependency on sybil by @llucax in #26
- Bump the required group across 1 directory with 9 updates by @dependabot in #27
- Make
ready_to_execute
channel more general by @Marenz in #22 - Don't recursively scan for pyproject.toml when calculating the cache key by @Marenz in #29
- Prepare release notes by @Marenz in #30
New Contributors
- @Marenz made their first contribution in #8
- @dependabot made their first contribution in #10
- @llucax made their first contribution in #14
Full Changelog: https://github.com/frequenz-floss/frequenz-dispatch-python/commits/v0.1.0