Skip to content

build(deps): bump grpc-bom from 1.21.1 to 1.50.0#280

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.grpc-grpc-bom-1.50.0
Closed

build(deps): bump grpc-bom from 1.21.1 to 1.50.0#280
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.grpc-grpc-bom-1.50.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Oct 11, 2022

Bumps grpc-bom from 1.21.1 to 1.50.0.

Release notes

Sourced from grpc-bom's releases.

v1.49.2

Dependencies

  • Bump protobuf to 3.21.7

v1.49.1

Bug Fixes

  • xds: Fix a bug in ring-hash load balancing policy that, during TRANSIENT_FAILURE state, it might cause unnecessary internal connection requests on subchannels. (#9537)
  • auth: Fix AppEngine failing while retrieving access token when instantiating a blocking stub using AppEngineCredentials (#9524)

Behavior Changes

v1.49.0

New Features

  • okhttp: Add OkHttpServerBuilder. The server can be used directly, but is not yet available via ServerBuilder.forPort() and Grpc.newServerBuilderForPort(). It passes our tests, but has seen no real-world use. It is also lacking connection management features
  • okhttp: Add support for byte-based private keys via TlsChannelCredentials and TlsServerCredentials
  • core: New outlier detection load balancer
  • googleapis: google-c2p resolver is now stabilized

Bug Fixes

  • core: Fix retry causing memory leak for canceled RPCs. (#9360)
  • core: Use SyncContext for InProcess transport callbacks to avoid deadlocks. This fixes the long-standing issue #3084 which prevented using directExecutor() in some tests using streaming RPCs
  • core: Disable retries with in-process transport by default (#9361). In-process does not compute message sizes so can retain excessive amounts of memory
  • bazel: Use valid target name for services and xds when overriding Maven targets (#9422). This fixes an error of the form no such target '@io_grpc_grpc_java//services:services' for services and missing ORCA classes for xds. The wrong target names were introduced in 1.47.0
  • xds: channel_id hash policy now uses a random per-channel id instead of an incrementing one. The incrementing id was the same for every process of a binary, which was not the intention (#9453)
  • core: Fix a bug that the server stream should not deliver halfClose() when the call is immediately canceled. The bug causes a bad message INTERNAL, desc: Half-closed without a request at server call. (#9362)
  • xds: Remove shaded orca proto dependency in ORCA api. The shading was broken and couldn't really be used. (#9366)

Behavior Changes

  • gcp-observability: Interceptors are now injected in more situations, including for non-Netty transports and when using transport-specific APIs like NettyChannelBuilder. (#9309 #9312 #9424)
  • gcp-observability: custom tags now extended to metrics and traces (#9402 #9407)
  • gcp-observability: excludes RPCs into Google Cloud Ops backend for instrumentation (#9436)
  • xds: xdsNameResolver now matches channel overrideAuthority in virtualHost matching (#9405)

Acknowledgement

@​benjaminp @​j-min5u

v1.48.2

Bug Fixes

  • xds: Fix a bug in ring-hash load balancing policy that, during TRANSIENT_FAILURE state, it might cause unnecessary internal connection requests on subchannels. (grpc/grpc-java#9537)
  • auth: Fix AppEngine failing while retrieving access token when instantiating a blocking stub using AppEngineCredentials (grpc/grpc-java#9524)
  • xds: channel_id hash policy now uses a random per-channel id instead of an incrementing one. The incrementing id was the same for every process of a binary, which was not the intention (grpc/grpc-java#9453)
  • bazel: Use valid target name for services and xds when overriding Maven targets (grpc/grpc-java#9422). This fixes an error of the form no such target '@​io_grpc_grpc_java//services:services' for services and missing ORCA classes for xds. The wrong target names were introduced in 1.47.0

Dependencies

... (truncated)

Commits
  • df9670d Bump version to 1.50.0
  • 3aa8868 Update README etc to reference 1.50.0
  • 69e86b9 okhttp: Add client transport proxy socket timeout (#9586)
  • ce5f789 Use Protobuf 21.7 in our code generator
  • d211b54 Bump Protobuf to 3.21.7
  • e998955 xds: Avoid NPE from update after removing subscriptions
  • 6f8e44a xds: security code refactoring/renaming (#9555)
  • 0cda133 observability: replace current OpenCensus registerAllGrpcViews with only sele...
  • 2289956 core: outlier_detection LB to use acceptResolvedAddresses() (#9557)
  • 8925696 Revert "xds: prevent concurrent priority LB picker updates (#9363)" (#9554)
  • Additional commits viewable in compare view

Dependabot compatibility score

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-bom](https://github.com/grpc/grpc-java) from 1.21.1 to 1.50.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.21.1...v1.50.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added java Pull requests that update Java code java dependencies labels Oct 11, 2022
@viezly
Copy link
Copy Markdown

viezly bot commented Oct 11, 2022

Pull request by bot. No need to analyze

@runforesight
Copy link
Copy Markdown

runforesight bot commented Oct 11, 2022

Foresight Workflow Report

Check URLs from changed files workflow has finished in 37 seconds and finished at 11th Oct, 2022. Conclusion: SUCCESS. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
job -     🔗  N/A N/A See Details

Codespell workflow has finished in 51 seconds and finished at 11th Oct, 2022. Conclusion: FAILURE. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
codespell codespell     🔗  N/A N/A See Details

Check for broken links workflow has finished in 45 seconds and finished at 11th Oct, 2022. Conclusion: SUCCESS. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
Check for broken links in readme.md -     🔗  N/A N/A See Details

Validate Gradle wrapper workflow has finished in 51 seconds and finished at 11th Oct, 2022. Conclusion: SUCCESS. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
Validation -     🔗  N/A N/A See Details

Commitlint workflow has finished in 1 minute 1 second and finished at 11th Oct, 2022. Conclusion: SUCCESS. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
lint -     🔗  N/A N/A See Details

Welcome a first-time contributor workflow has finished in 1 minute 3 seconds and finished at 11th Oct, 2022. Conclusion: SUCCESS. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
welcome -     🔗  N/A N/A See Details

Lint Code Base workflow has finished in 1 minute 34 seconds and finished at 11th Oct, 2022. Conclusion: FAILURE. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
Lint Code Base Lint Code Base     🔗  N/A N/A See Details

Checks workflow has finished in 1 minute 51 seconds and finished at 11th Oct, 2022. Conclusion: FAILURE. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
gradle Run build     🔗  N/A N/A See Details

Pre Merge Checks workflow has finished in 2 minutes 45 seconds and finished at 11th Oct, 2022. Conclusion: FAILURE. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
compile-test-snippets Build and compile test snippets     🔗  N/A N/A See Details
gradle (ubuntu-latest, 8) Build project     🔗  N/A N/A See Details
gradle (ubuntu-latest, 11) Build project     🔗  N/A N/A See Details
gradle (ubuntu-latest, 15) Build project     🔗  N/A N/A See Details
gradle (macos-latest, 8) Build project     🔗  N/A N/A See Details
gradle (macos-latest, 11) Build project     🔗  N/A N/A See Details
gradle (macos-latest, 15) Build project     🔗  N/A N/A See Details
gradle (windows-latest, 8) Build project     🔗  N/A N/A See Details
gradle (windows-latest, 11) Build project     🔗  N/A N/A See Details
gradle (windows-latest, 15) Build project     🔗  N/A N/A See Details
verify-generated-config-file Verify Generated Config File     🔗  N/A N/A See Details

Backport workflow has finished in 1 minute 5 seconds and finished at 11th Oct, 2022. Conclusion: SUCCESS. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
Backport -     🔗  N/A N/A See Details

CI workflow has finished in 5 minutes 9 seconds and finished at 11th Oct, 2022. Conclusion: FAILURE. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
Setup -     🔗  N/A N/A See Details
Check Style Run build     🔗  N/A N/A See Details
Build -     🔗  N/A N/A See Details

reviewdog workflow has finished in 14 minutes 13 seconds and finished at 11th Oct, 2022. Conclusion: FAILURE. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
runner / remark-lint Build prologic/action-remark-lint@v0.0.5     🔗  N/A N/A See Details

Code Coverage workflow has finished in 54 seconds and finished at 11th Oct, 2022. Conclusion: FAILURE. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
publish-code-coverage Generate Coverage Report     🔗  N/A N/A See Details

Enforce PR labels for release drafter workflow has finished in 1 minute 41 seconds and finished at 11th Oct, 2022. Conclusion: FAILURE. Here is the analysis:


Job Failed Steps Tests Not tested changed lines*
enforce-label Build yogevbd/enforce-label-action@2.2.1     🔗  N/A N/A See Details

*Not tested changed lines calculated for determining how much of the changes are covered by the tests.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Oct 19, 2022

Superseded by #284.

@dependabot dependabot bot closed this Oct 19, 2022
@dependabot dependabot bot deleted the dependabot/gradle/io.grpc-grpc-bom-1.50.0 branch October 19, 2022 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

java dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants