Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update core dependencies #54

Merged
merged 2 commits into from Dec 26, 2019

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 26, 2019

This PR contains the following updates:

Package Update Change
com.google.auth:google-auth-library-bom minor 0.18.0 -> 0.19.0
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

googleapis/google-auth-library-java

v0.19.0

Compare Source

Features
Dependencies
  • update appengine-sdk to 1.9.76 (#​366) (590883d)
  • update autovalue packages to v1.7 (#​365) (42a1694)
  • update dependency com.google.appengine:appengine to v1.9.77 (#​377) (c3c950e)
  • update dependency com.google.http-client:google-http-client-bom to v1.33.0 (#​374) (af0af50)
Documentation
0.18.0 (2019-10-09)
Bug Fixes
  • make JwtClaims.newBuilder() public (#​350) (6ab8758)
  • move autovalue into annotation processor path instead of classpath (#​358) (a82d348)
Dependencies
Documentation
  • fix include instructions in google-auth-library-bom README (#​352) (f649735)
0.17.4 (2019-10-08)
Bug Fixes
  • make JwtClaims.newBuilder() public (#​350) (6ab8758)
  • move autovalue into annotation processor path instead of classpath (#​358) (a82d348)
Dependencies
Documentation
  • fix include instructions in google-auth-library-bom README (#​352) (f649735)
0.17.2 (2019-09-24)
Bug Fixes
0.17.1 (2019-08-22)
Bug Fixes
  • allow unset/null privateKeyId for JwtCredentials (#​336) (d28a6ed)
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 #54 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #54   +/-   ##
=========================================
  Coverage     76.24%   76.24%           
  Complexity      571      571           
=========================================
  Files            42       42           
  Lines          3334     3334           
  Branches        232      232           
=========================================
  Hits           2542     2542           
  Misses          647      647           
  Partials        145      145

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 6bab25b...24eb885. 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 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
@forking-renovate
Copy link

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@chingor13 chingor13 merged commit 9ae3410 into googleapis:master Dec 26, 2019
@renovate-bot renovate-bot deleted the renovate/core-dependencies branch December 26, 2019 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants