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
# Frequenz Electricity Trading API Client Release Notes
2
2
3
-
## Summary
4
-
5
-
<!-- Here goes a general summary of what this release is about -->
6
-
7
3
## Upgrading
8
4
9
-
- The client interface now requires that other than the `gridpool_id`, all parameters to client methods are kw-only, and can't be specified as positional arguments.
5
+
- The minimum allowed version of `protobuf` and `grpcio` has been updated to 6.31.1 and 1.72.1 respectively.
10
6
11
7
## New Features
12
8
13
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
9
+
- Updated to `v0.8.0` of the Electricity Trading API.
10
+
- Updated to `v0.11.0` of the base client library.
0 commit comments