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

deps: update core dependencies #55

Merged
merged 2 commits into from Dec 26, 2019

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
io.grpc:grpc-bom minor 1.25.0 -> 1.26.0
com.google.api:gax-bom minor 1.50.1 -> 1.52.0
com.google.api:gax-grpc minor 1.50.1 -> 1.52.0
com.google.cloud:google-cloud-core-bom minor 1.91.3 -> 1.92.0
com.google.cloud:google-cloud-core minor 1.91.3 -> 1.92.0

Release Notes

grpc/grpc-java

v1.26.0

Compare Source

Dependencies

  • Bump protobuf-java to 3.11.0.
  • Bump protobuf-javalite to 3.11.0. This brings lite in-line with full protobuf. Be aware that the Maven artifact name changed for Protobuf lite. The dependency is now com.google.protobuf:protobuf-javalite instead of com.google.protobuf:protobuf-lite
  • Bump gson to 2.8.6
  • Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.18.0 (#​6360)
  • Bump mockito to 2.28.2 (#​6355)

Bug Fixes

  • netty, okhttp: Known IOExceptions are logged as FINE level
  • interop-testing, benchmarks: missing executables (since 1.19.0) is now published again
  • cronet: grpc-cronet artifact contains empty .aar due to code shrinking was enabled, now it is fixed.
  • alts: fix lazychannel close (#​6475)

API Changes

  • api, core: make channel logger accessible through NameResolver.Args (#​6430)
  • api, core: make scheduled executor service accessible for NameResolver.Args (#​6455)
  • stub, compiler: generated stubs are now extended from AbstractStub to indicate stub type (AbstractAsyncStub, AbstractFutureStub, AbstractFutureStub)
  • api: the deprecated API ManagedChannelBuilder.usePlaintext(boolean) is removed (#​1772, #​6440).

New Features

  • Pre-build binaries for the aarch64 platform
  • Add s390x cross-compiling support

Acknowledgements

googleapis/gax-java

v1.52.0

Compare Source

v1.51.0

Compare Source

12-03-2019 10:59 PST

New Features
  • Allow channel pool to refresh its channels periodically (#​805)
googleapis/java-core

v1.92.0

Compare Source

Features
  • increase DEFAULT_CHUNK_SIZE to reduce transfer overhead (#​87) (09b327d)
  • support setting ServiceOption for quota project (#​92) (6aa4476)
Dependencies
  • update dependency com.google.api-client:google-api-client-bom to v1.30.5 (#​68) (e1a4047)
  • update dependency com.google.api:gax-bom to v1.50.1 (#​73) (f493b5b)
  • update dependency com.google.api:gax-bom to v1.51.0 (#​85) (71d0de7)
  • update dependency com.google.auth:google-auth-library-bom to v0.19.0 (#​93) (b465630)
  • update dependency com.google.http-client:google-http-client-bom to v1.33.0 (#​71) (8f1e690)
  • update dependency io.grpc:grpc-bom to v1.25.0 (#​72) (3a09fc7)
  • update to threetenbp 1.4.0 (#​89) (5128bd4)
1.91.3 (2019-10-23)
Bug Fixes
  • try to keep autovalue out of the runtime time classpath (#​48) (0988c27)
Dependencies
  • update dependency com.google.api:gax-bom to v1.49.1 (#​65) (131a0fd)
  • update dependency com.google.api.grpc:proto-google-common-protos to v1.17.0 (#​50) (3ba5512)
  • update dependency com.google.auth:google-auth-library-bom to v0.18.0 (#​56) (ab25f15)
  • update dependency io.grpc:grpc-bom to v1.24.1 (07fefbb)
1.91.2 (2019-09-30)
Dependencies
  • update dependency com.google.api.grpc:proto-google-iam-v1 to v0.13.0 (#​40) (4f500cc)
  • update dependency io.grpc:grpc-bom to v1.24.0 (#​39) (7f6f780)
  • update errorprone to 2.3.3 (#​43) (232694c)
1.91.1 (2019-09-25)
Dependencies
  • update dependency com.google.api-client:google-api-client-bom to v1.30.4 (#​34) (886eda3)
  • update dependency com.google.auth:google-auth-library-bom to v0.17.2 (#​35) (ae44c72)
  • update dependency com.google.http-client:google-http-client-bom to v1.32.1 (#​31) (4bdf09b)
  • update dependency com.google.protobuf:protobuf-bom to v3.10.0 (#​27) (23e4c26)
  • update guava to 28.1-android (#​32) (0279479)

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 if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

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

codecov bot commented Dec 26, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #55   +/-   ##
=========================================
  Coverage     68.25%   68.25%           
  Complexity      211      211           
=========================================
  Files            23       23           
  Lines          1654     1654           
  Branches         46       46           
=========================================
  Hits           1129     1129           
  Misses          482      482           
  Partials         43       43

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 460b544...ed7905f. Read the comment docs.

@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 26, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 26, 2019
@chingor13 chingor13 merged commit 328b4d3 into googleapis:master Dec 26, 2019
@renovate-bot renovate-bot deleted the renovate/core-dependencies branch December 26, 2019 22:54
vam-google pushed a commit to vam-google/java-translate that referenced this pull request Mar 21, 2020
* updated versions.txt [ci skip]

* updated google-cloud-trace-bom/pom.xml [ci skip]

* updated google-cloud-trace/pom.xml [ci skip]

* updated grpc-google-cloud-trace-v1/pom.xml [ci skip]

* updated grpc-google-cloud-trace-v2/pom.xml [ci skip]

* updated pom.xml [ci skip]

* updated proto-google-cloud-trace-v1/pom.xml [ci skip]

* updated proto-google-cloud-trace-v2/pom.xml [ci skip]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
5 participants