From 8b7eb507b16f6c4cd6524d6a1b22fac3e4695f1c Mon Sep 17 00:00:00 2001 From: Tiyash Basu Date: Tue, 23 May 2023 17:46:14 +0200 Subject: [PATCH] Update release notes Signed-off-by: Tiyash Basu --- RELEASE_NOTES.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fa37a84..16064e1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,20 @@ ## Summary - +In this release, the protobuf definitions here are being updated to use shared +definitions from [`frequenz-api-common`](https://github.com/frequenz-floss/frequenz-api-common). +The `frequenz-api-common` repository contains shared protobuf definitions that +are common to all frequenz APIs. + +The `frequenz-api-microgrid` python library has also been updated to +use the [`frequenz-api-common`](https://pypi.org/project/frequenz-api-common/) +library as a dependency. + +This release upgrades the minimum required python version for the library +`frequenz-api-microgrid` to 3.11. + +This release also extends the API by adding new component states, and a new RPC +to set reactive power level of applicable components. ## Upgrading @@ -58,4 +71,4 @@ ## Bug Fixes - +None