Commit 26494cb
authored
fix(deps): update docs (#4540)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) | Type |
Update |
|---|---|---|---|---|---|
|
[github.com/grpc-ecosystem/grpc-gateway/v2](https://redirect.github.com/grpc-ecosystem/grpc-gateway)
| `v2.27.3` → `v2.28.0` |

|

| require | minor |
| [go](https://go.dev/)
([source](https://redirect.github.com/golang/go)) | `1.25.7` → `1.26.0`
|

|

| golang | minor |
|
[google.golang.org/grpc/cmd/protoc-gen-go-grpc](https://redirect.github.com/grpc/grpc-go)
| `v1.6.0` → `v1.6.1` |

|

| require | patch |
| http_parser.rb | `"~> 0.6.0"` → `"~> 0.8.0"` |

|

| | patch |
---
### Release Notes
<details>
<summary>grpc-ecosystem/grpc-gateway
(github.com/grpc-ecosystem/grpc-gateway/v2)</summary>
###
[`v2.28.0`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.28.0)
[Compare
Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.8...v2.28.0)
#### What's Changed
- feat: add option to disable chunked headers by
[@​irenarindos](https://redirect.github.com/irenarindos) in
[#​6354](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6354)
- fix(protoc-gen-openapiv2): fix panic on enum resolution in nested
messages by [@​franchb](https://redirect.github.com/franchb) in
[#​6367](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6367)
#### New Contributors
- [@​irenarindos](https://redirect.github.com/irenarindos) made
their first contribution in
[#​6354](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6354)
**Full Changelog**:
<grpc-ecosystem/grpc-gateway@v2.27.8...v2.28.0>
###
[`v2.27.8`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.8)
[Compare
Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.7...v2.27.8)
#### What's Changed
- Fix opaque missing imports casing by
[@​kellen-miller](https://redirect.github.com/kellen-miller) in
[#​6304](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6304)
- Revert "fix(protoc-gen-openapiv2): prevent panic when generating
OpenAPI for multiple files" by
[@​johanbrandhorst](https://redirect.github.com/johanbrandhorst)
in
[#​6309](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6309)
- fix(protoc-gen-openapiv2): fix naming cache for multi-file generation
by [@​franchb](https://redirect.github.com/franchb) in
[#​6315](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6315)
- fix(openapiv2): exclude oneof fields from required with proto3 field
semantics by [@​sessa](https://redirect.github.com/sessa) in
[#​6335](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6335)
#### New Contributors
- [@​sessa](https://redirect.github.com/sessa) made their first
contribution in
[#​6335](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6335)
**Full Changelog**:
<grpc-ecosystem/grpc-gateway@v2.27.7...v2.27.8>
###
[`v2.27.7`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.7)
[Compare
Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.6...v2.27.7)
Re-release of v2.26.7 as v2.27.7 for correct semver ordering.
###
[`v2.27.6`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.6)
[Compare
Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.5...v2.27.6)
#### What's Changed
- feat(generator): harden opaque imports and fix snake case to go casing
by [@​kellen-miller](https://redirect.github.com/kellen-miller) in
[#​6279](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6279)
- fix(protoc-gen-openapiv2): prevent panic when generating OpenAPI for
multiple files by [@​franchb](https://redirect.github.com/franchb)
in
[#​6275](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6275)
#### New Contributors
- [@​franchb](https://redirect.github.com/franchb) made their
first contribution in
[#​6275](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6275)
**Full Changelog**:
<grpc-ecosystem/grpc-gateway@v2.27.5...v2.27.6>
###
[`v2.27.5`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.5)
[Compare
Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.4...v2.27.5)
#### What's Changed
- Issue5799 by
[@​rohitlohar45](https://redirect.github.com/rohitlohar45) in
[#​6123](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6123)
- fix: Add example repo in Java to README by
[@​majiayu000](https://redirect.github.com/majiayu000) in
[#​6199](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6199)
- fix: Use `summary/description` instead of title for field comments in
`openapi` gen by
[@​iamrajiv](https://redirect.github.com/iamrajiv) in
[#​6223](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6223)
- fix(gengateway): use pointer for bodyData in OpaqueAPI PATCH requests
by [@​kop](https://redirect.github.com/kop) in
[#​6246](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6246)
- fix(gengateway): use opaque chain for setting path params by
[@​kellen-miller](https://redirect.github.com/kellen-miller) in
[#​6215](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6215)
#### New Contributors
- [@​majiayu000](https://redirect.github.com/majiayu000) made
their first contribution in
[#​6199](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6199)
- [@​kellen-miller](https://redirect.github.com/kellen-miller)
made their first contribution in
[#​6215](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6215)
**Full Changelog**:
<grpc-ecosystem/grpc-gateway@v2.27.4...v2.27.5>
###
[`v2.27.4`](https://redirect.github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.4)
[Compare
Source](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.3...v2.27.4)
#### What's Changed
- feat: support deprecated field for OpenAPI parameters by
[@​lachlancooper](https://redirect.github.com/lachlancooper) in
[#​6068](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6068)
- fix(openapiv2): Invalid entries in body parameter schema required
array when using `body: "field_name"` by
[@​rdark](https://redirect.github.com/rdark) in
[#​6088](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6088)
- fix(openapiv2): prevent nested required fields hoisting to parent
schema by [@​rdark](https://redirect.github.com/rdark) in
[#​6078](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6078)
- \[issue-6080] Fix strict `no-$ref-siblings` rule violations by
[@​jgreffe](https://redirect.github.com/jgreffe) in
[#​6099](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6099)
- Dockerfile: upgrade openjdk version by
[@​johanbrandhorst](https://redirect.github.com/johanbrandhorst)
in
[#​6130](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6130)
- fix: Exclude methods without HTTP bindings from OpenAPI definitions by
[@​iamrajiv](https://redirect.github.com/iamrajiv) in
[#​6030](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6030)
- Add note about Authorization header forwarding by
[@​MicahParks](https://redirect.github.com/MicahParks) in
[#​6185](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6185)
- fix(gengateway): correct body field decoding in opaque API mode by
[@​kop](https://redirect.github.com/kop) in
[#​6197](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6197)
#### New Contributors
- [@​lachlancooper](https://redirect.github.com/lachlancooper)
made their first contribution in
[#​6068](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6068)
- [@​rdark](https://redirect.github.com/rdark) made their first
contribution in
[#​6088](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6088)
- [@​jgreffe](https://redirect.github.com/jgreffe) made their
first contribution in
[#​6099](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6099)
- [@​MicahParks](https://redirect.github.com/MicahParks) made
their first contribution in
[#​6185](https://redirect.github.com/grpc-ecosystem/grpc-gateway/pull/6185)
**Full Changelog**:
<grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4>
</details>
<details>
<summary>golang/go (go)</summary>
###
[`v1.26.0`](https://redirect.github.com/golang/go/compare/go1.25.7...go1.26rc2)
</details>
<details>
<summary>grpc/grpc-go
(google.golang.org/grpc/cmd/protoc-gen-go-grpc)</summary>
###
[`v1.6.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/cmd/protoc-gen-go-grpc/v1.6.1):
protoc-gen-go-grpc v1.6.1
### Bug Fixes
- Upgrade protobuf dependency to v1.36.11 to fix missing go\_package
errors for Editions feature protos (e.g. cpp\_features.proto).
([#​8853](https://redirect.github.com/grpc/grpc-go/issues/8853))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, Automerge - 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/google/osv.dev).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->1 parent 1c210c7 commit 26494cb
4 files changed
Lines changed: 26 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments