vania_grpc 1.0.0
vania_grpc: ^1.0.0 copied to clipboard
Production-ready gRPC server and client integration for Vania.
1.0.0 #
First stable release.
- Requires
vania2.0.0. - gRPC server and client integration with Vania's service providers.
- The canonical
grpc.health.v1service ships atproto/health.proto, withtool/generate_proto.shfor regenerating the Dart bindings. GrpcExceptionInterceptoris not added twice when the caller already supplies one — the first interceptor on the list wins.- Prevent duplicate
GrpcExceptionInterceptorin the server chain when the caller adds their own — the first one on the list wins. - Ship the canonical
grpc.health.v1.protoatproto/health.protoplustool/generate_proto.shfor regenerating Dart bindings. - Real README.