Skip to content

v1.5.0

Compare
Choose a tag to compare
@johanbrandhorst johanbrandhorst released this 09 Sep 12:11

Full Changelog

Fixed bugs:

  • 404s using colons in the middle of the last path segment #224
  • forwarding binary metadata is broken #218

Closed issues:

  • something wrong with service #748
  • Support for repeated path parameters #741
  • Uint64 is represented as type:"string" in the swagger docs. #735
  • autoregister all provided services #732
  • go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway fails on clean environment #731
  • format tool #729
  • Client grabbing errors #728
  • how to do tls auth in grpc+grpc-gateway #727
  • Let service choose it's own marshaller #725
  • why gateway proxy can not distribute the http request to local server? prompt 404 #722
  • enc.SetIndent undefined (type *json.Encoder has no field or method SetIndent) #717
  • Travis CI fails on master branch #714
  • google/protobuf/descriptor.proto: File not found. ? #713
  • APIs with grpc-gateway (S3,WebDav) #709
  • FR: Promote a field in the returned JSON message to a top-level returned value #707
  • Does grpc-gateway support the HTTP 2.0 protocol? #703
  • The swagger plugin couldn’t distinguish two rpcs if we use the resource name design style. #702
  • Handling of optional parameters #697
  • Vendor dependencies #689
  • Output swagger seems incorrect #688
  • how to use this in java? #685
  • r #684
  • url query parameters should support semicolon in value field #680
  • how to install swagger-codegen@2.2.2? #670
  • Merging swagger specs fails to use rpc comments #664
  • Impossible to use gogo/protobuf registered types in gRPC Status errors #576
  • Path parameters can't have URL encoded values #566
  • docs: show example of tracing over http->grpc boundary #348
  • Response codes and descriptions in Swagger docs #304

Merged pull requests:

  • Add missing modules to browser example #743 (johanbrandhorst)
  • Added support for path param repeated fields #742 (maros7)
  • Add support for enum path parameters #738 (maros7)
  • Add support to forward grpc binary metadata #737 (timonwong)
  • Lock versions to tags where possible #724 (johanbrandhorst)
  • install-protoc was checking version from wrong executable path #721 (temoto)
  • Fix naming convention of JSON Schema didn't matched with the spec #719 (co3k)
  • Add message field to the error message emitted by grpc-gateway #718 (ffredsh)
  • Fix up examples #715 (achew22)
  • Support HttpRule with field response #712 (doroginin)
  • Make support paths option #711 (izumin5210)
  • Add test case and proposed fix for path component with trailing colon (and string) #708 (jfhamlin)
  • add OpenTracing support to docs #705 (theRealWardo)
  • add support for resource name in swagger plugin (#702) #704 (ch3rub1m)
  • Add explicit dependency versions #696 (johanbrandhorst)
  • protoc-gen-swagger: support all well-known wrapper types #695 (jriecken)
  • runtime: add support for time types in query parameters #693 (johanbrandhorst)
  • Populate swagger method parameter description from message comments #692 (co3k)
  • Updated doc and comments to reflect Permanent HTTP header keys prefixing #691 (crozzy)
  • protoc-gen-swagger: support JSON Schema Validation properties and add openapiv2_field option #687 (co3k)
  • Bazel expose protoc-gen-grpc-gateway #668 (afking)
  • Fix protoc-gen-swagger to output gRPC method summary and descriptions as Swagger's them #667 (co3k)
  • Allow explicit empty security definition to overwrite existing definitions #666 (co3k)
  • protoc-gen-swagger: Add ability to specify custom response objects #663 (johanbrandhorst)