File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 66
77## Upgrading
88
9- - ` grpclib ` was removed, if you used ` grpclib ` you should switch to ` grpcio ` instead.
10-
11- You should also update your dependency to ` frequenz-client-base ` (without any ` [grpclib] ` or ` [grpcio] ` suffix).
12-
13- - The ` parse_grpc_uri ` function (and ` BaseApiClient ` constructor) now enables SSL by default (` ssl=false ` should be passed to disable it).
14-
15- - The ` parse_grpc_uri ` and ` BaseApiClient ` function now accepts a set of defaults to use when the URI does not specify a value for a given option.
9+ <!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1610
1711## New Features
1812
19- - The connection URI can now have a few new SSL options:
20-
21- * ` ssl_root_certificates_path ` to specify the path to the root certificates file.
22- * ` ssl_private_key_path ` to specify the path to the private key file.
23- * ` ssl_certificate_chain_path ` to specify the path to the certificate chain file.
13+ <!-- Here goes the main new features and examples or instructions on how to use them -->
2414
2515## Bug Fixes
2616
You can’t perform that action at this time.
0 commit comments