You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Here goes a general summary of what this release is about -->
6
+
3
7
## Upgrading
4
8
5
-
- This release stops using `betterproto` and `grpclib` as backend for gRPC and goes back to using Google's `grpcio` and `protobuf`.
9
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
+
11
+
## New Features
6
12
7
-
If your code was using `betterproto`and `grpclib`, it now needs to be ported to use `grpcio` and `protobuf` too. Remember to also remove any `betterproto` and `grpclib` dependencies from your project.
13
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
8
14
9
-
- We are now using base-client v0.6.0.
15
+
## Bug Fixes
10
16
17
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments