Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

deps: update dependency io.grpc:grpc-bom to v1.29.0 #135

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 22, 2020

This PR contains the following updates:

Package Update Change
io.grpc:grpc-bom minor 1.28.1 -> 1.29.0

Release Notes

grpc/grpc-java

v1.29.0

Compare Source

Behavioral Changes

  • core, grpclb: change policy selection strategy for Grpclb policy (move logic of querying SRV into Grpclb's own resolver) (#​6723). System property io.grpc.internal.DnsNameResolverProvider.enable_grpclb is eliminated, grpc-grpclb dependency implicitly enables querying SRV records since v1.24.2

New Features

  • core: ServerInterceptors.useInputStreamMessages() now preserves the KnownLength interface when wrapping InputStream (#​6852). This should prevent certain optimizations from being disabled when using useInputStreamMessages
  • core: ServerInterceptors.useInputStreamMessages() and useMarshalledMessages() now preserve the SchemaDescriptor, so the methods are now compatible with the reflection service (#​6851)

Bug Fixes

  • core: Fix IllegalStateException if remote-specified decompressor is unknown (#​6864)
  • core: keep round_robin lb subchannel in TRANSIENT_FAILURE until becoming READY (#​6657). This avoids RPC being indefinitely queued when subchannels are bouncing back and forth between CONNECTING and TRANSIENT_FAILURE
  • netty: fixed a bug when grpc-netty and grpc-netty-shaded were both used, which could result in "ClassCastException: io.netty.util.AsciiString cannot be cast to io.grpc.netty.shaded.io.netty.util.AsciiString" (#​6765)
  • netty: Prevent thread interruption during server start from leaking socket (#​6867)
  • okhttp: fix incorrect connection-level flow control handling at beginning of connection (#​6742). This only impacted users of OkHttpChannelBuilder.flowControlWindow(), who seem to be few since this bug was not reported sooner
  • core: A Java 9+ ABI compatibility issue with java.nio.ByteBuffer is fixed (#​6839). This only impacted users manually compiling grpc-java with JDK 9+ and then using it as a library for applications that run with JDK 8- (e.g., on Android). This does not impact the pre-built JARs on Maven Central
  • core: fixed a bug in health check config propagation. (#​6804)
  • benchmarks: some netty benchmarks failed to start and are now fixed (#​6877). This was a regression introduced in v1.23.0

Documentation

Dependencies

  • Bump guava to 28.2-android (#​6772)
  • Bump netty to 4.1.48.Final, bump tcnative to 2.0.30.Final (#​6845)
  • Bump truth version to 1.0.1 (#​6754)

Compiling

  • android: add grpc-android into main build (#​6793). Compiling with -PskipAndroid=false (default) includes building grpc-android module, which requires Android SDK

Acknowledgements

@​chrisschek
@​elharo Elliotte Rusty Harold
@​herbyderby Chris Nokleberg
@​markb74
@​ST-DDT


Renovate configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 22, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 22, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 22, 2020
@codecov
Copy link

codecov bot commented Apr 22, 2020

Codecov Report

Merging #135 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #135   +/-   ##
=========================================
  Coverage     66.06%   66.06%           
  Complexity       43       43           
=========================================
  Files             6        6           
  Lines           330      330           
  Branches          1        1           
=========================================
  Hits            218      218           
  Misses          107      107           
  Partials          5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e77f4c...3826dfb. Read the comment docs.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 22, 2020
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Apr 24, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit a97d269 into googleapis:master Apr 24, 2020
@renovate-bot renovate-bot deleted the renovate/core-dependencies branch April 24, 2020 22:59
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 23, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [1.1.0](https://www.github.com/googleapis/java-iamcredentials/compare/v1.0.2...v1.1.0) (2020-06-23)


### Features

* **deps:** adopt flatten plugin and google-cloud-shared-dependencies ([#176](https://www.github.com/googleapis/java-iamcredentials/issues/176)) ([da2c012](https://www.github.com/googleapis/java-iamcredentials/commit/da2c01228df6ec735319e091c1df715175463eaa))


### Bug Fixes

* migrate to grpc_service_config ([#183](https://www.github.com/googleapis/java-iamcredentials/issues/183)) ([30cb933](https://www.github.com/googleapis/java-iamcredentials/commit/30cb93339daf94fd3db63ed91b1368c72d832eba))


### Dependencies

* update dependency com.google.api:api-common to v1.9.1 ([#153](https://www.github.com/googleapis/java-iamcredentials/issues/153)) ([3770bf2](https://www.github.com/googleapis/java-iamcredentials/commit/3770bf2b161dc12878a2c3ec08da2cade8111184))
* update dependency com.google.api:api-common to v1.9.2 ([#160](https://www.github.com/googleapis/java-iamcredentials/issues/160)) ([09de6df](https://www.github.com/googleapis/java-iamcredentials/commit/09de6df9ecd15cb71556027783e599494217922b))
* update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 ([#143](https://www.github.com/googleapis/java-iamcredentials/issues/143)) ([67cf930](https://www.github.com/googleapis/java-iamcredentials/commit/67cf9302e63757dea578fefb0a8264575f4178c6))
* update dependency com.google.protobuf:protobuf-java to v3.12.0 ([#147](https://www.github.com/googleapis/java-iamcredentials/issues/147)) ([3f8820a](https://www.github.com/googleapis/java-iamcredentials/commit/3f8820a382b652ad9c3fe530a5e4fa672ea639e6))
* update dependency com.google.protobuf:protobuf-java to v3.12.2 ([#151](https://www.github.com/googleapis/java-iamcredentials/issues/151)) ([4c39e57](https://www.github.com/googleapis/java-iamcredentials/commit/4c39e571baef3b98792158c1aadb39ebaa0e5b00))
* update dependency io.grpc:grpc-bom to v1.29.0 ([#135](https://www.github.com/googleapis/java-iamcredentials/issues/135)) ([a97d269](https://www.github.com/googleapis/java-iamcredentials/commit/a97d26903271b53a2ee8210ffb0e05e26f113515))
* update dependency io.grpc:grpc-bom to v1.30.0 ([#164](https://www.github.com/googleapis/java-iamcredentials/issues/164)) ([eda4b98](https://www.github.com/googleapis/java-iamcredentials/commit/eda4b98616d4add7fce1ba4bb8a6e7f5ac40cf28))
* update dependency org.threeten:threetenbp to v1.4.4 ([#137](https://www.github.com/googleapis/java-iamcredentials/issues/137)) ([687f03c](https://www.github.com/googleapis/java-iamcredentials/commit/687f03c723ee66762a5bfca7dc45d741440ca2b6))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement. kokoro:run Add this label to force Kokoro to re-run the tests.
Projects
None yet
4 participants