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

deps: update core dependencies #79

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 10, 2020

This PR contains the following updates:

Package Update Change
io.grpc:grpc-bom minor 1.27.2 -> 1.28.1
com.google.api:gax-grpc minor 1.54.0 -> 1.56.0
com.google.api:gax-bom minor 1.54.0 -> 1.56.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.56.0

Compare Source

04-06-2020 10:29 PDT

New Features
  • Add ability to partially update retry settings (#​993)
Dependencies
  • Update grpc to 1.28.1 (#​1013)
  • Update com.google.api:api-common to 1.9.0 (#​992)
  • Add javax.annotations dependency in bazel build to gax-grpc (#​1000)
Internal / Testing Changes
  • test: make it easier to debug failures in SettingsTest (#​994)
  • build: update dependency gradle.plugin.com.dorongold.plugins:task-tree to v1.5 (#​995)
  • test: update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1.86.0 (#​1008)

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-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 10, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 10, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 10, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 12, 2020
@renovate-bot renovate-bot force-pushed the renovate/core-dependencies branch from cdaca81 to d3e0488 Compare March 18, 2020 21:53
@codecov
Copy link

codecov bot commented Mar 18, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #79   +/-   ##
=========================================
  Coverage     77.54%   77.54%           
  Complexity      396      396           
=========================================
  Files            18       18           
  Lines          3719     3719           
  Branches         20       20           
=========================================
  Hits           2884     2884           
  Misses          770      770           
  Partials         65       65           

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 a44f985...b9b2444. Read the comment docs.

@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 18, 2020
yoshi-automation added a commit that referenced this pull request Mar 26, 2020
…. new commits: - fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)

googleapis/googleapis@8bea81b
commit 8bea81bfa461698981b3d3a488a95633d2f6e9ff
Author: Google APIs <noreply@google.com>
Date:   Thu Mar 26 14:44:25 2020 -0700

    chore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE.
    new commits:
    - fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)

    committer: @hzyi-google
    PiperOrigin-RevId: 303197602
@renovate-bot renovate-bot force-pushed the renovate/core-dependencies branch from d3e0488 to 4b68b53 Compare March 27, 2020 21:15
@renovate-bot renovate-bot changed the title deps: update dependency io.grpc:grpc-bom to v1.28.0 deps: update core dependencies Mar 27, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 27, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 27, 2020
@renovate-bot renovate-bot force-pushed the renovate/core-dependencies branch from 4b68b53 to 7dc5db5 Compare April 3, 2020 00:14
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 3, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 3, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 3, 2020
@renovate-bot renovate-bot force-pushed the renovate/core-dependencies branch from 7dc5db5 to b9b2444 Compare April 6, 2020 21:13
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 6, 2020
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Apr 6, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 85b7dda into googleapis:master Apr 6, 2020
@renovate-bot renovate-bot deleted the renovate/core-dependencies branch April 6, 2020 22:56
chingor13 added a commit that referenced this pull request Apr 8, 2020
* chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.13 (#95)

9f1e9c7
commit 9f1e9c7
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Wed Mar 25 20:52:39 2020 +0100

    chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.13 (#95)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud.samples:shared-configuration](https://github.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.12` -> `1.0.13` |

    ---

    ### Release Notes

    <details>
    <summary>GoogleCloudPlatform/java-repo-tools</summary>

    ### [`v1.0.13`](https://github.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.13)

    [Compare Source](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.12...v1.0.13)

    Fix some issues w/ Checkstyle configuration.  We left the option to turn it off out.

    </details>

    ---

    ### 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.

    ---

     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

    ---

    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-securitycenter).

* deps: update dependency com.google.api:api-common to v1.9.0 (#98)

08ea9c7
commit 08ea9c7
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Thu Mar 26 00:21:44 2020 +0100

    deps: update dependency com.google.api:api-common to v1.9.0 (#98)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.api:api-common](https://github.com/googleapis/api-common-java) | minor | `1.8.1` -> `1.9.0` |

    ---

    ### Release Notes

    <details>
    <summary>googleapis/api-common-java</summary>

    ### [`v1.9.0`](https://github.com/googleapis/api-common-java/releases/v1.9.0)

    [Compare Source](https://github.com/googleapis/api-common-java/compare/v1.8.1...v1.9.0)

    03-25-2020 14:09 PST

    #### New Features

    -   Add `@BetaApi` `ApiFutres.catchingAsync()` ([#&#8203;117](https://github.com/googleapis/api-common-java/pull/117))

    ##### Dependencies

    -   Update guava to v28.2-android ([#&#8203;110](https://github.com/googleapis/api-common-java/pull/110))
    -   Update error_prone_annotations to v2.2.3 ([#&#8203;111](https://github.com/googleapis/api-common-java/pull/111))

    </details>

    ---

    ### 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.

    ---

     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

    ---

    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-securitycenter).

* chore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE. new commits: - fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)

googleapis/googleapis@8bea81b
commit 8bea81bfa461698981b3d3a488a95633d2f6e9ff
Author: Google APIs <noreply@google.com>
Date:   Thu Mar 26 14:44:25 2020 -0700

    chore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE.
    new commits:
    - fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)

    committer: @hzyi-google
    PiperOrigin-RevId: 303197602

* remove deprecated v1p1beta1 resource names and allow breaking changes

Co-authored-by: Jeff Ching <chingor@google.com>
gcf-merge-on-green bot pushed a commit that referenced this pull request Apr 13, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [0.121.0](https://www.github.com/googleapis/java-securitycenter/compare/v0.120.0...v0.121.0) (2020-04-09)


### ⚠ BREAKING CHANGES

* convert resource names to multipattern resource names (#99)

### Features

* convert resource names to multipattern resource names ([#99](https://www.github.com/googleapis/java-securitycenter/issues/99)) ([04de9cc](https://www.github.com/googleapis/java-securitycenter/commit/04de9cc1b6539b189729707ba527efe5653e0fe3)), closes [#95](https://www.github.com/googleapis/java-securitycenter/issues/95) [#95](https://www.github.com/googleapis/java-securitycenter/issues/95) [#98](https://www.github.com/googleapis/java-securitycenter/issues/98) [#98](https://www.github.com/googleapis/java-securitycenter/issues/98) [#8203](https://www.github.com/googleapis/java-securitycenter/issues/8203) [#8203](https://www.github.com/googleapis/java-securitycenter/issues/8203) [#8203](https://www.github.com/googleapis/java-securitycenter/issues/8203) [#79](https://www.github.com/googleapis/java-securitycenter/issues/79) [#79](https://www.github.com/googleapis/java-securitycenter/issues/79)


### Dependencies

* update core dependencies ([#79](https://www.github.com/googleapis/java-securitycenter/issues/79)) ([85b7dda](https://www.github.com/googleapis/java-securitycenter/commit/85b7dda6e29d5b8e761198858a0523535283f9aa))
* update dependency com.google.api:api-common to v1.9.0 ([#98](https://www.github.com/googleapis/java-securitycenter/issues/98)) ([08ea9c7](https://www.github.com/googleapis/java-securitycenter/commit/08ea9c703b2e4ea1e8e8d59fbdc70ca6cc2d8bf2))
* update dependency org.threeten:threetenbp to v1.4.3 ([#92](https://www.github.com/googleapis/java-securitycenter/issues/92)) ([a44f985](https://www.github.com/googleapis/java-securitycenter/commit/a44f985b089604ff4f6d6fcbe363f2a38a75fc73))
---


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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants