Skip to content

v0.0.5

Compare
Choose a tag to compare
@siggy siggy released this 21 Sep 21:43
c578036
  • Fix gRPC clients to honor downstream-timeout.
  • Remove grpc-downstream-authority flag in favor of grpc-proxy flag.
    If grpc-proxy is set, the target URL will be set by grpc-proxy and the
    :authority header will be set by grpc-downstream-server. If grpc-proxy
    is not set, the target URL will be set by grpc-downstream-server.
  • Change log-level default from debug to info.
  • Modify gRPC Client IDs to include grpc-proxy and grpc-downstream-server.
  • Additional debug logging around broadcast requests.
  • Bump go-grpc to 1.15.0, golang/protobuf to v1.2.0, logrus to
    v1.0.6.
  • Bump Docker build Golang version to 1.11.0.