Skip to content

v1.10.0

Compare
Choose a tag to compare
@johanbrandhorst johanbrandhorst released this 28 Aug 11:00

Release 1.10.0 contains a small mistake - Please use 1.11.0 instead.

This release comes with an exciting new feature - the ability to register your gRPC unary methods with the gateway directly!

v1.10.0 (2019-08-28)

Full Changelog

Implemented enhancements:

  • allow protobuf well known types in params #400
  • Add a register, so that the gRPC service can be invoked in-process to provide a HTTP server. #947 (hb-chen)

Fixed bugs:

  • grpc-gateway don't work well when using github.com/golang/protobuf/ptypes/struct with streaming #999

Closed issues:

  • Allow final url path parameter to be optional #1005
  • Update integration test dependencies #1004
  • Suggestion: Continuous Fuzzing #998
  • Why grpc gateway does not call grpc callback directly? #952

Merged pull requests: