Skip to content

Releases: grpc-ecosystem/grpc-gateway

v2.17.0

22 Aug 21:59
f3a72ed

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

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

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

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

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

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

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

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

v2.13.0

01 Nov 22:12
a63ed0e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.12.0...v2.13.0

v2.12.0

17 Oct 17:02
1dac1ac

Choose a tag to compare

What's Changed

  • fix: support for oneof fields in request bodies by @isbang in #2867
  • mux: calculate verb correctly for cases like DELETE /foo/bar:archive when user provided wrong method by @jonathaningram in #2870
  • Update googleapis dependency by @johanbrandhorst in #2875
  • protoc-gen-openapiv2: RPC visibility setting transitively applied to messages by @erademacher in #2880
  • protoc-gen-openapiv2: Use json_name when generating required field names by @patrick246 in #2885
  • fix: support service tags in OpenAPI config file (#2817) by @y-takuya in #2858
  • feat: add option to disable rendering of service tags by @kkolur in #2928
  • fix: required properties of message type are required in OpenAPI by @gostajonasson in #2904
  • feat: add option to add description to tags by @same-id in #2939
  • add extensions for Tag object by @kkolur in #2950
  • Make registry load packages deterministically by @gonzaloserrano in #2945

New Contributors

Full Changelog: v2.11.3...v2.12.0