You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This new version uses betterproto and grpclib but provides wrappers so
we don't need to rely directly on those libraries anymore.
We'll need to adapt the code a bit as the SDK uses some of the
auto-generated bindings directly and uses `grpc.aio.AioRpcError` for
error handling.
We also need to adapt to use a server URL for connecting to the API.
All this adaptation will be done in subsequent commits.
Signed-off-by: Leandro Lucarella <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
## Upgrading
8
8
9
+
- The `frequenz-client-microgrid` dependency was bumped to v0.4.0. If you are using the client directly in your code, you will need to upgrade too.
10
+
9
11
- Calls to `microgrid.*_pool` methods now always need to specified a priority value, corresponding to the requirements/priority of the actor making the call.
10
12
11
13
- The `microgrid.*_pool` methods would only accept keyword arguments from now on.
0 commit comments