From 40b0b5f14fb6cdf3f0fc6c710488574321904000 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 4 Jun 2024 12:01:44 +0200 Subject: [PATCH] Add release notes Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b0b73b9..2a7faf2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -13,6 +13,7 @@ - Add a `exception` module to provide client exceptions, including gRPC errors with one subclass per gRPC error status code. - `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