Skip to content

Commit

Permalink
fix(deps): Update module github.com/grpc-ecosystem/go-grpc-middleware…
Browse files Browse the repository at this point in the history
…/v2 to v2.1.0 (#1589)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://togithub.com/grpc-ecosystem/go-grpc-middleware) | require | minor | `v2.0.1` -> `v2.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)</summary>

### [`v2.1.0`](https://togithub.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v2.1.0)

[Compare Source](https://togithub.com/grpc-ecosystem/go-grpc-middleware/compare/v2.0.1...v2.1.0)

#### What's Changed

-   Support for subsystem in grpc prometheus counter and histogram metrics by [@&#8203;rohsaini](https://togithub.com/rohsaini) in [grpc-ecosystem/go-grpc-middleware#643
-   doc: update client interceptors chaining example with grpc functions by [@&#8203;dethi](https://togithub.com/dethi) in [grpc-ecosystem/go-grpc-middleware#669
-   adds fields from durationFieldFunc to request/response log entries by [@&#8203;vroldanbet](https://togithub.com/vroldanbet) in [grpc-ecosystem/go-grpc-middleware#670
-   add doc for disabling log opts by [@&#8203;coleenquadros](https://togithub.com/coleenquadros) in [grpc-ecosystem/go-grpc-middleware#680
-   Middleware for determining the real ip of the client by [@&#8203;MadsRC](https://togithub.com/MadsRC) in [grpc-ecosystem/go-grpc-middleware#682
-   protovalidate: add option to ignore certain message types by [@&#8203;igor-tsiglyar](https://togithub.com/igor-tsiglyar) in [grpc-ecosystem/go-grpc-middleware#684
-   Update README.md by [@&#8203;zeroboo](https://togithub.com/zeroboo) in [grpc-ecosystem/go-grpc-middleware#688
-   Fix `InitializeMetrics` signature to allow use with `xds.GRPCServer` by [@&#8203;bozaro](https://togithub.com/bozaro) in [grpc-ecosystem/go-grpc-middleware#689
-   Support retriable func condition by [@&#8203;tamayika](https://togithub.com/tamayika) in [grpc-ecosystem/go-grpc-middleware#687
-   Extend realip parsing of GRPC peer address to handle IPv6 by [@&#8203;surik](https://togithub.com/surik) in [grpc-ecosystem/go-grpc-middleware#692
-   Fix logging Example : log only first field by [@&#8203;arckadious](https://togithub.com/arckadious) in [grpc-ecosystem/go-grpc-middleware#694
-   Extent realip interceptors with ip selection based on proxy count and list by [@&#8203;surik](https://togithub.com/surik) in [grpc-ecosystem/go-grpc-middleware#695
-   Fix for vulnerability CVE-2023-44487 by [@&#8203;vkaushik](https://togithub.com/vkaushik) in [grpc-ecosystem/go-grpc-middleware#696

#### New Contributors

-   [@&#8203;rohsaini](https://togithub.com/rohsaini) made their first contribution in [grpc-ecosystem/go-grpc-middleware#643
-   [@&#8203;dethi](https://togithub.com/dethi) made their first contribution in [grpc-ecosystem/go-grpc-middleware#669
-   [@&#8203;vroldanbet](https://togithub.com/vroldanbet) made their first contribution in [grpc-ecosystem/go-grpc-middleware#670
-   [@&#8203;MadsRC](https://togithub.com/MadsRC) made their first contribution in [grpc-ecosystem/go-grpc-middleware#682
-   [@&#8203;igor-tsiglyar](https://togithub.com/igor-tsiglyar) made their first contribution in [grpc-ecosystem/go-grpc-middleware#684
-   [@&#8203;zeroboo](https://togithub.com/zeroboo) made their first contribution in [grpc-ecosystem/go-grpc-middleware#688
-   [@&#8203;bozaro](https://togithub.com/bozaro) made their first contribution in [grpc-ecosystem/go-grpc-middleware#689
-   [@&#8203;tamayika](https://togithub.com/tamayika) made their first contribution in [grpc-ecosystem/go-grpc-middleware#687
-   [@&#8203;surik](https://togithub.com/surik) made their first contribution in [grpc-ecosystem/go-grpc-middleware#692
-   [@&#8203;arckadious](https://togithub.com/arckadious) made their first contribution in [grpc-ecosystem/go-grpc-middleware#694
-   [@&#8203;vkaushik](https://togithub.com/vkaushik) made their first contribution in [grpc-ecosystem/go-grpc-middleware#696

**Full Changelog**: grpc-ecosystem/go-grpc-middleware@v2.0.1...v2.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot committed Apr 1, 2024
1 parent 88ec704 commit 5dfa082
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/simple_plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require (
github.com/google/flatbuffers v23.5.26+incompatible // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/simple_plugin/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ github.com/gorilla/css v1.0.1 h1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8=
github.com/gorilla/css v1.0.1/go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A3b0=
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 h1:HcUWd006luQPljE73d5sk+/VgYPGUReEVz2y1/qylwY=
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1/go.mod h1:w9Y7gY31krpLmrVU5ZPG9H7l9fZuRu5/3R3S3FMtVQ4=
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 h1:pRhl55Yx1eC7BZ1N+BBWwnKaMyD8uC+34TLdndZMAKk=
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0/go.mod h1:XKMd7iuf/RGPSMJ/U4HP0zS2Z9Fh8Ps9a+6X26m/tmI=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg=
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/goccy/go-json v0.10.2
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
github.com/invopop/jsonschema v0.10.0
github.com/rs/zerolog v1.29.1
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ github.com/gorilla/css v1.0.1 h1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8=
github.com/gorilla/css v1.0.1/go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A3b0=
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 h1:HcUWd006luQPljE73d5sk+/VgYPGUReEVz2y1/qylwY=
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1/go.mod h1:w9Y7gY31krpLmrVU5ZPG9H7l9fZuRu5/3R3S3FMtVQ4=
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 h1:pRhl55Yx1eC7BZ1N+BBWwnKaMyD8uC+34TLdndZMAKk=
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0/go.mod h1:XKMd7iuf/RGPSMJ/U4HP0zS2Z9Fh8Ps9a+6X26m/tmI=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg=
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
Expand Down

1 comment on commit 5dfa082

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 90.29

Please sign in to comment.