Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Comments

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

Merged
munkhuushmgl merged 1 commit intogoogleapis:masterfrom
renovate-bot:renovate/core-dependencies
Jun 10, 2020
Merged

deps: update dependency io.grpc:grpc-bom to v1.30.0#160
munkhuushmgl merged 1 commit intogoogleapis:masterfrom
renovate-bot:renovate/core-dependencies

Conversation

@renovate-bot
Copy link
Contributor

@renovate-botrenovate-bot commentedJun 8, 2020
edited
Loading

This PR contains the following updates:

PackageUpdateChange
io.grpc:grpc-bomminor1.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 withNettyChannelBuilder#flowControlWindow orNettyServerBuilder#flowControlWindow. ExistingflowControlWindow users need to useinitialFlowWindowSize to enable BDP.

New Features

  • core: ManagedChannel provides LoadBalancer#Helper with implemented createResolvingOobChannel (#​6923).
  • stub: AddClientCallStreamObserver.disableAutoRequestWithInitial(int) andServerCallStreamObserver.disableAutoRequest() that disables all automatic inbound flow-control requests. These methods are intended to replace the existingCallStreamObserver.disableAutoInboundFlowControl(). There may still be some tweaks to the API, sodisableAutoInboundFlowControl() is not yet deprecated
  • inprocess,core: add ability to pass status cause to client (#​6968). The new API is added toInprocessChannelBuilder to show stacktrace from transport when an error happens in tests.
  • netty: support setting options of boss in NettyServer (#​6947). Adds a new API onNettyServerBuilder 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 usingorg.apache.tomcat:annotations-api for the@Generated annotation instead ofjavax.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 byWhiteSource Renovate. View repository job loghere.

@googlebotgooglebot added the cla: yesThis human has signed the Contributor License Agreement. labelJun 8, 2020
@trusted-contributions-gcftrusted-contributions-gcfbot added the kokoro:runAdd this label to force Kokoro to re-run the tests. labelJun 8, 2020
@yoshi-kokoroyoshi-kokoro removed the kokoro:runAdd this label to force Kokoro to re-run the tests. labelJun 8, 2020
@codecov
Copy link

codecovbot commentedJun 8, 2020
edited
Loading

Codecov Report

Merging#160 intomaster willnot change coverage.
The diff coverage isn/a.

Impacted file tree graph

@@            Coverage Diff            @@##             master     #160   +/-   ##=========================================  Coverage     66.20%   66.20%             Complexity       72       72           =========================================  Files            12       12             Lines           432      432             Branches          2        2           =========================================  Hits            286      286             Misses          144      144             Partials          2        2

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update7829cc9...55bc1e6. Read thecomment docs.

@trusted-contributions-gcftrusted-contributions-gcfbot added the kokoro:runAdd this label to force Kokoro to re-run the tests. labelJun 8, 2020
@renovate-botrenovate-botforce-pushed therenovate/core-dependencies branch from7f7cf05 to55bc1e6CompareJune 10, 2020 20:13
@yoshi-kokoroyoshi-kokoro removed the kokoro:runAdd this label to force Kokoro to re-run the tests. labelJun 10, 2020
@munkhuushmglmunkhuushmgl added the automergeMerge the pull request once unit tests and other checks pass. labelJun 10, 2020
@munkhuushmglmunkhuushmgl merged commitd4c7066 intogoogleapis:masterJun 10, 2020
@renovate-botrenovate-bot deleted the renovate/core-dependencies branchJune 10, 2020 20:20
gcf-merge-on-greenbot pushed a commit that referenced this pull requestJun 23, 2020
🤖 I have created a release \*beep\* \*boop\* ---## [1.1.0](https://www.github.com/googleapis/java-texttospeech/compare/v1.0.2...v1.1.0) (2020-06-22)### Features* **deps:** adopt flatten plugin and google-cloud-shared-dependencies ([#178](https://www.github.com/googleapis/java-texttospeech/issues/178)) ([093cbc1](https://www.github.com/googleapis/java-texttospeech/commit/093cbc1d475217347e0fc7a5aa92a9222961c6cd))### Bug Fixes* migrate retry settings to grpc_service_config ([#177](https://www.github.com/googleapis/java-texttospeech/issues/177)) ([94644ec](https://www.github.com/googleapis/java-texttospeech/commit/94644ecdced8f730f56bee1ebf6b0e061f222dfe))* restore GAPIC v2 retry configs ([#143](https://www.github.com/googleapis/java-texttospeech/issues/143)) ([a500ecb](https://www.github.com/googleapis/java-texttospeech/commit/a500ecbd982b182d81b49b717192a2088e8cdc0b))### Dependencies* update dependency com.google.api:api-common to v1.9.1 ([#150](https://www.github.com/googleapis/java-texttospeech/issues/150)) ([95c6aa9](https://www.github.com/googleapis/java-texttospeech/commit/95c6aa90f66439e554830e5c0e00db101e46e65d))* update dependency com.google.api:api-common to v1.9.2 ([#156](https://www.github.com/googleapis/java-texttospeech/issues/156)) ([2a0a811](https://www.github.com/googleapis/java-texttospeech/commit/2a0a811b6663d74029e0f6d5ad1e13debb300b34))* update dependency com.google.api.grpc:proto-google-common-protos to v1.18.0 ([#137](https://www.github.com/googleapis/java-texttospeech/issues/137)) ([a3bb294](https://www.github.com/googleapis/java-texttospeech/commit/a3bb294e84eee6429f3046d2777070530447222a))* update dependency com.google.guava:guava-bom to v29 ([#114](https://www.github.com/googleapis/java-texttospeech/issues/114)) ([9bd8f9a](https://www.github.com/googleapis/java-texttospeech/commit/9bd8f9a310f0d10c8eb1de18f77ea776a5bc8cf3))* update dependency com.google.protobuf:protobuf-java to v3.12.0 ([#141](https://www.github.com/googleapis/java-texttospeech/issues/141)) ([1695b41](https://www.github.com/googleapis/java-texttospeech/commit/1695b41e392adb2418abb481d526797985762313))* update dependency com.google.protobuf:protobuf-java to v3.12.2 ([#148](https://www.github.com/googleapis/java-texttospeech/issues/148)) ([7829cc9](https://www.github.com/googleapis/java-texttospeech/commit/7829cc9d3950f76e1c6dda933a6ae2e39af9669d))* update dependency io.grpc:grpc-bom to v1.29.0 ([#128](https://www.github.com/googleapis/java-texttospeech/issues/128)) ([8c69682](https://www.github.com/googleapis/java-texttospeech/commit/8c696822b48583fdf2a83de1fe557fbbf72b1e64))* update dependency io.grpc:grpc-bom to v1.30.0 ([#160](https://www.github.com/googleapis/java-texttospeech/issues/160)) ([d4c7066](https://www.github.com/googleapis/java-texttospeech/commit/d4c706677e337a5fc0f96d919156dfc4e48440cf))* update dependency org.threeten:threetenbp to v1.4.4 ([#133](https://www.github.com/googleapis/java-texttospeech/issues/133)) ([2422613](https://www.github.com/googleapis/java-texttospeech/commit/24226135e45f6e2183d766b526463c39f5b6914d))### Documentation* update relative URLs and regenerate with updated protoc ([#154](https://www.github.com/googleapis/java-texttospeech/issues/154)) ([3e7b0a5](https://www.github.com/googleapis/java-texttospeech/commit/3e7b0a51ec4113dc7f70715151af57a425f5b881))---This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

1 more reviewer

@munkhuushmglmunkhuushmglmunkhuushmgl approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

automergeMerge the pull request once unit tests and other checks pass.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@renovate-bot@munkhuushmgl@googlebot@yoshi-kokoro

[8]ページ先頭

©2009-2026 Movatter.jp