diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2a7faf2..6cc1ae4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## Summary - +The main features of this release is the new base class for API clients, gRPC exception wrappers and a new utility function to call stub methods. ## Upgrading @@ -14,7 +14,3 @@ - `channel.parse_grpc_uri()` can now be used with `grpcio` too. - A new `BaseApiClient` class is introduced to provide a base class for API clients. It is strongly recommended to use this class as a base class for all API clients. - A new `call_stub_method()` function to simplify calling stub methods, converting gRPC errors to `ApiClientError`s, checking if the client is connected and optionally wrapping the response. - -## Bug Fixes - -