Skip to content

Commit

Permalink
Prepare release notes for v0.6.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax authored Aug 26, 2024
2 parents 76f2bdd + ea81bca commit e1c02e5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Summary

<!-- Here goes a general summary of what this release is about -->
This version removes `grpclib` support and adds new SSL options to the connection URI.

## Upgrading

- `grpclib` was removed, if you used `grpclib` you should switch to `grpcio` instead.

You should also update your dependency to `frequenz-client-base` (without any `[grpclib]` or `[grpcio]` suffix).
You should also update your dependency to `frequenz-client-base` (without any `[grpclib]` or `[grpcio]` suffix). Also, now there is no need to pass around the channel type to the `BaseApiClient` or the `parse_grpc_uri` function.

- The `parse_grpc_uri` function (and `BaseApiClient` constructor) now enables SSL by default (`ssl=false` should be passed to disable it).

Expand All @@ -21,7 +21,3 @@
* `ssl_root_certificates_path` to specify the path to the root certificates file.
* `ssl_private_key_path` to specify the path to the private key file.
* `ssl_certificate_chain_path` to specify the path to the certificate chain file.

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 comments on commit e1c02e5

Please sign in to comment.