Skip to content

Commit

Permalink
Prepare release notes for the v0.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed Feb 28, 2024
1 parent 8fa9081 commit 15ace20
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ Code import from the [SDK v1.0.0-rc5](https://github.com/frequenz-floss/frequenz

## Upgrading

<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
Changes compared to the code in the SDK v1.0.0-rc5 release:

## New Features

<!-- Here goes the main new features and examples or instructions on how to use them -->

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
* The `MicrogridGrpcClient` class was renamed to `ApiClient`.
* The `MicrogridApiClient` abstract base class was removed, use `ApiClient` instead.
* The `Connection` class is now a `dataclass` instead of a `NamedTuple`. If you use the tuple-like interface (`connection[0]`, etc.) you should use the named attributes instead or use [`dataclasses.astuple()`](https://docs.python.org/3/library/dataclasses.html#dataclasses.astuple) to convert it to a tuple.

0 comments on commit 15ace20

Please sign in to comment.