Skip to content

Releases: grpc-ecosystem/grpc-gateway

v1.9.5

22 Jul 17:30
Compare
Choose a tag to compare

v1.9.5 (2019-07-22)

Full Changelog

Fixed bugs:

  • Non-standard use of 412 HTTP Status Code #972

Closed issues:

  • why response use enum's name #970

Merged pull requests:

  • Fix HTTP Status Code returned for a Failed Precondition error #974 (cjcormack)
  • Examples fix: Support preflight of auth libraries in js #973 (GhiaC)

v1.9.4

09 Jul 08:06
Compare
Choose a tag to compare

v1.9.4 (2019-07-09)

Full Changelog

Closed issues:

  • Read the Http Post Body #921
  • Swagger document generation, required field is invalid #665

Merged pull requests:

  • Fix query.go to avoid invalid protobuf assumptions #967 (dsnet)
  • doc(readme): fix typo #965 (franxois)
  • Added comments to base_path to explain behavior #919 (nu11ptr)

v1.9.3

28 Jun 22:22
d54b361
Compare
Choose a tag to compare

v1.9.3 (2019-06-28)

Full Changelog

Fixed bugs:

  • EOF when calling Send for client streams #961

Closed issues:

  • application/x-www-form-urlencoded support. #960
  • Bazel files are out of date #955
  • Configurable AllowUnknownFields in jsonpb? #448

Merged pull requests:

v1.9.2

17 Jun 15:02
Compare
Choose a tag to compare

v1.9.2 (2019-06-17)

Full Changelog

Fixed bugs:

  • 404s using colons in the middle of the last path segment #224

Merged pull requests:

v1.9.1

13 Jun 20:48
Compare
Choose a tag to compare

v1.9.1 (2019-06-13)

Full Changelog

Closed issues:

  • grpc: received message larger than max #943
  • json 1.1 api support for grpc-ecosystem to use queryparams with filter #938
  • i import a new gateway.Endpoint without recompile #937
  • all SubConns are in TransientFailure #936
  • Merging swagger specs fails to use rpc comments (again) #923

Merged pull requests:

v1.9.0

14 May 09:08
Compare
Choose a tag to compare

v1.9.0 (2019-05-14)

Full Changelog

Closed issues:

  • Errors in response streams do not go through the registered error handler #584

Merged pull requests:

  • use error value for bad URI so custom error handler could treat it special #932 (jhump)
  • newline between JSON messages #931 (jhump)
  • ability to customize stream errors #930 (jhump)

v1.8.6

07 May 15:55
Compare
Choose a tag to compare

v1.8.6 (2019-05-07)

Full Changelog

Fixed bugs:

  • can't specify an empty path? #414

Closed issues:

  • JSON stream response not available #926
  • why google/api/http.proto annotations.proto Field Numbers is 72295728 ? #925
  • Documentation: 'base_path' Swagger attribute confuses users #918
  • go get: error loading module requirements go 1.11 #915
  • gateway generation issue on windows #911

Merged pull requests:

v1.8.5

15 Mar 09:56
Compare
Choose a tag to compare

v1.8.5 (2019-03-15)

Full Changelog

Closed issues:

  • Swagger get query param documentation shows repeated fields incorrectly #756

Merged pull requests:

  • CollectionFormat multi for query params of repeated fields 2 #909 (bmperrea)

v1.8.4

13 Mar 11:33
Compare
Choose a tag to compare

v1.8.4 (2019-03-13)

Full Changelog

Closed issues:

  • Invalid swagger generated for bodies with repeated fields #906

Merged pull requests:

v1.8.3

11 Mar 12:19
Compare
Choose a tag to compare

v1.8.3 (2019-03-11)

Full Changelog

Implemented enhancements:

  • Feature request from openapi 3: Allow apiKey in cookie #900

Fixed bugs:

  • Error while defining enum comments #897

Closed issues:

  • Its impossible to send response with non 200 status code #901
  • Swagger get query param documentation shows repeated fields incorrectly #756

Merged pull requests:

  • Use collectionFormat multi for query params of repeated fields #902 (bmperrea)