Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 07:13
· 68 commits to v0.x.x since this release
v0.9.0
11e4c5e

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 from frequenz-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 MicrogridId
    • from frequenz.client.microgrid import ComponentId -> from frequenz.client.common.microgrid.components import ComponentId
    • from frequenz.client.microgrid import SensorId -> from frequenz.client.common.microgrid.sensors import SensorId

What's Changed

Full Changelog: v0.8.0...v0.9.0