v0.9.0
Frequenz Microgrid API Client Release Notes
Summary
This is a small release to allow for easier interoperability between different APIs.
Upgrading
-
Some minimum dependency versions are bumped, so you might need to update your dependencies as well.
-
The IDs (
MicrogridId,ComponentId,SensorId) are now imported fromfrequenz-client-common. Please add it to your dependencies if you haven't already, then you can replace your imports:from frequenz.client.microgrid import MicrogridId->from frequenz.client.common.microgrid import MicrogridIdfrom frequenz.client.microgrid import ComponentId->from frequenz.client.common.microgrid.components import ComponentIdfrom frequenz.client.microgrid import SensorId->from frequenz.client.common.microgrid.sensors import SensorId
What's Changed
- Clear release notes by @llucax in #150
- Allow base-client to be updated to 0.11.0 by @Marenz in #151
- Bump types-protobuf from 5.29.1.20250403 to 6.30.2.20250516 by @dependabot in #154
- Bump the patch group with 6 updates by @dependabot in #152
- Bump the minor group with 2 updates by @dependabot in #153
- Use IDs from frequenz-client-common by @llucax in #156
Full Changelog: v0.8.0...v0.9.0