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
-
7
3
## Upgrading
8
4
9
5
- This release stops using `betterproto` and `grpclib` as backend for gRPC and goes back to using Google's `grpcio` and `protobuf`.
10
6
11
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.
12
8
13
-
## New Features
14
-
15
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
16
-
17
-
## Bug Fixes
9
+
- We are now using base-client v0.6.0.
18
10
19
-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments