Skip to content

Releases: grpc-ecosystem/grpc-gateway

v1.8.2

07 Mar 09:59
Compare
Choose a tag to compare

v1.8.2 (2019-03-07)

Full Changelog

Implemented enhancements:

  • Update the build environment Dockerfile to Go 1.12 #885

Fixed bugs:

  • Change in behavior of streaming request body (1.4.1 vs 1.8.1) #894
  • Cannot download 1.8.0 with modules #886

Closed issues:

  • Description and title ignored when field is not a scaler value type #892

Merged pull requests:

v1.8.1

02 Mar 00:05
7d1918f
Compare
Choose a tag to compare

Changelog

7d1918f Generate changelog for v1.8.1 (#887)

v1.8.1-pre1

01 Mar 23:47
4ce2f87
Compare
Choose a tag to compare

v1.8.1-pre1 (2019-03-01)

Full Changelog

Merged pull requests:

v1.8.0

01 Mar 16:04
920e58b
Compare
Choose a tag to compare

v1.8.0 (2019-03-01)

Full Changelog

Implemented enhancements:

  • Cleaner Swagger-generated schema names (omitting prefixes) #877
  • Support swagger annotations for default and required fields #851
  • Support go modules #755

Fixed bugs:

  • inconsistent identifier capitalization between protoc-gen-go and protoc-gen-grpc-gateway #683

Closed issues:

  • Bazel incompatible changes #873
  • Swagger has not existed for four years #872
  • Improve README with AWS API Gateway findings #868
  • swagger error #867
  • A question about generating file protoc-gen-grpc-gateway/gengateway/template.go #864
  • Repeated field documentation is overwritten by fields comments #863
  • Using dep to depend on specific revision of golang/protobuf is causing transative dependency problems for users #829
  • Mac OS X - Note about your tutorial #787
  • Returning 302 redirect as response #607

Merged pull requests:

v1.7.0

23 Jan 16:32
Compare
Choose a tag to compare

v1.7.0 (2019-01-23)

Full Changelog

Closed issues:

  • Error to build project with go module #846
  • Result of gateway's Stream response is wrapped with "result" #579

Merged pull requests:

  • Use github.com/golang/protobuf/descriptor ForMessage and fix CI from not rebasing #857 (mechinn)
  • marshal_jsonpb: add check for slice sub types implementing proto.Message #856 (abice)
  • Added WithDisablePathLengthFallback option (to fix issue #447) #855 (UladzimirTrehubenka)
  • marshal_jsonpb: Added nil slice default value #854 (abice)
  • Add flag 'allow_repeated_fields_in_body' to protoc-gen-swagger #853 (abice)
  • Adding support for default and required swagger annotation fields. #852 (fahernandez)
  • make generated swagger json match gateway behavior for server streams #850 (mechinn)
  • test: "fill attributes of swagger schema if provided for messages" #849 (srenatus)
  • Fix the generated URL in the changelog #845 (johanbrandhorst)

v1.6.4

08 Jan 09:24
Compare
Choose a tag to compare

v1.6.4 (2019-01-08)

Full Changelog

Closed issues:

  • feature request: opt-out fieldmask behaviour in patch #839
  • gRPC streaming keepAlive doesn't work with docker swarm #838

Merged pull requests:

v1.6.3

21 Dec 14:42
Compare
Choose a tag to compare

v1.6.3 (2018-12-21)

Full Changelog

Fixed bugs:

  • Comments of rpc method gets copied if multiple services are present in a proto file. #746

Closed issues:

  • Issue with google.protobuf.Empty representation in swagger file #831

Merged pull requests:

v1.6.2

08 Dec 00:27
Compare
Choose a tag to compare
Write version to intermediate file for release publish

v1.6.1

07 Dec 22:49
Compare
Choose a tag to compare
Write version to intermediate file for release publish

v1.6.0 with automatic Patch translation

07 Dec 23:05
Compare
Choose a tag to compare

v1.6.0 (2018-12-07)

Full Changelog

Implemented enhancements:

  • Add 'License' message to the annotation proto. #644 (ensonic)

Fixed bugs:

  • Cannot return HTTP header using "Grpc-Metadata-" prefix #782
  • protoc-gen-swagger throws the error: Any JSON doesn't have '@type' #771
  • proto-gen-swagger: provide default description for HTTP 200 responses #766

Closed issues:

  • Please release the repo, IOReaderFactory is not available on the latest release! #823
  • Unable to add protobuf wrappers in url template option #808
  • Class 'GPBMetadata\ProtocGenSwagger\Options\Annotations' not found #794
  • REST gateway over RPCS? #789
  • Why the rctx is substituted by a new empty context? #788
  • grpc gateway intercepter #785
  • "error" and "message" fields in error response #768
  • Go1.11: http.CloseNotifier is deprecated #736
  • Access to raw post body #652

Merged pull requests: