Skip to content

Bump grpc.version from 1.37.0 to 1.37.1#15

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/grpc.version-1.37.1
Closed

Bump grpc.version from 1.37.0 to 1.37.1#15
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/grpc.version-1.37.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 17, 2021

Copy link
Copy Markdown
Contributor

Bumps grpc.version from 1.37.0 to 1.37.1.
Updates grpc-netty from 1.37.0 to 1.37.1

Release notes

Sourced from grpc-netty's releases.

v1.37.1

Bug Fixes

  • netty: fixed a bug that client RPCs may fail with a wrong exception with message "Maximum active streams violated for this endpoint" when receiving GOAWAY while MAX_CONCURRENT_STREAMS is reached. After the fix the client RPC should fail with UNAVAILABLE status in such a scenario.
  • grpclb, xds: fixed a day-one issue that the control plane RPC are using the same Context as the inbound application RPC, which can cause control plane RPC aborted when the inbound application RPC completes.
  • xds: fixed a bug that xDS LB policies may process and propagate load balancing state update from its child LB policy after itself being shut down. This can be cascaded and result in hard-to-reason behaviors if any one layer of the LB policies does not clean up its internal state after shutdown.
Commits
  • d897fa0 Bump version to 1.37.1
  • 7084e30 Update README etc to reference 1.37.1
  • 85d1b9f xds: use a standalone Context for xDS control plane RPCs (manual v1.37.x back...
  • d6ab21c grpclb: use a standalone Context for gRPCLB control plane RPCs (v1.37.x backp...
  • 80b97f0 xds: ignore balancing state update from downstream after LB shutdown (v1.37 b...
  • e389c56 core: throw away subchannel references after round_robin is shutdown (#8132) ...
  • d22f93e buildscripts: switch xds-k8s cluster to 1.20.x
  • 737e682 buildscripts: xds-k8s pin pip to 21.0.1
  • 4e98d34 interop-testing: xDS interop app uses AdminInterface
  • 824e5a8 Enable CSDS test
  • Additional commits viewable in compare view

Updates grpc-protobuf from 1.37.0 to 1.37.1

Release notes

Sourced from grpc-protobuf's releases.

v1.37.1

Bug Fixes

  • netty: fixed a bug that client RPCs may fail with a wrong exception with message "Maximum active streams violated for this endpoint" when receiving GOAWAY while MAX_CONCURRENT_STREAMS is reached. After the fix the client RPC should fail with UNAVAILABLE status in such a scenario.
  • grpclb, xds: fixed a day-one issue that the control plane RPC are using the same Context as the inbound application RPC, which can cause control plane RPC aborted when the inbound application RPC completes.
  • xds: fixed a bug that xDS LB policies may process and propagate load balancing state update from its child LB policy after itself being shut down. This can be cascaded and result in hard-to-reason behaviors if any one layer of the LB policies does not clean up its internal state after shutdown.
Commits
  • d897fa0 Bump version to 1.37.1
  • 7084e30 Update README etc to reference 1.37.1
  • 85d1b9f xds: use a standalone Context for xDS control plane RPCs (manual v1.37.x back...
  • d6ab21c grpclb: use a standalone Context for gRPCLB control plane RPCs (v1.37.x backp...
  • 80b97f0 xds: ignore balancing state update from downstream after LB shutdown (v1.37 b...
  • e389c56 core: throw away subchannel references after round_robin is shutdown (#8132) ...
  • d22f93e buildscripts: switch xds-k8s cluster to 1.20.x
  • 737e682 buildscripts: xds-k8s pin pip to 21.0.1
  • 4e98d34 interop-testing: xDS interop app uses AdminInterface
  • 824e5a8 Enable CSDS test
  • Additional commits viewable in compare view

Updates grpc-stub from 1.37.0 to 1.37.1

Release notes

Sourced from grpc-stub's releases.

v1.37.1

Bug Fixes

  • netty: fixed a bug that client RPCs may fail with a wrong exception with message "Maximum active streams violated for this endpoint" when receiving GOAWAY while MAX_CONCURRENT_STREAMS is reached. After the fix the client RPC should fail with UNAVAILABLE status in such a scenario.
  • grpclb, xds: fixed a day-one issue that the control plane RPC are using the same Context as the inbound application RPC, which can cause control plane RPC aborted when the inbound application RPC completes.
  • xds: fixed a bug that xDS LB policies may process and propagate load balancing state update from its child LB policy after itself being shut down. This can be cascaded and result in hard-to-reason behaviors if any one layer of the LB policies does not clean up its internal state after shutdown.
Commits
  • d897fa0 Bump version to 1.37.1
  • 7084e30 Update README etc to reference 1.37.1
  • 85d1b9f xds: use a standalone Context for xDS control plane RPCs (manual v1.37.x back...
  • d6ab21c grpclb: use a standalone Context for gRPCLB control plane RPCs (v1.37.x backp...
  • 80b97f0 xds: ignore balancing state update from downstream after LB shutdown (v1.37 b...
  • e389c56 core: throw away subchannel references after round_robin is shutdown (#8132) ...
  • d22f93e buildscripts: switch xds-k8s cluster to 1.20.x
  • 737e682 buildscripts: xds-k8s pin pip to 21.0.1
  • 4e98d34 interop-testing: xDS interop app uses AdminInterface
  • 824e5a8 Enable CSDS test
  • Additional commits viewable in compare view

Updates grpc-auth from 1.37.0 to 1.37.1

Release notes

Sourced from grpc-auth's releases.

v1.37.1

Bug Fixes

  • netty: fixed a bug that client RPCs may fail with a wrong exception with message "Maximum active streams violated for this endpoint" when receiving GOAWAY while MAX_CONCURRENT_STREAMS is reached. After the fix the client RPC should fail with UNAVAILABLE status in such a scenario.
  • grpclb, xds: fixed a day-one issue that the control plane RPC are using the same Context as the inbound application RPC, which can cause control plane RPC aborted when the inbound application RPC completes.
  • xds: fixed a bug that xDS LB policies may process and propagate load balancing state update from its child LB policy after itself being shut down. This can be cascaded and result in hard-to-reason behaviors if any one layer of the LB policies does not clean up its internal state after shutdown.
Commits
  • d897fa0 Bump version to 1.37.1
  • 7084e30 Update README etc to reference 1.37.1
  • 85d1b9f xds: use a standalone Context for xDS control plane RPCs (manual v1.37.x back...
  • d6ab21c grpclb: use a standalone Context for gRPCLB control plane RPCs (v1.37.x backp...
  • 80b97f0 xds: ignore balancing state update from downstream after LB shutdown (v1.37 b...
  • e389c56 core: throw away subchannel references after round_robin is shutdown (#8132) ...
  • d22f93e buildscripts: switch xds-k8s cluster to 1.20.x
  • 737e682 buildscripts: xds-k8s pin pip to 21.0.1
  • 4e98d34 interop-testing: xDS interop app uses AdminInterface
  • 824e5a8 Enable CSDS test
  • Additional commits viewable in compare view

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)

Bumps `grpc.version` from 1.37.0 to 1.37.1.

Updates `grpc-netty` from 1.37.0 to 1.37.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.37.0...v1.37.1)

Updates `grpc-protobuf` from 1.37.0 to 1.37.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.37.0...v1.37.1)

Updates `grpc-stub` from 1.37.0 to 1.37.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.37.0...v1.37.1)

Updates `grpc-auth` from 1.37.0 to 1.37.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.37.0...v1.37.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 17, 2021
@dependabot @github

dependabot Bot commented on behalf of github May 19, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #17.

@dependabot dependabot Bot closed this May 19, 2021
@dependabot dependabot Bot deleted the dependabot/maven/grpc.version-1.37.1 branch May 19, 2021 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants