Skip to content

Commit

Permalink
fix(deps): update module google.golang.org/grpc to v1.66.0 (#371)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

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

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

### New Features

-   metadata: stabilize `ValueFromIncomingContext` ([#&#8203;7368](https://github.com/grpc/grpc-go/issues/7368))
    -   Special Thanks: [@&#8203;KarthikReddyPuli](https://github.com/KarthikReddyPuli)
-   client: stabilize the `WaitForStateChange` and `GetState` methods, which were previously experimental. ([#&#8203;7425](https://github.com/grpc/grpc-go/issues/7425))
-   xds: Implement ADS flow control mechanism ([#&#8203;7458](https://github.com/grpc/grpc-go/issues/7458))
    -   See [grpc/grpc#34099 for context.
-   balancer/rls: Add metrics for data cache and picker internals ([#&#8203;7484](https://github.com/grpc/grpc-go/issues/7484), [#&#8203;7495](https://github.com/grpc/grpc-go/issues/7495))
-   xds: LRS load reports now include the `total_issued_requests` field. ([#&#8203;7544](https://github.com/grpc/grpc-go/issues/7544))

### Bug Fixes

-   grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the [gRPC compression spec](https://github.com/grpc/grpc/blob/master/doc/compression.md#compression-method-asymmetry-between-peers). ([#&#8203;7461](https://github.com/grpc/grpc-go/issues/7461))
    -   Special Thanks: [@&#8203;Gayathri625](https://github.com/Gayathri625)
-   transport: Fix a bug which could result in writes busy looping when the underlying `conn.Write` returns errors ([#&#8203;7394](https://github.com/grpc/grpc-go/issues/7394))
    -   Special Thanks: [@&#8203;veshij](https://github.com/veshij)
-   client: fix race that could lead to orphaned connections and associated resources. ([#&#8203;7390](https://github.com/grpc/grpc-go/issues/7390))
-   xds:  use locality from the connected address for load reporting with pick_first ([#&#8203;7378](https://github.com/grpc/grpc-go/issues/7378))
    -   without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
-   client: prevent hanging during ClientConn.Close() when the network is unreachable ([#&#8203;7540](https://github.com/grpc/grpc-go/issues/7540))

### Performance Improvements

-   transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. ([#&#8203;7424](https://github.com/grpc/grpc-go/issues/7424))
-   codec: Implement a new `Codec` which uses buffer recycling for encoded message ([#&#8203;7356](https://github.com/grpc/grpc-go/issues/7356))
    -   introduce a `mem` package to facilitate buffer reuse ([#&#8203;7432](https://github.com/grpc/grpc-go/issues/7432))
    -   Special Thanks: [@&#8203;PapaCharlie](https://github.com/PapaCharlie)

</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.

---

 - [ ] 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/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] committed Aug 31, 2024
1 parent 2c9a379 commit f14a711
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulumi-language-wasm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/golang/protobuf v1.5.4
github.com/pkg/errors v0.9.1
github.com/pulumi/pulumi/sdk/v3 v3.130.0
google.golang.org/grpc v1.65.0
google.golang.org/grpc v1.66.0
google.golang.org/protobuf v1.34.2
)

Expand Down Expand Up @@ -88,7 +88,7 @@ require (
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/frand v1.4.2 // indirect
Expand Down
4 changes: 4 additions & 0 deletions pulumi-language-wasm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 h1:
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 h1:Zy9XzmMEflZ/MAaA7vNcoebnRAld7FsPW1EeBB7V0m8=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157/go.mod h1:EfXuqaE1J41VCDicxHzUDm+8rk+7ZdXzHV0IhO/I6s0=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 h1:1GBuWVLM/KMVUv1t1En5Gs+gFZCNd360GGb4sSxtrhU=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117/go.mod h1:EfXuqaE1J41VCDicxHzUDm+8rk+7ZdXzHV0IhO/I6s0=
google.golang.org/grpc v1.57.2 h1:uw37EN34aMFFXB2QPW7Tq6tdTbind1GpRxw5aOX3a5k=
google.golang.org/grpc v1.57.2/go.mod h1:Sd+9RMTACXwmub0zcNY2c4arhtrbBYD1AUHI/dt16Mo=
google.golang.org/grpc v1.62.1 h1:B4n+nfKzOICUXMgyrNd19h/I9oH0L1pizfk1d4zSgTk=
Expand All @@ -651,6 +653,8 @@ google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=
google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg=
google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=
google.golang.org/grpc v1.65.0/go.mod h1:WgYC2ypjlB0EiQi6wdKixMqukr6lBc0Vo+oOgjrM5ZQ=
google.golang.org/grpc v1.66.0 h1:DibZuoBznOxbDQxRINckZcUvnCEvrW9pcWIE2yF9r1c=
google.golang.org/grpc v1.66.0/go.mod h1:s3/l6xSSCURdVfAnL+TqCNMyTDAGN6+lZeVxnZR128Y=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
Expand Down

0 comments on commit f14a711

Please sign in to comment.