Skip to content

Releases: grpc-ecosystem/grpc-gateway

v2.18.0

10 Sep 18:56
1ed5aa1
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @benjx1990 made their first contribution in #3552
  • @qawatake made their first contribution in #3566

Full Changelog: v2.17.1...v2.18.0

v2.17.1

25 Aug 17:31
81b66d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.17.0...v2.17.1

v2.17.0

22 Aug 21:59
f3a72ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.2...v2.17.0

v2.16.2

28 Jul 17:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.1...v2.16.2

v2.16.1

24 Jul 21:22
Compare
Choose a tag to compare

What's Changed

  • Rename LICENSE.txt to LICENSE by @pgmitche in #3345
  • feat: message supports enum field option for query params by @zhb127 in #3352
  • remove glog from a bunch of spots by @kn100 in #3361
  • Improve AIP support in field_configuration.path_param_name containing by @same-id in #3364
  • Hide comments on omitted enum default values by @same-id in #3366
  • fix(docs): correcting mux routing error code example by @tjasko in #3409
  • Fix the place where format property in placed for repeated fields by @far4599 in #3410
  • Handle httpbody not having data to return by @achew22 in #3415
  • bazel: bump Bazel repositories versions by @adambabik in #3413

New Contributors

Full Changelog: v2.16.0...v2.16.1

v2.16.0

01 Jun 01:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.15.2...v2.15.3

v2.15.2

28 Feb 05:04
0eb17c3
Compare
Choose a tag to compare

What's Changed

  • Switch the use of glog to grpclog. by @jmuk in #3205
  • fix: remove push_bsr_plugins Github Action job by @gunturaf in #3203
  • Add correct comment, remove redundant vars and error, use short form by @sashamelentyev in #3206

New Contributors

Full Changelog: v2.15.1...v2.15.2

v2.15.1

22 Feb 20:00
cf612c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.15.0...v2.15.1

v2.15.0

21 Dec 18:06
4f8ee09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.0...v2.15.0

v2.14.0

15 Nov 22:44
fb3f434
Compare
Choose a tag to compare

New features

This release contains two significant new OpenAPIv2 generator features, contributed by @krak3n:

  1. A new option to disable rendering of 200 OK responses. This is useful if you define custom responses for your endpoints and you modify the return code a forward response writer. Note that this does not change the behavior of the gateway itself.
  2. A new annotation for defining header parameters. This lets to define header parameters you want to be rendered in the swagger.json output in addition to those defined in your API messages. Note that this does not change the behavior of the gateway itself and must be coupled with custom header parsing in your application.

What's Changed

New Contributors

Full Changelog: v2.13.0...v2.14.0