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
Add support for the cares DNS resolver. This can be enabled by setting the environment variable GRPC_DNS_RESOLVER=ares. This will become the default in version 1.23.x, so we recommend enabling that option to verify that it works correctly with your setup (#864)
Adds Server implementation contributed by @cjihrig. This adds the full APIs of the Server and ServerCredentials classes, with one major exception: the Server#bind method is not available. Use Server#bindAsync instead.
Add a new code generation option generate_package_definition that generates code that can be loaded by either grpc or @grpc/grpc-js using the loadPackageDefinition function. (#914).