Skip to content

Commit

Permalink
Prepare release notes for the 0.5 release (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax authored Jul 26, 2024
2 parents e7a4a8e + a6e3740 commit 0553ddc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Summary

<!-- Here goes a general summary of what this release is about -->
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

Expand All @@ -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

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

0 comments on commit 0553ddc

Please sign in to comment.