Release notes
*Sourced from [github.com/grpc-ecosystem/grpc-gateway's releases](https://github.com/grpc-ecosystem/grpc-gateway/releases).*
> ## v1.11.2
> ## [v1.11.2](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.11.2) (2019-09-20)
> [Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.11.1...v1.11.2)
>
> **Implemented enhancements:**
>
> - Support specifying servers in the swagger generator [\#891](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/891)
>
> **Fixed bugs:**
>
> - Make protoc-gen-swagger build on 1.11 [\#1044](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1044)
> - jsonpb panics when using numbers for parsing timestamps [\#1025](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1025)
>
> **Closed issues:**
>
> - Interceptors not called when using new RegisterHandler function [\#1043](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1043)
> - How to use -grpc-gateway\_out sp that the result is in a specific folder? [\#1042](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1042)
> - Is there any way to let json int32 can not accept string in grpc-gateway? [\#1029](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1029)
> - Go integration tests are somewhat flaky [\#992](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/992)
>
> **Merged pull requests:**
>
> - examples/integration: wait for secondary gateway [\#1039](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1039) ([srenatus](https://github.com/srenatus))
> - Update README.md [\#1038](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1038) ([piengeng](https://github.com/piengeng))
> - Configure stale\[bot\] [\#1036](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1036) ([achew22](https://github.com/achew22))
> - added additional info for custom http headers [\#1035](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1035) ([cemenson](https://github.com/cemenson))
> - protoc-gen-swagger: add support for arbitrary extensions [\#1033](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1033) ([srenatus](https://github.com/srenatus))
> - nitpick spacing in other proto files [\#1032](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1032) ([srenatus](https://github.com/srenatus))
> - nitpick a\_bit\_of\_everything.proto [\#1030](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1030) ([srenatus](https://github.com/srenatus))
> - runtime: stop using nil ponters with Unmarshal [\#1028](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1028) ([johanbrandhorst](https://github.com/johanbrandhorst))
> - Small performance fix [\#1027](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1027) ([freedemster](https://github.com/freedemster))
> - docs need type assertion on proto.Message [\#1026](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1026) ([zachgersh](https://github.com/zachgersh))
> - Update ISSUE\_TEMPLATE.md [\#1014](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1014) ([prologic](https://github.com/prologic))
>
> ## v1.11.1
> ## [v1.11.1](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.11.1) (2019-09-02)
> [Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.11.0...v1.11.1)
>
> **Fixed bugs:**
>
> - protoc\_gen\_swagger openapiv2\_field definition ignores the type option [\#1002](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1002)
>
> **Closed issues:**
>
> - AnnotateIncomingContext not declared by package runtime [\#1023](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1023)
> - Fuzzit CI job is failing unexpectedly [\#1019](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1019)
> - Bazel Rule? [\#1010](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1010)
>
> **Merged pull requests:**
>
> ... (truncated)
Changelog
*Sourced from [github.com/grpc-ecosystem/grpc-gateway's changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md).*
> ## [v1.11.2](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.11.2) (2019-09-20)
> [Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.11.1...v1.11.2)
>
> **Implemented enhancements:**
>
> - Support specifying servers in the swagger generator [\#891](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/891)
>
> **Fixed bugs:**
>
> - Make protoc-gen-swagger build on 1.11 [\#1044](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1044)
> - jsonpb panics when using numbers for parsing timestamps [\#1025](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1025)
>
> **Closed issues:**
>
> - Interceptors not called when using new RegisterHandler function [\#1043](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1043)
> - How to use -grpc-gateway\_out sp that the result is in a specific folder? [\#1042](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1042)
> - Is there any way to let json int32 can not accept string in grpc-gateway? [\#1029](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1029)
> - Go integration tests are somewhat flaky [\#992](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/992)
>
> **Merged pull requests:**
>
> - examples/integration: wait for secondary gateway [\#1039](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1039) ([srenatus](https://github.com/srenatus))
> - Update README.md [\#1038](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1038) ([piengeng](https://github.com/piengeng))
> - Configure stale\[bot\] [\#1036](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1036) ([achew22](https://github.com/achew22))
> - added additional info for custom http headers [\#1035](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1035) ([cemenson](https://github.com/cemenson))
> - protoc-gen-swagger: add support for arbitrary extensions [\#1033](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1033) ([srenatus](https://github.com/srenatus))
> - nitpick spacing in other proto files [\#1032](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1032) ([srenatus](https://github.com/srenatus))
> - nitpick a\_bit\_of\_everything.proto [\#1030](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1030) ([srenatus](https://github.com/srenatus))
> - runtime: stop using nil ponters with Unmarshal [\#1028](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1028) ([johanbrandhorst](https://github.com/johanbrandhorst))
> - Small performance fix [\#1027](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1027) ([freedemster](https://github.com/freedemster))
> - docs need type assertion on proto.Message [\#1026](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1026) ([zachgersh](https://github.com/zachgersh))
> - Update ISSUE\_TEMPLATE.md [\#1014](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1014) ([prologic](https://github.com/prologic))
>
> ## [v1.11.1](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.11.1) (2019-09-02)
> [Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.11.0...v1.11.1)
>
> **Fixed bugs:**
>
> - protoc\_gen\_swagger openapiv2\_field definition ignores the type option [\#1002](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1002)
>
> **Closed issues:**
>
> - AnnotateIncomingContext not declared by package runtime [\#1023](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1023)
> - Fuzzit CI job is failing unexpectedly [\#1019](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1019)
> - Bazel Rule? [\#1010](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1010)
>
> **Merged pull requests:**
>
> - Generate changelog for 1.11.1 [\#1024](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1024) ([johanbrandhorst](https://github.com/johanbrandhorst))
> - Fuzzit: use go-fuzz with go-modules support [\#1022](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1022) ([yevgenypats](https://github.com/yevgenypats))
> ... (truncated)
Commits
- [`2dfdd97`](https://github.com/grpc-ecosystem/grpc-gateway/commit/2dfdd971e2e70fb436ffcdf845b7313c43606848) Generate changelog for 1.11.2
- [`ffa3b83`](https://github.com/grpc-ecosystem/grpc-gateway/commit/ffa3b83af8a47a3d0dcfa110b212ee7ab908d425) protoc-gen-swagger: add support for arbitrary extensions ([#1033](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1033))
- [`6ec92bb`](https://github.com/grpc-ecosystem/grpc-gateway/commit/6ec92bb6ccf3d732ba5650395b965575f3804f98) examples/integration: wait for secondary gateway
- [`d818363`](https://github.com/grpc-ecosystem/grpc-gateway/commit/d818363f3d58d4fb72e612f96afc0e9b9363715c) Update ISSUE_TEMPLATE.md ([#1014](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1014))
- [`5ebe3a8`](https://github.com/grpc-ecosystem/grpc-gateway/commit/5ebe3a8e01b56f67d5f0c6da3a274639e5e1a376) Update README.md
- [`82dc083`](https://github.com/grpc-ecosystem/grpc-gateway/commit/82dc0837d5ecce71198123cbf94fb6eaff7698f6) added additional info for custom http headers ([#1035](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1035))
- [`c53be1d`](https://github.com/grpc-ecosystem/grpc-gateway/commit/c53be1db352f1cd0400a2307ce8b1b9f83be1741) Configure stale[bot]
- [`7f57073`](https://github.com/grpc-ecosystem/grpc-gateway/commit/7f57073b1543f1b5a5077437aa57b92b6cfc04a6) Small performance fix
- [`82d4276`](https://github.com/grpc-ecosystem/grpc-gateway/commit/82d4276e18a5faa30569e4a126f3cd9c88e62a2d) nitpick spacing in other proto files ([#1032](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1032))
- [`3ad0fb9`](https://github.com/grpc-ecosystem/grpc-gateway/commit/3ad0fb96ecfdf73fa2eddb3de116ae98360dbb35) nitpick a_bit_of_everything.proto ([#1030](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1030))
- Additional commits viewable in [compare view](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.8.6...v1.11.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps github.com/grpc-ecosystem/grpc-gateway from 1.8.6 to 1.11.2.
Release notes
*Sourced from [github.com/grpc-ecosystem/grpc-gateway's releases](https://github.com/grpc-ecosystem/grpc-gateway/releases).* > ## v1.11.2 > ## [v1.11.2](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.11.2) (2019-09-20) > [Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.11.1...v1.11.2) > > **Implemented enhancements:** > > - Support specifying servers in the swagger generator [\#891](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/891) > > **Fixed bugs:** > > - Make protoc-gen-swagger build on 1.11 [\#1044](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1044) > - jsonpb panics when using numbers for parsing timestamps [\#1025](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1025) > > **Closed issues:** > > - Interceptors not called when using new RegisterHandler function [\#1043](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1043) > - How to use -grpc-gateway\_out sp that the result is in a specific folder? [\#1042](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1042) > - Is there any way to let json int32 can not accept string in grpc-gateway? [\#1029](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1029) > - Go integration tests are somewhat flaky [\#992](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/992) > > **Merged pull requests:** > > - examples/integration: wait for secondary gateway [\#1039](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1039) ([srenatus](https://github.com/srenatus)) > - Update README.md [\#1038](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1038) ([piengeng](https://github.com/piengeng)) > - Configure stale\[bot\] [\#1036](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1036) ([achew22](https://github.com/achew22)) > - added additional info for custom http headers [\#1035](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1035) ([cemenson](https://github.com/cemenson)) > - protoc-gen-swagger: add support for arbitrary extensions [\#1033](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1033) ([srenatus](https://github.com/srenatus)) > - nitpick spacing in other proto files [\#1032](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1032) ([srenatus](https://github.com/srenatus)) > - nitpick a\_bit\_of\_everything.proto [\#1030](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1030) ([srenatus](https://github.com/srenatus)) > - runtime: stop using nil ponters with Unmarshal [\#1028](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1028) ([johanbrandhorst](https://github.com/johanbrandhorst)) > - Small performance fix [\#1027](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1027) ([freedemster](https://github.com/freedemster)) > - docs need type assertion on proto.Message [\#1026](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1026) ([zachgersh](https://github.com/zachgersh)) > - Update ISSUE\_TEMPLATE.md [\#1014](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1014) ([prologic](https://github.com/prologic)) > > ## v1.11.1 > ## [v1.11.1](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.11.1) (2019-09-02) > [Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.11.0...v1.11.1) > > **Fixed bugs:** > > - protoc\_gen\_swagger openapiv2\_field definition ignores the type option [\#1002](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1002) > > **Closed issues:** > > - AnnotateIncomingContext not declared by package runtime [\#1023](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1023) > - Fuzzit CI job is failing unexpectedly [\#1019](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1019) > - Bazel Rule? [\#1010](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1010) > > **Merged pull requests:** > > ... (truncated)Changelog
*Sourced from [github.com/grpc-ecosystem/grpc-gateway's changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md).* > ## [v1.11.2](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.11.2) (2019-09-20) > [Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.11.1...v1.11.2) > > **Implemented enhancements:** > > - Support specifying servers in the swagger generator [\#891](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/891) > > **Fixed bugs:** > > - Make protoc-gen-swagger build on 1.11 [\#1044](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1044) > - jsonpb panics when using numbers for parsing timestamps [\#1025](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1025) > > **Closed issues:** > > - Interceptors not called when using new RegisterHandler function [\#1043](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1043) > - How to use -grpc-gateway\_out sp that the result is in a specific folder? [\#1042](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1042) > - Is there any way to let json int32 can not accept string in grpc-gateway? [\#1029](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1029) > - Go integration tests are somewhat flaky [\#992](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/992) > > **Merged pull requests:** > > - examples/integration: wait for secondary gateway [\#1039](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1039) ([srenatus](https://github.com/srenatus)) > - Update README.md [\#1038](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1038) ([piengeng](https://github.com/piengeng)) > - Configure stale\[bot\] [\#1036](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1036) ([achew22](https://github.com/achew22)) > - added additional info for custom http headers [\#1035](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1035) ([cemenson](https://github.com/cemenson)) > - protoc-gen-swagger: add support for arbitrary extensions [\#1033](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1033) ([srenatus](https://github.com/srenatus)) > - nitpick spacing in other proto files [\#1032](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1032) ([srenatus](https://github.com/srenatus)) > - nitpick a\_bit\_of\_everything.proto [\#1030](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1030) ([srenatus](https://github.com/srenatus)) > - runtime: stop using nil ponters with Unmarshal [\#1028](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1028) ([johanbrandhorst](https://github.com/johanbrandhorst)) > - Small performance fix [\#1027](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1027) ([freedemster](https://github.com/freedemster)) > - docs need type assertion on proto.Message [\#1026](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1026) ([zachgersh](https://github.com/zachgersh)) > - Update ISSUE\_TEMPLATE.md [\#1014](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1014) ([prologic](https://github.com/prologic)) > > ## [v1.11.1](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.11.1) (2019-09-02) > [Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.11.0...v1.11.1) > > **Fixed bugs:** > > - protoc\_gen\_swagger openapiv2\_field definition ignores the type option [\#1002](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1002) > > **Closed issues:** > > - AnnotateIncomingContext not declared by package runtime [\#1023](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1023) > - Fuzzit CI job is failing unexpectedly [\#1019](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1019) > - Bazel Rule? [\#1010](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1010) > > **Merged pull requests:** > > - Generate changelog for 1.11.1 [\#1024](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1024) ([johanbrandhorst](https://github.com/johanbrandhorst)) > - Fuzzit: use go-fuzz with go-modules support [\#1022](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/pull/1022) ([yevgenypats](https://github.com/yevgenypats)) > ... (truncated)Commits
- [`2dfdd97`](https://github.com/grpc-ecosystem/grpc-gateway/commit/2dfdd971e2e70fb436ffcdf845b7313c43606848) Generate changelog for 1.11.2 - [`ffa3b83`](https://github.com/grpc-ecosystem/grpc-gateway/commit/ffa3b83af8a47a3d0dcfa110b212ee7ab908d425) protoc-gen-swagger: add support for arbitrary extensions ([#1033](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1033)) - [`6ec92bb`](https://github.com/grpc-ecosystem/grpc-gateway/commit/6ec92bb6ccf3d732ba5650395b965575f3804f98) examples/integration: wait for secondary gateway - [`d818363`](https://github.com/grpc-ecosystem/grpc-gateway/commit/d818363f3d58d4fb72e612f96afc0e9b9363715c) Update ISSUE_TEMPLATE.md ([#1014](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1014)) - [`5ebe3a8`](https://github.com/grpc-ecosystem/grpc-gateway/commit/5ebe3a8e01b56f67d5f0c6da3a274639e5e1a376) Update README.md - [`82dc083`](https://github.com/grpc-ecosystem/grpc-gateway/commit/82dc0837d5ecce71198123cbf94fb6eaff7698f6) added additional info for custom http headers ([#1035](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1035)) - [`c53be1d`](https://github.com/grpc-ecosystem/grpc-gateway/commit/c53be1db352f1cd0400a2307ce8b1b9f83be1741) Configure stale[bot] - [`7f57073`](https://github.com/grpc-ecosystem/grpc-gateway/commit/7f57073b1543f1b5a5077437aa57b92b6cfc04a6) Small performance fix - [`82d4276`](https://github.com/grpc-ecosystem/grpc-gateway/commit/82d4276e18a5faa30569e4a126f3cd9c88e62a2d) nitpick spacing in other proto files ([#1032](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1032)) - [`3ad0fb9`](https://github.com/grpc-ecosystem/grpc-gateway/commit/3ad0fb96ecfdf73fa2eddb3de116ae98360dbb35) nitpick a_bit_of_everything.proto ([#1030](https://github-redirect.dependabot.com/grpc-ecosystem/grpc-gateway/issues/1030)) - Additional commits viewable in [compare view](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.8.6...v1.11.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.