Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

deps: update core dependencies - #198

Merged
chingor13 merged 1 commit into
googleapis:masterfrom
renovate-bot:renovate/core-dependencies
Apr 6, 2020
Merged

deps: update core dependencies#198
chingor13 merged 1 commit into
googleapis:masterfrom
renovate-bot:renovate/core-dependencies

Conversation

@renovate-bot

@renovate-botrenovate-bot commented Mar 27, 2020

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageUpdateChange
io.grpc:grpc-bomminor1.27.2 -> 1.28.1
com.google.api:gax-bomminor1.54.0 -> 1.55.0

Release Notes

grpc/grpc-java

v1.28.1

Compare Source

Bug Fixes

  • xds: implement more clear specifications for locality filtering (allow localities with 0 endpoint, ignore localities with 0 weight, check for locality priority continuity). (#​6875)

v1.28.0

Compare Source

gRPC Java 1.28.0 Release Notes

API Changes

  • core: service config parsing now validates the final config object via LoadBalancerProvider#parseLoadBalancingPolicyConfig. LoadBalancer developers should use parsed config(loadBalancingPolicyConfig) in ResolvedAddresses instead of deprecated attribute io.grpc.LoadBalancer.ATTR_LOAD_BALANCING_CONFIG.
  • core: remove stickiness from round robin (#​6698)

Behavioral Changes

  • core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) (#​6637)
    • gRPCLB policy selection is being stabilized according to this gRFC. gRPCLB policy will not be automatically selected even if there are SRV addresses resolved. You need to explicitly specify the selection by service config (in TXT records, or via ManagedChannelBuilder#defaultServiceConfig or ManagedChannelBuilder#defaultLoadBalancingPolicy).

New Features

  • This release adds an experimental client side implementation of xDSv2 APIs. This allows a gRPC client written in Java to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching and cluster route action is supported. More features will be added in future.

Bug Fixes

  • netty: fix a deadlock on start gRPC server (#​6601)
  • netty: negotiated application level protocol is now checked against the correct ALPN list in the SslContext settings
  • okhttp: fix incorrect connection-level flow control handling at beginning of connection.
  • alts: Fix using the wrong way of checking if Conscrypt is available (#​6672)
  • grpclb: grpclb can handle empty address from LoadBalancer instead of throwing exception
  • alts: do not exclude opencensus-api from google-oauth2's transitive dependencies (#​6607)
    • grpc-alts was broken since 1.27.0 release for missing opencensus-api used in google-oauth2. This was due to opencensus-api dependency was eliminated from grpc-core. Now it should be included.

Documentation

  • stub,examples: Clarify CallStreamObserver's Javadoc (#​6561)

Dependencies

  • Bump Netty to 4.1.45.Final and tcnative to 2.0.28.Final
  • Bump okhttp to 2.7.4
  • Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.20.0

Acknowledgements

@​chrisschek
@​cushon Liam Miller-Cushon
@​elharo Elliotte Rusty Harold
@​gfelbing Georg Welzel
@​hatahet Ziad Hatahet
@​leventov Roman Leventov
@​sourabhsparkala Sourabh Sarvotham Parkala
@​ZhenLian Zhen Lian

googleapis/gax-java

v1.55.0

Compare Source

03-27-2020 08:33 PDT

New Features
  • Allow client authors to create their own callable chains (#​891)
Dependencies
  • Update org.threeten:threetenbp to v1.4.1 (#​890)
Internal / Testing Changes
  • chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-bigtable-v2 to v1 (#​953)
  • chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1 (#​970)
  • remove unused property (#​887)

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.

👻 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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 27, 2020
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 27, 2020
@yoshi-kokoroyoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 27, 2020
@renovate-bot
renovate-botforce-pushed the renovate/core-dependencies branch from 2b4b700 to 02c211eCompareApril 3, 2020 00:14
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 3, 2020
@yoshi-kokoroyoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 3, 2020
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 3, 2020
@renovate-bot
renovate-botforce-pushed the renovate/core-dependencies branch from 02c211e to c0eb08dCompareApril 6, 2020 16:17
@codecov

codecovBot commented Apr 6, 2020

Copy link
Copy Markdown

Codecov Report

Merging #198 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #198 +/- ##
=========================================
Coverage 67.73% 67.73% Complexity 379 379 =========================================
Files 36 36 Lines 1968 1968 Branches 260 260 =========================================
Hits 1333 1333 Misses 527 527 Partials 108 108 

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 4b661ed...c0eb08d. Read the comment docs.

@yoshi-kokoroyoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 6, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@renovate-bot@chingor13@googlebot@yoshi-kokoro