Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not set timeout for stream initialization #645

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

DavyJohnes
Copy link
Contributor

@DavyJohnes DavyJohnes commented Sep 18, 2023

Changes

Details of issue can be found here: #636

Verification

@google-cla
Copy link

google-cla bot commented Sep 18, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

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

I'm a bit confused. What is this fixing? Could you link to an issue or a problem you're having?

@DavyJohnes
Copy link
Contributor Author

I'm a bit confused. What is this fixing? Could you link to an issue or a problem you're having?

Actually I've linked issue, where problem is described. But I guess I had to do it more explicitly. Added it to issue description.

Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

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

LGTM

@johanbrandhorst johanbrandhorst merged commit 96ef884 into grpc-ecosystem:main Sep 19, 2023
6 checks passed
@johanbrandhorst
Copy link
Collaborator

Thanks for the link, I had just forgotten about it :)

@DavyJohnes
Copy link
Contributor Author

@johanbrandhorst Hi! Is it possible to perform release, so this commit become available for actual use in my code? :)

@johanbrandhorst
Copy link
Collaborator

oguzhand95 pushed a commit to cerbos/cerbos-sdk-go that referenced this pull request Sep 28, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/cerbos/cerbos/api/genpb](https://github.com/cerbos/cerbos)
| require | digest | `0d63f1e` -> `341baa4` |
|
[github.com/grpc-ecosystem/go-grpc-middleware/v2](https://github.com/grpc-ecosystem/go-grpc-middleware)
| require | patch | `v2.0.0` -> `v2.0.1` |
| [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx)
| require | patch | `v2.0.12` -> `v2.0.13` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | require
| patch | `v1.58.0` -> `v1.58.2` |
|
[gotest.tools/gotestsum](https://github.com/gotestyourself/gotestsum)
| require | minor | `v1.10.1` -> `v1.11.0` |

---

### Release Notes

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

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

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

#### What's Changed

- Fix outdated 'make proto' command by
[@&#8203;takp](https://github.com/takp) in
[grpc-ecosystem/go-grpc-middleware#623
- Fix linting errors by [@&#8203;takp](https://github.com/takp) in
[grpc-ecosystem/go-grpc-middleware#624
- Logging: Add missing variadic operator for fields by
[@&#8203;olivierlemasle](https://github.com/olivierlemasle) in
[grpc-ecosystem/go-grpc-middleware#629
- feat: Support extracting fields from CallMeta by
[@&#8203;fsaintjacques](https://github.com/fsaintjacques) in
[grpc-ecosystem/go-grpc-middleware#628
- Fix "make test" and "make lint" by
[@&#8203;olivierlemasle](https://github.com/olivierlemasle) in
[grpc-ecosystem/go-grpc-middleware#627
- Do not set timeout for stream initialization by
[@&#8203;DavyJohnes](https://github.com/DavyJohnes) in
[grpc-ecosystem/go-grpc-middleware#645
- Add logging option to disable fields in log entry by
[@&#8203;coleenquadros](https://github.com/coleenquadros) in
[grpc-ecosystem/go-grpc-middleware#631
- Update logging adapter docs by
[@&#8203;aboryslawski](https://github.com/aboryslawski) in
[grpc-ecosystem/go-grpc-middleware#647

#### New Contributors

- [@&#8203;takp](https://github.com/takp) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#623
- [@&#8203;olivierlemasle](https://github.com/olivierlemasle) made
their first contribution in
[grpc-ecosystem/go-grpc-middleware#629
- [@&#8203;fsaintjacques](https://github.com/fsaintjacques) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#628
- [@&#8203;DavyJohnes](https://github.com/DavyJohnes) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#645
- [@&#8203;coleenquadros](https://github.com/coleenquadros) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#631
- [@&#8203;aboryslawski](https://github.com/aboryslawski) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#647

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

</details>

<details>
<summary>lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)</summary>

###
[`v2.0.13`](https://github.com/lestrrat-go/jwx/releases/tag/v2.0.13)

[Compare
Source](https://github.com/lestrrat-go/jwx/compare/v2.0.12...v2.0.13)

    v2.0.13 26 Sep 2023
    [New Features]
* [jwk] jwk.Equal has been added. Please note that this is equivalent to
comparing the keys' thumbprints, therefore it does NOT take in
consideration
      non-essential fields.

    [Miscellaneous]
      * Various documentation fixes and additions.

</details>

<details>
<summary>grpc/grpc-go (google.golang.org/grpc)</summary>

### [`v1.58.2`](https://github.com/grpc/grpc-go/releases/tag/v1.58.2):
Release 1.58.2

[Compare
Source](https://github.com/grpc/grpc-go/compare/v1.58.1...v1.58.2)

### Bug Fixes

-   balancer/weighted_round_robin: fix ticker leak on update

A new ticker is created every time there is an update of addresses or
configuration, but was not properly stopped. This change stops the
ticker when it is no longer needed.

### [`v1.58.1`](https://github.com/grpc/grpc-go/releases/tag/v1.58.1):
Release 1.58.1

[Compare
Source](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.1)

##### Bug Fixes

- grpc: fix a bug that was decrementing active RPC count too early for
streaming RPCs; leading to channel moving to IDLE even though it had
open streams
- grpc: fix a bug where transports were not being closed upon channel
entering IDLE

</details>

<details>
<summary>gotestyourself/gotestsum (gotest.tools/gotestsum)</summary>

###
[`v1.11.0`](https://github.com/gotestyourself/gotestsum/releases/tag/v1.11.0)

[Compare
Source](https://github.com/gotestyourself/gotestsum/compare/v1.10.1...v1.11.0)

#### What's Changed

- handle multiple levels in subtest regex generation by
[@&#8203;brycekahle](https://github.com/brycekahle) in
[gotestyourself/gotestsum#342
- rerun-fails: prevent extra runs when a sub-test fails by
[@&#8203;brycekahle](https://github.com/brycekahle) in
[gotestyourself/gotestsum#343
- Add note about binary test result caching by
[@&#8203;nfi-hashicorp](https://github.com/nfi-hashicorp) in
[gotestyourself/gotestsum#350
- dots-v2: hide cursor during output by
[@&#8203;howardjohn](https://github.com/howardjohn) in
[gotestyourself/gotestsum#354
- Export elapsed time to the post-run environment by
[@&#8203;afbjorklund](https://github.com/afbjorklund) in
[gotestyourself/gotestsum#360
- Include test.timeout stack trace in the junit.xml by
[@&#8203;dnephin](https://github.com/dnephin) in
[gotestyourself/gotestsum#357
- Fix dots formats with stderr by
[@&#8203;dnephin](https://github.com/dnephin) in
[gotestyourself/gotestsum#358
- Rename TESTS_ELAPSED environment variable by
[@&#8203;afbjorklund](https://github.com/afbjorklund) in
[gotestyourself/gotestsum#361
- GitHub actions format by
[@&#8203;dnephin](https://github.com/dnephin) in
[gotestyourself/gotestsum#315
- Add the time unit to elapsed time duration by
[@&#8203;afbjorklund](https://github.com/afbjorklund) in
[gotestyourself/gotestsum#363
- Add testdox format by
[@&#8203;bitfield](https://github.com/bitfield) in
[gotestyourself/gotestsum#359
- Add post-run-command notify implementation for linux by
[@&#8203;afbjorklund](https://github.com/afbjorklund) in
[gotestyourself/gotestsum#362
- dotsv2: remove jitters entirely by
[@&#8203;howardjohn](https://github.com/howardjohn) in
[gotestyourself/gotestsum#368

#### New Contributors

- [@&#8203;brycekahle](https://github.com/brycekahle) made their first
contribution in
[gotestyourself/gotestsum#342
- [@&#8203;nfi-hashicorp](https://github.com/nfi-hashicorp) made their
first contribution in
[gotestyourself/gotestsum#350
- [@&#8203;howardjohn](https://github.com/howardjohn) made their first
contribution in
[gotestyourself/gotestsum#354
- [@&#8203;afbjorklund](https://github.com/afbjorklund) made their
first contribution in
[gotestyourself/gotestsum#360
- [@&#8203;bitfield](https://github.com/bitfield) made their first
contribution in
[gotestyourself/gotestsum#359

**Full Changelog**:
gotestyourself/gotestsum@v1.10.1...v1.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cerbos/cerbos-sdk-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to cloudquery/plugin-sdk that referenced this pull request Oct 1, 2023
…/v2 to v2.0.1 (#1261)

This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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.0.1`](https://github.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v2.0.1)

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

##### What's Changed

-   Fix outdated 'make proto' command by [@&#8203;takp](https://github.com/takp) in [grpc-ecosystem/go-grpc-middleware#623
-   Fix linting errors by [@&#8203;takp](https://github.com/takp) in [grpc-ecosystem/go-grpc-middleware#624
-   Logging: Add missing variadic operator for fields by [@&#8203;olivierlemasle](https://github.com/olivierlemasle) in [grpc-ecosystem/go-grpc-middleware#629
-   feat: Support extracting fields from CallMeta by [@&#8203;fsaintjacques](https://github.com/fsaintjacques) in [grpc-ecosystem/go-grpc-middleware#628
-   Fix "make test" and "make lint" by [@&#8203;olivierlemasle](https://github.com/olivierlemasle) in [grpc-ecosystem/go-grpc-middleware#627
-   Do not set timeout for stream initialization by [@&#8203;DavyJohnes](https://github.com/DavyJohnes) in [grpc-ecosystem/go-grpc-middleware#645
-   Add logging option to disable fields in log entry by [@&#8203;coleenquadros](https://github.com/coleenquadros) in [grpc-ecosystem/go-grpc-middleware#631
-   Update logging adapter docs by [@&#8203;aboryslawski](https://github.com/aboryslawski) in [grpc-ecosystem/go-grpc-middleware#647

##### New Contributors

-   [@&#8203;takp](https://github.com/takp) made their first contribution in [grpc-ecosystem/go-grpc-middleware#623
-   [@&#8203;olivierlemasle](https://github.com/olivierlemasle) made their first contribution in [grpc-ecosystem/go-grpc-middleware#629
-   [@&#8203;fsaintjacques](https://github.com/fsaintjacques) made their first contribution in [grpc-ecosystem/go-grpc-middleware#628
-   [@&#8203;DavyJohnes](https://github.com/DavyJohnes) made their first contribution in [grpc-ecosystem/go-grpc-middleware#645
-   [@&#8203;coleenquadros](https://github.com/coleenquadros) made their first contribution in [grpc-ecosystem/go-grpc-middleware#631
-   [@&#8203;aboryslawski](https://github.com/aboryslawski) made their first contribution in [grpc-ecosystem/go-grpc-middleware#647

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

</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 these updates again.

---

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

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
yurishkuro added a commit to jaegertracing/jaeger that referenced this pull request Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware)
| `v1.4.0` -> `v2.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgrpc-ecosystem%2fgo-grpc-middleware/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgrpc-ecosystem%2fgo-grpc-middleware/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgrpc-ecosystem%2fgo-grpc-middleware/v1.4.0/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgrpc-ecosystem%2fgo-grpc-middleware/v1.4.0/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### New Contributors

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

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

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

#### What's Changed

- Fix outdated 'make proto' command by
[@&#8203;takp](https://github.com/takp) in
[grpc-ecosystem/go-grpc-middleware#623
- Fix linting errors by [@&#8203;takp](https://github.com/takp) in
[grpc-ecosystem/go-grpc-middleware#624
- Logging: Add missing variadic operator for fields by
[@&#8203;olivierlemasle](https://github.com/olivierlemasle) in
[grpc-ecosystem/go-grpc-middleware#629
- feat: Support extracting fields from CallMeta by
[@&#8203;fsaintjacques](https://github.com/fsaintjacques) in
[grpc-ecosystem/go-grpc-middleware#628
- Fix "make test" and "make lint" by
[@&#8203;olivierlemasle](https://github.com/olivierlemasle) in
[grpc-ecosystem/go-grpc-middleware#627
- Do not set timeout for stream initialization by
[@&#8203;DavyJohnes](https://github.com/DavyJohnes) in
[grpc-ecosystem/go-grpc-middleware#645
- Add logging option to disable fields in log entry by
[@&#8203;coleenquadros](https://github.com/coleenquadros) in
[grpc-ecosystem/go-grpc-middleware#631
- Update logging adapter docs by
[@&#8203;aboryslawski](https://github.com/aboryslawski) in
[grpc-ecosystem/go-grpc-middleware#647

#### New Contributors

- [@&#8203;takp](https://github.com/takp) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#623
- [@&#8203;olivierlemasle](https://github.com/olivierlemasle) made
their first contribution in
[grpc-ecosystem/go-grpc-middleware#629
- [@&#8203;fsaintjacques](https://github.com/fsaintjacques) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#628
- [@&#8203;DavyJohnes](https://github.com/DavyJohnes) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#645
- [@&#8203;coleenquadros](https://github.com/coleenquadros) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#631
- [@&#8203;aboryslawski](https://github.com/aboryslawski) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#647

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

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

[Compare
Source](https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v1.4.0...v2.0.0)

This is the first stable release of the new v2 release branch 🎉

Many of the interceptors have been rewritten from scratch and the
project has been upgraded to use the Go Protobuf v2 API.

See the project README for details and migration guide. Thanks to all
contributors who made this possible! 💪🏽

#### What's Changed

- Initial change for v2. by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#276
- Updated README with note that it's under development. by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#278
- Fix typo in field extractor (splices -> slices)
([#&#8203;287](https://github.com/grpc-ecosystem/go-grpc-middleware/issues/287))
by [@&#8203;bvwells](https://github.com/bvwells) in
[grpc-ecosystem/go-grpc-middleware#289
- Moved imports to v2; Moved to Go 1.14.2 by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#290
- Formatted code; Added goimports to Makefile, Renamed pb_testproto to
testpb. by [@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#291
- Fixed providers go modules, examples and consistency. by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#292
- added example for AuthFuncOverride v2 branch by
[@&#8203;tegk](https://github.com/tegk) in
[grpc-ecosystem/go-grpc-middleware#294
- Added some description of the Makefile in the contributing.md by
[@&#8203;yashrsharma44](https://github.com/yashrsharma44) in
[grpc-ecosystem/go-grpc-middleware#298
- v2: Add support for the zerolog logging provider by
[@&#8203;irridia](https://github.com/irridia) in
[grpc-ecosystem/go-grpc-middleware#299
- proto: fix gogoproto import by
[@&#8203;johanbrandhorst](https://github.com/johanbrandhorst) in
[grpc-ecosystem/go-grpc-middleware#302
- Retry dial and connection errors for grpc stream. by
[@&#8203;kartlee](https://github.com/kartlee) in
[grpc-ecosystem/go-grpc-middleware#308
- Moved to GH actions; Added lint; Added issue/PR templates. by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#296
- inline localhost certificate into go file by
[@&#8203;bmon](https://github.com/bmon) in
[grpc-ecosystem/go-grpc-middleware#318
- Update streaming interceptor example by
[@&#8203;G07cha](https://github.com/G07cha) in
[grpc-ecosystem/go-grpc-middleware#322
- Do not stop retrying based on earlier good message from the stream by
[@&#8203;kartlee](https://github.com/kartlee) in
[grpc-ecosystem/go-grpc-middleware#323
- test certs - cherry-pick PR325 on v2 by
[@&#8203;dmitris](https://github.com/dmitris) in
[grpc-ecosystem/go-grpc-middleware#331
- add all make target, reword instructions by
[@&#8203;dmitris](https://github.com/dmitris) in
[grpc-ecosystem/go-grpc-middleware#335
- remove 1.12.x from build config for consistency with master by
[@&#8203;dmitris](https://github.com/dmitris) in
[grpc-ecosystem/go-grpc-middleware#337
- \[v2] Fix the special case for jaeger format traceid extraction by
[@&#8203;nvx](https://github.com/nvx) in
[grpc-ecosystem/go-grpc-middleware#340
- \[v2] Fix ctxtags TagBasedRequestFieldExtractor extracting from fields
in a oneof by [@&#8203;nvx](https://github.com/nvx) in
[grpc-ecosystem/go-grpc-middleware#339
- Request Logging by
[@&#8203;yashrsharma44](https://github.com/yashrsharma44) in
[grpc-ecosystem/go-grpc-middleware#311
- Bug fix for data race by
[@&#8203;yashrsharma44](https://github.com/yashrsharma44) in
[grpc-ecosystem/go-grpc-middleware#354
- make ratelimit interface context aware by
[@&#8203;xinxiao](https://github.com/xinxiao) in
[grpc-ecosystem/go-grpc-middleware#367
- Add error param to the decider method of logging middleware by
[@&#8203;yashrsharma44](https://github.com/yashrsharma44) in
[grpc-ecosystem/go-grpc-middleware#372
- \[v2] Add skip interceptor by
[@&#8203;XSAM](https://github.com/XSAM) in
[grpc-ecosystem/go-grpc-middleware#364
- Chain middleware by
[@&#8203;drewwells](https://github.com/drewwells) in
[grpc-ecosystem/go-grpc-middleware#385
- Update travis ci badget to Github actions badge. by
[@&#8203;drewwells](https://github.com/drewwells) in
[grpc-ecosystem/go-grpc-middleware#384
- Upgraded proto related deps: grpc and protobuf; removed gogo from
core. by [@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#321
- improve v2 rate-limiter by
[@&#8203;MalloZup](https://github.com/MalloZup) in
[grpc-ecosystem/go-grpc-middleware#380
- Moved to buf; Added buf lint; Fixed ping service to match standards; …
by [@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#383
- Add timer interface for OpenMetrics(Prometheus) Provider by
[@&#8203;yashrsharma44](https://github.com/yashrsharma44) in
[grpc-ecosystem/go-grpc-middleware#387
- \[Rate-limit provider]: Add token bucket implementation of
rate-limiter by [@&#8203;MalloZup](https://github.com/MalloZup) in
[grpc-ecosystem/go-grpc-middleware#386
- Add OpenMetrics(Prometheus) in the provider module by
[@&#8203;yashrsharma44](https://github.com/yashrsharma44) in
[grpc-ecosystem/go-grpc-middleware#379
- v2: Client unary interceptor timeout on v2 branch by
[@&#8203;instabledesign](https://github.com/instabledesign) in
[grpc-ecosystem/go-grpc-middleware#330
- add onRetryCallback callback function by
[@&#8203;shamil](https://github.com/shamil) in
[grpc-ecosystem/go-grpc-middleware#405
- v2: validator support for protoc-gen-validate 0.6.0 by
[@&#8203;danielhochman](https://github.com/danielhochman) in
[grpc-ecosystem/go-grpc-middleware#418
- v2: Refactor metrics interceptor and fix tests by
[@&#8203;ash2k](https://github.com/ash2k) in
[grpc-ecosystem/go-grpc-middleware#413
- Support customization of timestamp format (v2 branch) by
[@&#8203;stanhu](https://github.com/stanhu) in
[grpc-ecosystem/go-grpc-middleware#399
- Fixed misleading comments in the interceptor file by
[@&#8203;iamrajiv](https://github.com/iamrajiv) in
[grpc-ecosystem/go-grpc-middleware#424
- v2: Switch from github.com/go-kit/kit to github.com/go-kit/log
interfaces by [@&#8203;liggitt](https://github.com/liggitt) in
[grpc-ecosystem/go-grpc-middleware#427
- v2: Add support for the phuslog logging provider by
[@&#8203;ogimenezb](https://github.com/ogimenezb) in
[grpc-ecosystem/go-grpc-middleware#425
- v2:providers/zap: fix caller annotation by
[@&#8203;jkawamoto](https://github.com/jkawamoto) in
[grpc-ecosystem/go-grpc-middleware#432
- Added Dependabot by [@&#8203;iamrajiv](https://github.com/iamrajiv)
in
[grpc-ecosystem/go-grpc-middleware#376
- Added a Copyright check in the Makefile by
[@&#8203;yashrsharma44](https://github.com/yashrsharma44) in
[grpc-ecosystem/go-grpc-middleware#420
- Cleanup v2 with some updates by
[@&#8203;yashrsharma44](https://github.com/yashrsharma44) in
[grpc-ecosystem/go-grpc-middleware#419
- openmetrics: forward server context by
[@&#8203;amenzhinsky](https://github.com/amenzhinsky) in
[grpc-ecosystem/go-grpc-middleware#434
- recovery: change the default behavior by
[@&#8203;amenzhinsky](https://github.com/amenzhinsky) in
[grpc-ecosystem/go-grpc-middleware#439
- Add all-validator support by
[@&#8203;leventeliu](https://github.com/leventeliu) in
[grpc-ecosystem/go-grpc-middleware#443
- Remove backoffutils and added the files to retry package by
[@&#8203;yashrsharma44](https://github.com/yashrsharma44) in
[grpc-ecosystem/go-grpc-middleware#390
- v2:interceptors/logging: allow to separate request response payload
logging by [@&#8203;michaljemala](https://github.com/michaljemala) in
[grpc-ecosystem/go-grpc-middleware#442
- Removed tags; Simplified interceptor code; Added logging fields
editability. by [@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#394
- InterceptorTestSuite client connection optimize by
[@&#8203;HUSTtoKTH](https://github.com/HUSTtoKTH) in
[grpc-ecosystem/go-grpc-middleware#455
- Remove opentracing from go.mod by
[@&#8203;jpkrohling](https://github.com/jpkrohling) in
[grpc-ecosystem/go-grpc-middleware#477
- Replace two old Go versions with two new ones by
[@&#8203;jpkrohling](https://github.com/jpkrohling) in
[grpc-ecosystem/go-grpc-middleware#478
- Move util/metautils to root-level package metadata, fixes
[#&#8203;392](https://github.com/grpc-ecosystem/go-grpc-middleware/issues/392)
by [@&#8203;rahulkhairwar](https://github.com/rahulkhairwar) in
[grpc-ecosystem/go-grpc-middleware#474
- Remove data race from zerolog provider by
[@&#8203;ecordell](https://github.com/ecordell) in
[grpc-ecosystem/go-grpc-middleware#487
- Update provider/kit by
[@&#8203;metalmatze](https://github.com/metalmatze) in
[grpc-ecosystem/go-grpc-middleware#490
- Refactor tracing interceptor by
[@&#8203;XSAM](https://github.com/XSAM) in
[grpc-ecosystem/go-grpc-middleware#450
- Add opentracing provider by [@&#8203;XSAM](https://github.com/XSAM)
in
[grpc-ecosystem/go-grpc-middleware#492
- update phuslog to fix typo by
[@&#8203;ogimenezb](https://github.com/ogimenezb) in
[grpc-ecosystem/go-grpc-middleware#499
- Added logr as logging Library provider by
[@&#8203;mcdoker18](https://github.com/mcdoker18) in
[grpc-ecosystem/go-grpc-middleware#510
- ✨ new feat: selector middleware by
[@&#8203;aimuz](https://github.com/aimuz) in
[grpc-ecosystem/go-grpc-middleware#511
- Add 1.18.x and 1.19.x unit tests by
[@&#8203;aimuz](https://github.com/aimuz) in
[grpc-ecosystem/go-grpc-middleware#513
- change the doc.go to the latest format by
[@&#8203;aimuz](https://github.com/aimuz) in
[grpc-ecosystem/go-grpc-middleware#512
- fix provider examples by
[@&#8203;forsaken628](https://github.com/forsaken628) in
[grpc-ecosystem/go-grpc-middleware#529
- docs: add `logging.InjectFields` usage description by
[@&#8203;aimuz](https://github.com/aimuz) in
[grpc-ecosystem/go-grpc-middleware#541
- Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0
by [@&#8203;dependabot](https://github.com/dependabot) in
[grpc-ecosystem/go-grpc-middleware#537
- v2: All for v2: Exemplars, Cleanup, Docs, Lint, Proto upgrades and
more by [@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#543
- \[interceptors/validator] feat: add error logging in validator by
[@&#8203;rohanraj7316](https://github.com/rohanraj7316) in
[grpc-ecosystem/go-grpc-middleware#544
- fix auto-generated docs by
[@&#8203;peczenyj](https://github.com/peczenyj) in
[grpc-ecosystem/go-grpc-middleware#548
- fix vulnerability GO-2022-0603 by
[@&#8203;peczenyj](https://github.com/peczenyj) in
[grpc-ecosystem/go-grpc-middleware#549
- add support to trace on grpc_logrus.DefaultMessageProducer by
[@&#8203;peczenyj](https://github.com/peczenyj) in
[grpc-ecosystem/go-grpc-middleware#547
- Simplified logging middleware; Fields are now "any" type; Moved
logging providers to examples only. by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#552
- Removed deciders; Cleaned up validators. by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#554
- Adjustments to README and consistency of callback options. by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#555
- Merge v2 into main (with -X theirs) by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#556
- Bump golang.org/x/net from 0.5.0 to 0.7.0 in /providers/prometheus by
[@&#8203;dependabot](https://github.com/dependabot) in
[grpc-ecosystem/go-grpc-middleware#561
- Fix overwritten logger in zerolog example by
[@&#8203;longshine](https://github.com/longshine) in
[grpc-ecosystem/go-grpc-middleware#574
- Changed for for mapping fields, different var for logger in zap
example by [@&#8203;MichalFikejs](https://github.com/MichalFikejs) in
[grpc-ecosystem/go-grpc-middleware#581
- cleanup: no cap definition required by
[@&#8203;aimuz](https://github.com/aimuz) in
[grpc-ecosystem/go-grpc-middleware#582
- providers/prometheus: Add WithHistogramOpts for native histograms by
[@&#8203;metalmatze](https://github.com/metalmatze) in
[grpc-ecosystem/go-grpc-middleware#584
- fix: Refactor logger initialization in example_test.go by
[@&#8203;aimuz](https://github.com/aimuz) in
[grpc-ecosystem/go-grpc-middleware#580
- Minor code cleanups by [@&#8203;ash2k](https://github.com/ash2k) in
[grpc-ecosystem/go-grpc-middleware#586
- fix prometheus interceptors not converting context errors to gRPC
codes by [@&#8203;vtermanis](https://github.com/vtermanis) in
[grpc-ecosystem/go-grpc-middleware#571
- Update README.md by [@&#8203;bwplotka](https://github.com/bwplotka)
in
[grpc-ecosystem/go-grpc-middleware#600
- Update PULL_REQUEST_TEMPLATE.md by
[@&#8203;bwplotka](https://github.com/bwplotka) in
[grpc-ecosystem/go-grpc-middleware#601
- Add Client rate limit interceptors 520 by
[@&#8203;rahulkhairwar](https://github.com/rahulkhairwar) in
[grpc-ecosystem/go-grpc-middleware#599
- Use default go errors package instead of github.com/pkg/errors by
[@&#8203;rifkyazizf](https://github.com/rifkyazizf) in
[grpc-ecosystem/go-grpc-middleware#608
- fix bug : should drain channel of timer after stop by
[@&#8203;ikenchina](https://github.com/ikenchina) in
[grpc-ecosystem/go-grpc-middleware#612
- feat: add interceptor for bufbuild/protovalidate by
[@&#8203;gvencadze](https://github.com/gvencadze) in
[grpc-ecosystem/go-grpc-middleware#614
- Enhancement: Introduce Option Interface for Future Interceptor
Customization by
[@&#8203;elliotmjackson](https://github.com/elliotmjackson) in
[grpc-ecosystem/go-grpc-middleware#615

#### New Contributors

- [@&#8203;irridia](https://github.com/irridia) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#299
- [@&#8203;xinxiao](https://github.com/xinxiao) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#367
- [@&#8203;XSAM](https://github.com/XSAM) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#364
- [@&#8203;MalloZup](https://github.com/MalloZup) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#380
- [@&#8203;instabledesign](https://github.com/instabledesign) made
their first contribution in
[grpc-ecosystem/go-grpc-middleware#330
- [@&#8203;shamil](https://github.com/shamil) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#405
- [@&#8203;ash2k](https://github.com/ash2k) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#413
- [@&#8203;ogimenezb](https://github.com/ogimenezb) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#425
- [@&#8203;amenzhinsky](https://github.com/amenzhinsky) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#434
- [@&#8203;leventeliu](https://github.com/leventeliu) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#443
- [@&#8203;michaljemala](https://github.com/michaljemala) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#442
- [@&#8203;HUSTtoKTH](https://github.com/HUSTtoKTH) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#455
- [@&#8203;jpkrohling](https://github.com/jpkrohling) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#477
- [@&#8203;rahulkhairwar](https://github.com/rahulkhairwar) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#474
- [@&#8203;ecordell](https://github.com/ecordell) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#487
- [@&#8203;metalmatze](https://github.com/metalmatze) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#490
- [@&#8203;mcdoker18](https://github.com/mcdoker18) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#510
- [@&#8203;aimuz](https://github.com/aimuz) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#511
- [@&#8203;forsaken628](https://github.com/forsaken628) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#529
- [@&#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#537
- [@&#8203;rohanraj7316](https://github.com/rohanraj7316) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#544
- [@&#8203;peczenyj](https://github.com/peczenyj) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#548
- [@&#8203;longshine](https://github.com/longshine) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#574
- [@&#8203;MichalFikejs](https://github.com/MichalFikejs) made their
first contribution in
[grpc-ecosystem/go-grpc-middleware#581
- [@&#8203;vtermanis](https://github.com/vtermanis) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#571
- [@&#8203;rifkyazizf](https://github.com/rifkyazizf) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#608
- [@&#8203;ikenchina](https://github.com/ikenchina) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#612
- [@&#8203;gvencadze](https://github.com/gvencadze) made their first
contribution in
[grpc-ecosystem/go-grpc-middleware#614
- [@&#8203;elliotmjackson](https://github.com/elliotmjackson) made
their first contribution in
[grpc-ecosystem/go-grpc-middleware#615

**Full Changelog**:
grpc-ecosystem/go-grpc-middleware@v1.4.0...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/jaegertracing/jaeger).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->

---------

Signed-off-by: Mend Renovate <bot@renovateapp.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <github@ysh.us>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants