Skip to content

Commit 15ace20

Browse files
committed
Prepare release notes for the v0.1.0 release
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8fa9081 commit 15ace20

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ Code import from the [SDK v1.0.0-rc5](https://github.com/frequenz-floss/frequenz
66

77
## Upgrading
88

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

11-
## New Features
12-
13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14-
15-
## Bug Fixes
16-
17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
11+
* The `MicrogridGrpcClient` class was renamed to `ApiClient`.
12+
* The `MicrogridApiClient` abstract base class was removed, use `ApiClient` instead.
13+
* 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 commit comments

Comments
 (0)