Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@WeiranFang WeiranFang released this 26 Feb 01:22

V1 release for grpc-gcp-go, containing packages:

  • grpcgcp: Core package for grpc supports for Google Cloud APIs.

    • GCPInterceptor: Provides functions for intercepting client requests in order to support GCP specific features.
    • gcpBalancer: The balancer is not a public interface, but will be used via grpc.WithBalancerName("grpc_gcp").
    • subpackage "grpcgcp/grpc_gcp": Generated protobuf message for ApiConfig, AffinityConfig, ChannelPoolConfig, MethodConfig.
  • cloudprober: End to end prober testing.