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

deps: update dependency io.grpc:grpc-bom to v1.30.0 #188

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 8, 2020

This PR contains the following updates:

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

Release Notes

grpc/grpc-java

v1.30.0

Compare Source

Behavioral Changes
  • netty: Bandwidth delay product (BDP) is enabled by default (#​6979). BDP dynamically adjusts flow control window to optimize the network bandwidth utilization. To disable this feature, build channel/server with NettyChannelBuilder#flowControlWindow or NettyServerBuilder#flowControlWindow. Existing flowControlWindow users need to use initialFlowWindowSize to enable BDP.
New Features
  • core: ManagedChannel provides LoadBalancer#Helper with implemented createResolvingOobChannel (#​6923).
  • stub: Add ClientCallStreamObserver.disableAutoRequestWithInitial(int) and ServerCallStreamObserver.disableAutoRequest() that disables all automatic inbound flow-control requests. These methods are intended to replace the existing CallStreamObserver.disableAutoInboundFlowControl(). There may still be some tweaks to the API, so disableAutoInboundFlowControl() is not yet deprecated
  • inprocess,core: add ability to pass status cause to client (#​6968). The new API is added to InprocessChannelBuilder to show stacktrace from transport when an error happens in tests.
  • netty: support setting options of boss in NettyServer (#​6947). Adds a new API on NettyServerBuilder to allow passing channel options for the boss ELG.
Bug Fixes
  • okhttp: use new APIs to configure TLS in Android (roll forward of #​6959) (#​6960). Starting from Android 10, there is a new set of public APIs for configuring TLS, where we were previously invoking hidden methods in SSLSocket. Some of those hidden methods are no longer allowed (will be removed in the future) in Android 11. We migrate to use public APIs whenever possible.
  • netty: Using classloader to isolate grpc without isolating netty can cause exceptions when creating netty channel/server is fixed (#​7048).
  • api, core, services: make ProtoReflectionService interceptor compatible (#​6967). Previously intercepting the ProtoReflectionService breaks the internal hack of passing the server instance to the service. Now we change the way of how it obtains the server instance so that applying interceptors to it doesn’t break its functionality. This change also allows multiple servers to use a shared ProtoReflectionService instance.
  • netty: Reduce race window size between GOAWAY and new streams. This should greatly reduce the number of calls that fail with errors similar to “UNAVAILABLE: HTTP/2 error code: NO_ERROR Received Goaway.” Although note that these errors have multiple sources, and it only addresses one of them
  • core: Delay transport shutdown when changing a subchannel’s addresses. This should prevent users from seeing errors saying “UNAVAILABLE: InternalSubchannel closed transport due to address change,” which should have already been rare
Documentation
  • For Java 9+ users, we now recommend using org.apache.tomcat:annotations-api for the @Generated annotation instead of javax.annotation:javax.annotation-api, as it has a more appropriate license
  • SECURITY.md: add instruction for disabling Conscrypt's default TrustManager (#​6962). By default, Conscrypt delegates hostname verification to the platform's default HostNameVerifier, which in OpenJDK is a deny-all implementation. You can configure the Conscrypt provider to not use its TrustManager.
Dependencies
  • Starting from this version, some transitive dependencies of gRPC artifacts are changed from compile scope to runtime scope. Users may experience their application can not rebuild once the gRPC version is upgraded, because some other component of the project may require a dependency that is no longer transitively provided by gRPC artifacts at compile time; and if that happens, users should explicitly add that dependency for the other component. This change does not affect running the application at runtime.
  • Bumped protobuf to 3.12.0
Examples
  • Deleted example-kotlin (#​6936). grpc-kotlin was officially released and examples can be found in its own repository.
Acknowledgements

@​agasparovic-sabre
@​AgentK20
@​apolcyn
@​asdf2014
@​ashithasantosh
@​chalin
@​bogdandrutu
@​DRayX
@​hojongs
@​Nextproc
@​plaflamme
@​reggiemcdonald
@​RiyaTyagi


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 Jun 8, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 8, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jun 8, 2020
@codecov
Copy link

codecov bot commented Jun 8, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #188   +/-   ##
=========================================
  Coverage     76.68%   76.68%           
  Complexity      174      174           
=========================================
  Files             6        6           
  Lines          1441     1441           
  Branches         25       25           
=========================================
  Hits           1105     1105           
  Misses          307      307           
  Partials         29       29           

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 7536275...0aeac1c. 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 Jun 8, 2020
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Jun 10, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 2d8865f into googleapis:master Jun 10, 2020
@renovate-bot renovate-bot deleted the renovate/core-dependencies branch June 10, 2020 23:11
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 23, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [1.39.0](https://www.github.com/googleapis/java-kms/compare/v1.38.1...v1.39.0) (2020-06-22)


### Features

* **deps:** adopt flatten plugin and google-cloud-shared-dependencies ([#203](https://www.github.com/googleapis/java-kms/issues/203)) ([4dbf4db](https://www.github.com/googleapis/java-kms/commit/4dbf4dbe2bbf36c9000ae283a3ad25041ca99068))


### Bug Fixes

* migrate kms/v1 to grpc_service_config ([#193](https://www.github.com/googleapis/java-kms/issues/193)) ([959cd01](https://www.github.com/googleapis/java-kms/commit/959cd0129fa2d4b7d0abca8e8708a3ed61b86604))


### Dependencies

* update dependency com.google.api:api-common to v1.9.1 ([#175](https://www.github.com/googleapis/java-kms/issues/175)) ([25969ce](https://www.github.com/googleapis/java-kms/commit/25969ce37393f849505d17cd14560af9a2005c4c))
* update dependency com.google.api:api-common to v1.9.2 ([#183](https://www.github.com/googleapis/java-kms/issues/183)) ([4e6d75f](https://www.github.com/googleapis/java-kms/commit/4e6d75f17d13db31b9b3320a42d00afbe1ce776b))
* update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 ([#164](https://www.github.com/googleapis/java-kms/issues/164)) ([5cff5b7](https://www.github.com/googleapis/java-kms/commit/5cff5b7993329624debe15b28363457c8c07e7b1))
* update dependency com.google.cloud:google-cloud-core to v1.93.5 ([#176](https://www.github.com/googleapis/java-kms/issues/176)) ([a042993](https://www.github.com/googleapis/java-kms/commit/a04299315634d343379db7e6b7d442a9c7648db9))
* update dependency com.google.http-client:google-http-client-bom to v1.35.0 ([#159](https://www.github.com/googleapis/java-kms/issues/159)) ([3f7d1da](https://www.github.com/googleapis/java-kms/commit/3f7d1da6041b1bf1e488f834fa9dd4740e195a68))
* update dependency com.google.protobuf:protobuf-java to v3.12.0 ([#168](https://www.github.com/googleapis/java-kms/issues/168)) ([4e9597f](https://www.github.com/googleapis/java-kms/commit/4e9597f3e5bb2ad45a16c1a5fb7663f13f1c4f0a))
* update dependency com.google.protobuf:protobuf-java to v3.12.2 ([#173](https://www.github.com/googleapis/java-kms/issues/173)) ([c9855e4](https://www.github.com/googleapis/java-kms/commit/c9855e4a55eb9ed8cb479e2755cf22b80a0cd95d))
* update dependency io.grpc:grpc-bom to v1.29.0 ([#152](https://www.github.com/googleapis/java-kms/issues/152)) ([b351d28](https://www.github.com/googleapis/java-kms/commit/b351d28f8cc878e7f6f727ee31d3ac62fd4d877e))
* update dependency io.grpc:grpc-bom to v1.30.0 ([#188](https://www.github.com/googleapis/java-kms/issues/188)) ([2d8865f](https://www.github.com/googleapis/java-kms/commit/2d8865fdd4df78d3bb1f588e287f36d1bb55f636))
* update dependency org.threeten:threetenbp to v1.4.4 ([#158](https://www.github.com/googleapis/java-kms/issues/158)) ([6b68afe](https://www.github.com/googleapis/java-kms/commit/6b68afe3ff0c4f1e0e65c595a8d4da1667abe2ce))


### Documentation

* change relative URLs to absolute URLs to fix broken links. ([#184](https://www.github.com/googleapis/java-kms/issues/184)) ([b7a6bcd](https://www.github.com/googleapis/java-kms/commit/b7a6bcd21a92a23e3af54ca5ec04cb9fe689f4ab))
---


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