github grpc-ecosystem/grpc-gateway v2.0.0-beta.5

latest releases: v2.19.1, v2.19.0, v2.18.1...
3 years ago

We've got some really cool new features in this release:

  • New support for using YAML to annotate the generated swagger output. See the docs for more information. This was implemented by @jasonewang.
  • New support for generating a gateway for completely unannotated proto files. See the docs for more information. The was implemented by @plaflamme.

v2.0.0-beta.5 (2020-09-24)

Full Changelog

Closed issues:

  • Sending NULL for int64/uint64 types calls gRPC server with zero-value #1681
  • protoc-gen-swagger: allow -output dir #1679
  • Empty json array is passed as nil #1673
  • Lightweight support for custom protobuf annotations on RPCs #1666
  • undefined: runtime.ServerTransportStream #1664
  • Merge swagger definitions generated by swaggo/swag init and protoc --swagger_out command #1651
  • Add base_path as constant in generated gateway files #1650
  • Support service definitions without any annotations. #1649
  • proto directory names preclude using protos in python code #1647
  • Generated files contain calls to methods that don't exist #1643
  • TestConvertDuration/invalid_duration failure #1630
  • runtime.WithForwardResponseOption\(\) is not respected #1625
  • same field in params #1621
  • Use grpc gateway to create rest API whose body is a list #1617
  • grpc-gateway equivalent in the grpc python package #1613
  • Migrate away from importing github.com/golang/protobuf/{descriptor,proto} in generated code (similar to #1260). #1608
  • runtime.WithForwardResponseOption compile error #1607
  • Apply FiedMask to the GET (and LIST) returns #1605
  • code: 32603, message types.Coin is neither a v1 or v2 Message #1603
  • protoc-gen-swagger map type filed doesn't support options.openapiv2_field #1601
  • 🐛HttpRule is stated in unannotated_echo_service.yaml, but warning is still issued #1578
  • CVE-2020-14001: Unintended read access in kramdown gem #1579

Merged pull requests:

Don't miss a new grpc-gateway release

NewReleases is sending notifications on new releases.