Update all #7

Merged
renovate[bot] merged 1 commits from renovate/all into master 2021-02-09 22:53:49 +03:00
renovate[bot] commented 2021-02-09 02:11:50 +03:00 (Migrated from github.com)

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
Masterminds/sprig/v3 require patch v3.2.0 -> v3.2.2
google.golang.org/genproto require digest 07624b5 -> bba0dbe
grpc-ecosystem/grpc-gateway require minor v1.12.1 -> v1.16.0
grpc-ecosystem/grpc-gateway/v2 require minor v2.1.0 -> v2.2.0
huandu/xstrings require patch v1.3.1 -> v1.3.2

Release Notes

Masterminds/sprig

v3.2.2

Compare Source

This release is here simply to satisfy the Go module system. The code is precisely the same as v3.2.1.

v3.2.1

Compare Source

This is a security release for Masterminds/goutils v1.1.1. See the Security Advisory.

Changelog

Release 3.2.1 (2021-02-04)

Changed
grpc-ecosystem/grpc-gateway

v1.16.0

Compare Source

Full Changelog

Merged pull requests:

v1.15.2

Compare Source

Full Changelog

Closed issues:

  • Error when trying to call endpoint with empty parameter of Enum array #​1711
  • Add option to remove (or remove) package comment in generated .pb.gw.go files #​1701
  • Can't import googleapis #​1698

Merged pull requests:

v1.15.1

Compare Source

Full Changelog

v1.15.0

Compare Source

Full Changelog

Implemented enhancements:

  • YAML support for Swagger annotations #​701

Closed issues:

  • 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

Merged pull requests:

v1.14.8

Compare Source

Full Changelog

Closed issues:

  • 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

Merged pull requests:

v1.14.7

Compare Source

Full Changelog

Closed issues:

  • CVE-2020-14001: Unintended read access in kramdown gem #​1579

Merged pull requests:

v1.14.6

Compare Source

Full Changelog

v1.14.5

Compare Source

Full Changelog

Fixed bugs:

  • Regeneration commands don't regenerate all files #​1229

Closed issues:

  • bug in protoc-gen-swagger with put method and field_mask #​1271
  • How to change title and version in generated swagger json file #​1269
  • Error when using oneof name in response body selector #​1264
  • httpbody.proto has incorrect go_package #​1263
  • How to implement field validation for optional parameter #​1256
  • HTTP GET with query params error #​1245
  • how to get customezing header #​1244
  • proto function not define in yaml then grpc-gateway_out err #​1233
  • ll #​1232
  • Add WithUnmarshaler NewServeMux option. #​1226
  • Feature request: Reject call if there are parameters/fields that don't exist in the protobuf #​1210
  • Migrate away from using the protoc-gen-go/generator package #​1209
  • Swagger doc generation got stuck for infinite time if a message refers itself. #​1167
  • Remove "error" field from errors. #​1098

Merged pull requests:

v1.14.4

Compare Source

Full Changelog

Closed issues:

  • custom unmarshal response error #​1211
  • api annotation placeholder character case #​1207
  • response_body of http rule is ignored in case of server streaming #​1202
  • Go gRPC Gateway - Type of one field in JSON is not same as in proto #​1201
  • 1.14 breaks protoc-gen-go-json #​1199
  • Use different field name in gateway #​1197
  • No longer generate register...Server function in pb.gw.go? #​1195
  • Support for source_relative argument #​1180

Merged pull requests:

v1.14.3

Compare Source

Full Changelog

Closed issues:

  • Missing httprule breaks our module #​1168

Merged pull requests:

v1.14.2

Compare Source

Full Changelog

Closed issues:

  • 1.14.x breaks clay #​1161
  • Enum string values not supported by grpc gateway #​1159
  • Path parameters visible in the body of the request #​1157
  • 1.14.0 breaks existing pipelines #​1154

Merged pull requests:

v1.14.1

Compare Source

Full Changelog

Merged pull requests:

v1.14.0

Compare Source

Full Changelog

Closed issues:

  • Swagger Codegen With Multiple Additional Bindings is resulting in missing Documentation #​1149
  • google.api.http option not picked up/mapped correctly? #​1148
  • cannot use multiple different error handlers in one gateway binary #​1143
  • Is grpc-gateway a stateless application? #​1139
  • Support for custom query parameters parsers #​1128

Merged pull requests:

v1.13.0

Compare Source

Full Changelog

Implemented enhancements:

  • Feature Request] Custom Type conversion [#​754](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/754)
    
  • protoc-gen-swagger: add default error response #​1127 (johanbrandhorst)

Closed issues:

  • swagger: Prefix used in nested-field GET params does not respect json_names_for_fields #​1125
  • Generated spec missing grpc errors #​1122
  • protoc-gen-swagger: Support for repeated custom message in url params #​1119
  • protoc-gen-swagger: Support Response-specific examples #​1117

Merged pull requests:

v1.12.2

Compare Source

Full Changelog

Fixed bugs:

  • Gateway does not parse oneof types correctly when using camelCase #​1113

Closed issues:

  • all SubConns are in TransientFailure, latest connection error: connection error: desc = \"transport: Error while dialing dial tcp [::1]:50051: connect: connection refused\" #​1111
  • Streaming responses are put in x-stream-definitions rather than /components/schema, which tools do not support #​1109
  • Why is metadataAnnotators not []func(metadata.MD, *http.Request) #​1107
  • protoc_gen_swagger: Why protobufListValue type is represented as object? #​1106
  • The metadata of local_request function's return is always nil #​1105
  • protoc-gen-swagger: support multiple files #​1104
  • grpc-gateway is incompatible with --incompatible_load_proto_rules_from_bzl #​1101
  • Any example or doc of sending large data from Postman (json) to the server using client side streaming? #​1100
  • Generate java grpc gateway code. #​1097
  • protoc-gen-swagger gen unsupport http post in query, only support http get in query? #​1096
  • Cannot generate swagger with generated protobuf #​1094
  • genswagger fails on Ubuntu on Windows (WSL): value of type genswagger.alias is not assignable to type genswagger.alias #​1092
  • protoc-gen-swagger: should use json_name values for generating properties in swagger doc #​1090
  • protoc-gen-swagger: json_names_for_fields=true does not respect json_name for path parameters #​1084
  • extract protoc-gen-swagger to separate repo #​1083
  • How do I load balance call grpc service? #​1081

Merged pull requests:

huandu/xstrings

v1.3.2

Compare Source

See #​46 for details. Thanks, @​ninedraft.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Masterminds/sprig/v3](https://togithub.com/Masterminds/sprig) | require | patch | `v3.2.0` -> `v3.2.2` | | [google.golang.org/genproto](https://togithub.com/googleapis/go-genproto) | require | digest | `07624b5` -> `bba0dbe` | | [grpc-ecosystem/grpc-gateway](https://togithub.com/grpc-ecosystem/grpc-gateway) | require | minor | `v1.12.1` -> `v1.16.0` | | [grpc-ecosystem/grpc-gateway/v2](https://togithub.com/grpc-ecosystem/grpc-gateway) | require | minor | `v2.1.0` -> `v2.2.0` | | [huandu/xstrings](https://togithub.com/huandu/xstrings) | require | patch | `v1.3.1` -> `v1.3.2` | --- ### Release Notes <details> <summary>Masterminds/sprig</summary> ### [`v3.2.2`](https://togithub.com/Masterminds/sprig/releases/v3.2.2) [Compare Source](https://togithub.com/Masterminds/sprig/compare/v3.2.1...v3.2.2) This release is here simply to satisfy the Go module system. The code is precisely the same as v3.2.1. ### [`v3.2.1`](https://togithub.com/Masterminds/sprig/releases/v3.2.1) [Compare Source](https://togithub.com/Masterminds/sprig/compare/v3.2.0...v3.2.1) This is a security release for `Masterminds/goutils` `v1.1.1`. See the [Security Advisory](https://togithub.com/Masterminds/goutils/security/advisories/GHSA-xg2h-wx96-xgxr). ### Changelog #### Release 3.2.1 (2021-02-04) ##### Changed - Upgraded `Masterminds/goutils` to `v1.1.1`. see the [Security Advisory](https://togithub.com/Masterminds/goutils/security/advisories/GHSA-xg2h-wx96-xgxr) </details> <details> <summary>grpc-ecosystem/grpc-gateway</summary> ### [`v1.16.0`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1160-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1160-2020-10-28) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.15.2...v1.16.0) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.15.1...v1.16.0) **Merged pull requests:** - Update dependency io_bazel_rules_go to v0.24.5 (master) [#&#8203;1775](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1775) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`d4b8fe4`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/d4b8fe4) (master) [#&#8203;1774](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1774) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`0ff5f38`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/0ff5f38) (master) [#&#8203;1772](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1772) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`0d71844`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/0d71844) (master) [#&#8203;1771](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1771) ([renovate\[bot\]](https://togithub.com/apps/renovate)) ### [`v1.15.2`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1152-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1152-2020-10-02) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.15.1...v1.15.2) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0-beta.5...v1.15.2) **Closed issues:** - Error when trying to call endpoint with empty parameter of Enum array [#&#8203;1711](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1711) - Add option to remove (or remove) package comment in generated .pb.gw.go files [#&#8203;1701](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1701) - Can't import googleapis [#&#8203;1698](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1698) **Merged pull requests:** - Update dependency bazel_gazelle to v0.22.2 (master) [#&#8203;1717](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1717) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Add Slack badge, remove fuzzit badge (#&#8203;1712) [#&#8203;1713](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1713) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Add --omit_package_doc flag [#&#8203;1702](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1702) ([olivierlemasle](https://togithub.com/olivierlemasle)) - Install "patch" command in CircleCI build-env image [#&#8203;1699](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1699) ([jasonewang](https://togithub.com/jasonewang)) ### [`v1.15.1`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1151-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1151-2020-10-02) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.15.0...v1.15.1) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.15.2...v1.15.1) ### [`v1.15.0`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1150-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1150-2020-09-18) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.8...v1.15.0) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.8...v1.15.0) **Implemented enhancements:** - YAML support for Swagger annotations [#&#8203;701](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/701) **Closed issues:** - Empty json array is passed as nil [#&#8203;1673](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1673) - Lightweight support for custom protobuf annotations on RPCs [#&#8203;1666](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1666) - undefined: runtime.ServerTransportStream [#&#8203;1664](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1664) - Merge swagger definitions generated by swaggo/swag init and protoc --swagger_out command [#&#8203;1651](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1651) - Add base_path as constant in generated gateway files [#&#8203;1650](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1650) - Support service definitions without any annotations. [#&#8203;1649](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1649) - proto directory names preclude using protos in python code [#&#8203;1647](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1647) **Merged pull requests:** - Regenerate files [#&#8203;1676](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1676) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Generate changelog for 1.15.0 [#&#8203;1675](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1675) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - End default response desc with period [#&#8203;1663](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1663) ([rubda](https://togithub.com/rubda)) - Update golang Docker tag to v1.15.2 (master) [#&#8203;1657](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1657) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update module google.golang.org/grpc to v1.32.0 (master) [#&#8203;1653](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1653) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Generate unbound methods [#&#8203;1652](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1652) ([plaflamme](https://togithub.com/plaflamme)) - Deprecate example field [#&#8203;1637](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1637) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) ### [`v1.14.8`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1148-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1148-2020-09-03) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.7...v1.14.8) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.7...v1.14.8) **Closed issues:** - Generated files contain calls to methods that don't exist [#&#8203;1643](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1643) - TestConvertDuration/invalid_duration failure [#&#8203;1630](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1630) - `runtime.WithForwardResponseOption\(\)` is not respected [#&#8203;1625](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1625) - same field in params [#&#8203;1621](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1621) - Use grpc gateway to create rest API whose body is a list [#&#8203;1617](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1617) - grpc-gateway equivalent in the grpc python package [#&#8203;1613](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1613) - Migrate away from importing `github.com/golang/protobuf/{descriptor,proto}` in generated code (similar to #&#8203;1260). [#&#8203;1608](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1608) - runtime.WithForwardResponseOption compile error [#&#8203;1607](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1607) - Apply FiedMask to the GET (and LIST) returns [#&#8203;1605](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1605) - code: 32603, message `types.Coin` is neither a v1 or v2 Message [#&#8203;1603](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1603) - protoc-gen-swagger map type filed doesn't support options.openapiv2_field [#&#8203;1601](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1601) - 🐛HttpRule is stated in unannotated_echo_service.yaml, but warning is still issued [#&#8203;1578](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1578) **Merged pull requests:** - Generate changelog for 1.14.8 [#&#8203;1646](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1646) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Add ignore for golang.org/x/oauth2 [#&#8203;1644](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1644) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - fix SendHeader/SetTrailer when use grpc-gateway standalone server (master) [#&#8203;1639](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1639) ([ghostiam](https://togithub.com/ghostiam)) - Update golang Docker tag to v1.15.1 (master) [#&#8203;1634](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1634) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - runtime: fix duration test [#&#8203;1631](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1631) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Update dependency bazel_skylib to v1.0.3 (master) [#&#8203;1618](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1618) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update module google.golang.org/grpc to v1.31.1 (master) [#&#8203;1614](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1614) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Control warning behavior on unbound methods using a flag [#&#8203;1606](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1606) ([yousseftelda](https://togithub.com/yousseftelda)) - protoc-gen-swagger: fix map field options (#&#8203;1601) [#&#8203;1602](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1602) ([yangxikun](https://togithub.com/yangxikun)) - protoc-gen-swagger: remove boolean format [#&#8203;1597](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1597) ([algas](https://togithub.com/algas)) - document optional swagger plugin for unannotated grpc_api_configuration [#&#8203;1588](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1588) ([piengeng](https://togithub.com/piengeng)) ### [`v1.14.7`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1147-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1147-2020-08-12) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.6...v1.14.7) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0-beta.4...v1.14.7) **Closed issues:** - CVE-2020-14001: Unintended read access in kramdown gem [#&#8203;1579](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1579) **Merged pull requests:** - Generate changelog for 1.14.7 [#&#8203;1587](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1587) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - chore(deps): update golang docker tag to v1.15.0 (master) [#&#8203;1585](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1585) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update github-pages [#&#8203;1581](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1581) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) ### [`v1.14.6`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1146-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1146-2020-05-25) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.5...v1.14.6) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0-beta.1...v1.14.6) ### [`v1.14.5`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1145-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1145-2020-05-07) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.4...v1.14.5) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0-alpha.2...v1.14.5) **Fixed bugs:** - Regeneration commands don't regenerate all files [#&#8203;1229](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1229) **Closed issues:** - bug in protoc-gen-swagger with put method and field_mask [#&#8203;1271](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1271) - How to change title and version in generated swagger json file [#&#8203;1269](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1269) - Error when using oneof name in response body selector [#&#8203;1264](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1264) - httpbody.proto has incorrect go_package [#&#8203;1263](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1263) - How to implement field validation for optional parameter [#&#8203;1256](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1256) - HTTP GET with query params error [#&#8203;1245](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1245) - how to get customezing header [#&#8203;1244](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1244) - proto function not define in yaml then grpc-gateway_out err [#&#8203;1233](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1233) - ll [#&#8203;1232](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1232) - Add WithUnmarshaler NewServeMux option. [#&#8203;1226](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1226) - Feature request: Reject call if there are parameters/fields that don't exist in the protobuf [#&#8203;1210](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1210) - Migrate away from using the protoc-gen-go/generator package [#&#8203;1209](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1209) - Swagger doc generation got stuck for infinite time if a message refers itself. [#&#8203;1167](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1167) - Remove "error" field from errors. [#&#8203;1098](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1098) **Merged pull requests:** - Generate release notes for 1.14.5 [#&#8203;1270](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1270) ([achew22](https://togithub.com/achew22)) - protoc-gen-swagger, Fix for infinite loop on circular references in query parameters [#&#8203;1266](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1266) ([Romeren](https://togithub.com/Romeren)) - Remove uses of protoc-gen-go/generator [#&#8203;1260](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1260) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Use public key to authenticate for docker registry [#&#8203;1259](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1259) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Add Chef and Scaleway to ADOPTERS.md [#&#8203;1255](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1255) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Add user testimonials and ADOPTERS.md [#&#8203;1250](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1250) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Remove duplicate regeneration documentation [#&#8203;1248](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1248) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Change build env to git repo package [#&#8203;1246](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1246) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Move section about google protobufs [#&#8203;1241](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1241) ([thecodejunkie](https://togithub.com/thecodejunkie)) - Fix generating helloworld.proto [#&#8203;1230](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1230) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Fix testproto generation, add to CI [#&#8203;1221](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1221) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - docs: fix some broken links and change godoc.org links to pkg.go.dev [#&#8203;1219](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1219) ([AyushG3112](https://togithub.com/AyushG3112)) - Add season of docs project ideas page [#&#8203;1214](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1214) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - remove deprecated usage of github.com/golang/protobuf/protoc-gen-go/generator [#&#8203;1213](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1213) ([yinzara](https://togithub.com/yinzara)) - fix query params for invoked in-process local request [#&#8203;1212](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1212) ([hb-chen](https://togithub.com/hb-chen)) ### [`v1.14.4`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1144-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1144-2020-04-18) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.3...v1.14.4) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.4-rc.1...v1.14.4) **Closed issues:** - custom unmarshal response error [#&#8203;1211](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1211) - api annotation placeholder character case [#&#8203;1207](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1207) - response_body of http rule is ignored in case of server streaming [#&#8203;1202](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1202) - Go gRPC Gateway - Type of one field in JSON is not same as in proto [#&#8203;1201](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1201) - 1.14 breaks protoc-gen-go-json [#&#8203;1199](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1199) - Use different field name in gateway [#&#8203;1197](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1197) - No longer generate register...Server function in pb.gw.go? [#&#8203;1195](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1195) - Support for source_relative argument [#&#8203;1180](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1180) **Merged pull requests:** - Generate changelog for 1.14.4 [#&#8203;1217](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1217) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Add option to disable new operationID generation [#&#8203;1216](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1216) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Misc docs changes [#&#8203;1215](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1215) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - http rule's response_body support to stream rpc [#&#8203;1208](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1208) ([adasari](https://togithub.com/adasari)) - Add GopherCon UK link to README [#&#8203;1204](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1204) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Move codegenerator back to public namespace [#&#8203;1200](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1200) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) ### [`v1.14.3`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1143-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1143-2020-03-11) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.2...v1.14.3) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.2...v1.14.3) **Closed issues:** - Missing httprule breaks our module [#&#8203;1168](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1168) **Merged pull requests:** - Generate changelog for 1.14.3 [#&#8203;1170](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1170) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Move httprule back into the public API [#&#8203;1169](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1169) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) ### [`v1.14.2`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1142-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1142-2020-03-09) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.1...v1.14.2) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.1...v1.14.2) **Closed issues:** - 1.14.x breaks clay [#&#8203;1161](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1161) - Enum string values not supported by grpc gateway [#&#8203;1159](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1159) - Path parameters visible in the body of the request [#&#8203;1157](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1157) - 1.14.0 breaks existing pipelines [#&#8203;1154](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1154) **Merged pull requests:** - Generate changelog for 1.14.2 [#&#8203;1164](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1164) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Move genswagger to public API again [#&#8203;1163](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1163) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) ### [`v1.14.1`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1141-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1141-2020-03-05) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.0...v1.14.1) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.14.0...v1.14.1) **Merged pull requests:** - Generate changelog for 1.14.1 [#&#8203;1156](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1156) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Move generator and descriptor back to public API [#&#8203;1155](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1155) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Update build environment to 1.14 [#&#8203;1153](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1153) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Add gorelease CI step [#&#8203;1152](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1152) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) ### [`v1.14.0`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1140-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1140-2020-03-04) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.13.0...v1.14.0) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.13.0...v1.14.0) **Closed issues:** - Swagger Codegen With Multiple Additional Bindings is resulting in missing Documentation [#&#8203;1149](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1149) - google.api.http option not picked up/mapped correctly? [#&#8203;1148](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1148) - cannot use multiple different error handlers in one gateway binary [#&#8203;1143](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1143) - Is grpc-gateway a stateless application? [#&#8203;1139](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1139) - Support for custom query parameters parsers [#&#8203;1128](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1128) **Merged pull requests:** - Generate changelog for 1.14.0 [#&#8203;1151](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1151) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Use an interface for ContentTypeFromMessage [#&#8203;1150](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1150) ([wtlangford](https://togithub.com/wtlangford)) - Minimize API surface in anticipation of gorelease [#&#8203;1146](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1146) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Fix #&#8203;1143: Support multiple error handlers. [#&#8203;1144](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1144) ([jgiles](https://togithub.com/jgiles)) - Fix customizing your gateway documentation CustomMatcher example [#&#8203;1142](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1142) ([wiliamsouza](https://togithub.com/wiliamsouza)) - protoc-gen-swagger: add flag to disable default errors [#&#8203;1141](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1141) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Bump nokogiri from 1.10.4 to 1.10.8 in /docs [#&#8203;1140](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1140) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Configurable query parameters parser [#&#8203;1138](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1138) ([wp0pw](https://togithub.com/wp0pw)) - Improve installation instructions [#&#8203;1132](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1132) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Add bazel gazelle to CONTRIBUTING [#&#8203;1131](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1131) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Configure response content type at the method level [#&#8203;1130](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1130) ([nboukeffa](https://togithub.com/nboukeffa)) ### [`v1.13.0`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1130-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1130-2020-02-11) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.12.2...v1.13.0) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.12.2...v1.13.0) **Implemented enhancements:** - \[Feature Request] Custom Type conversion [#&#8203;754](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/754) - protoc-gen-swagger: add default error response [#&#8203;1127](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1127) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) **Closed issues:** - swagger: Prefix used in nested-field GET params does not respect json_names_for_fields [#&#8203;1125](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1125) - Generated spec missing grpc errors [#&#8203;1122](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1122) - protoc-gen-swagger: Support for repeated custom message in url params [#&#8203;1119](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1119) - protoc-gen-swagger: Support Response-specific examples [#&#8203;1117](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1117) **Merged pull requests:** - Generate changelog for 1.13.0 [#&#8203;1129](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1129) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Fix #&#8203;1125: JSON-prefix nested-field params. [#&#8203;1126](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1126) ([jgiles](https://togithub.com/jgiles)) - Fix #&#8203;1117: Support response examples. [#&#8203;1124](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1124) ([jgiles](https://togithub.com/jgiles)) ### [`v1.12.2`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v1122-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev1122-2020-01-22) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.12.1...v1.12.2) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.12.1...v1.12.2) **Fixed bugs:** - Gateway does not parse oneof types correctly when using camelCase [#&#8203;1113](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1113) **Closed issues:** - all SubConns are in TransientFailure, latest connection error: connection error: desc = \\"transport: Error while dialing dial tcp \[::1]:50051: connect: connection refused\\" [#&#8203;1111](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1111) - Streaming responses are put in `x-stream-definitions` rather than `/components/schema`, which tools do not support [#&#8203;1109](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1109) - Why is metadataAnnotators not \[]func(metadata.MD, \*http.Request) [#&#8203;1107](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1107) - protoc_gen_swagger: Why `protobufListValue` type is represented as object? [#&#8203;1106](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1106) - The metadata of local_request function's return is always nil [#&#8203;1105](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1105) - protoc-gen-swagger: support multiple files [#&#8203;1104](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1104) - grpc-gateway is incompatible with --incompatible_load_proto_rules_from_bzl [#&#8203;1101](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1101) - Any example or doc of sending large data from Postman (json) to the server using client side streaming? [#&#8203;1100](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1100) - Generate java grpc gateway code. [#&#8203;1097](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1097) - protoc-gen-swagger gen unsupport http post in query, only support http get in query? [#&#8203;1096](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1096) - Cannot generate swagger with generated protobuf [#&#8203;1094](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1094) - genswagger fails on Ubuntu on Windows (WSL): value of type genswagger.alias is not assignable to type genswagger.alias [#&#8203;1092](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1092) - protoc-gen-swagger: should use json_name values for generating properties in swagger doc [#&#8203;1090](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1090) - protoc-gen-swagger: json_names_for_fields=true does not respect json_name for path parameters [#&#8203;1084](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1084) - extract protoc-gen-swagger to separate repo [#&#8203;1083](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1083) - How do I load balance call grpc service? [#&#8203;1081](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1081) **Merged pull requests:** - Generate changelog for 1.12.2 [#&#8203;1120](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1120) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - docs: require Jekyll Github Token to be set [#&#8203;1118](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1118) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - fix: protoc-gen-swagger: get wrong second services method comments [#&#8203;1116](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1116) ([chinaran](https://togithub.com/chinaran)) - Bump rubyzip from 1.2.3 to 2.0.0 in /docs [#&#8203;1115](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1115) ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - \#&#8203;1113 Fix broken parsing of camelCase oneof [#&#8203;1114](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1114) ([seanlaff](https://togithub.com/seanlaff)) - \#&#8203;1109 Inline streamingDefinitions in generated swagger to better support codegen tools [#&#8203;1112](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1112) ([seanlaff](https://togithub.com/seanlaff)) - Explicitly load rules_proto rules [#&#8203;1102](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1102) ([achew22](https://togithub.com/achew22)) - \[bazel] Correctly handle proto files under \_virtual_imports [#&#8203;1095](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1095) ([Yannic](https://togithub.com/Yannic)) - Override operation_id when available [#&#8203;1091](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1091) ([guilherme-santos](https://togithub.com/guilherme-santos)) - Support reserved json name and add tests [#&#8203;1085](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1085) ([xin-au](https://togithub.com/xin-au)) </details> <details> <summary>huandu/xstrings</summary> ### [`v1.3.2`](https://togithub.com/huandu/xstrings/releases/v1.3.2) [Compare Source](https://togithub.com/huandu/xstrings/compare/v1.3.1...v1.3.2) See [#&#8203;46](https://togithub.com/huandu/xstrings/issues/46) for details. Thanks, [@&#8203;ninedraft](https://togithub.com/ninedraft). </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/unistack-org/protoc-gen-micro).
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/protoc-gen-go-micro#7
No description provided.