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

Commit 44023c3

Browse files
authored
deps: update core dependencies (#263)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | minor | `1.30.2` -> `1.31.0` | | [com.google.api:gax-bom](https://github.com/googleapis/gax-java) | minor | `1.57.1` -> `1.58.2` | --- ### Release Notes <details> <summary>grpc/grpc-java</summary> ### [`v1.31.0`](https://github.com/grpc/grpc-java/releases/v1.31.0) [Compare Source](https://github.com/grpc/grpc-java/compare/v1.30.2...v1.31.0) #### API Changes - api: `ManagedChannelBuilder.nameResolverFactory` is now marked deprecated. It has long been our plan to remove the function, but was not communicated. Most usages should be able to globally register via the SPI mechanism or `NameResolverRegistry.register()`. There is a plan to add a method to `ManagedChannelBuilder` to specify the default target scheme for the channel. If your use-case is not covered, please inform us on [#&#8203;7133](https://github.com/grpc/grpc-java/issues/7133) #### New Features - The following new xDS functionality is added in this release: - Requests matching based on [path](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-routematch) (prefix, full path and safe regex) and [headers](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-headermatcher). - Requests routing to multiple clusters based on [weights](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-weightedcluster). - The xDS features supported in a given release are documented [here](https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md). - api: Added `LoadBalancer.Helper.createResolvingOobChannelBuilder()`. It is similar to `LoadBalancer.Helper.createResolvingOobChannel()` except allows configuring the channel ([#&#8203;7136](https://github.com/grpc/grpc-java/issues/7136)) #### Bug Fixes - netty: return status code unavailable when netty channel has unresolved InetSocketAddress ([#&#8203;7023](https://github.com/grpc/grpc-java/issues/7023)) - core: fix a bug that a call may hang when using manual flow control and gRPC retry is enabled ([#&#8203;6817](https://github.com/grpc/grpc-java/issues/6817)) #### Documentation - stub: Documented more behavior of ClientCalls and ServerCalls, with regard to ClientResponseObserver, ClientCallStreamObserver, ServerCallStreamObserver, and exceptions - api: Documented how Providers may be used in their respective class documentation. Previously you “just had to know” the SPI mechanism was available #### Dependencies - Update guava to 29.0 ([#&#8203;7079](https://github.com/grpc/grpc-java/issues/7079)) #### Examples - examples: Add client/server retrying example via service config [#&#8203;7111](https://github.com/grpc/grpc-java/issues/7111) #### Acknowledgements [@&#8203;alexanderscott](https://github.com/alexanderscott) [@&#8203;AnarSultanov](https://github.com/AnarSultanov) [@&#8203;cindyxue](https://github.com/cindyxue) [@&#8203;d-reidenbach](https://github.com/d-reidenbach) [@&#8203;elharo](https://github.com/elharo) [@&#8203;gsharma](https://github.com/gsharma) [@&#8203;reggiemcdonald](https://github.com/reggiemcdonald) </details> <details> <summary>googleapis/gax-java</summary> ### [`v1.58.2`](https://github.com/googleapis/gax-java/blob/master/CHANGELOG.md#&#8203;1582-httpswwwgithubcomgoogleapisgax-javacomparev1581v1582-2020-08-07) [Compare Source](https://github.com/googleapis/gax-java/compare/v1.58.1...v1.58.2) ### [`v1.58.1`](https://github.com/googleapis/gax-java/blob/master/CHANGELOG.md#&#8203;1581-httpswwwgithubcomgoogleapisgax-javacomparev1580v1581-2020-08-06) [Compare Source](https://github.com/googleapis/gax-java/compare/v1.58.0...v1.58.1) ### [`v1.58.0`](https://github.com/googleapis/gax-java/blob/master/CHANGELOG.md#&#8203;1580-httpswwwgithubcomgoogleapisgax-javacomparev1572v1580-2020-07-31) [Compare Source](https://github.com/googleapis/gax-java/compare/v1.57.1...v1.58.0) ##### Features - add retry logging ([#&#8203;1160](https://github.com/googleapis/gax-java/issues/1160)) ([1575715](https://github.com/googleapis/gax-java/commit/15757151d4965276bd01e6772c10288959bb17ec)) - enable setting quota_project_id ([#&#8203;1128](https://github.com/googleapis/gax-java/issues/1128)) ([20bb200](https://github.com/googleapis/gax-java/commit/20bb200c8019ad1df8acbfe210cea7d5e9a9a57c)) - non-retryable RPCs use totalTimeout ([#&#8203;1149](https://github.com/googleapis/gax-java/issues/1149)) ([b7646a3](https://github.com/googleapis/gax-java/commit/b7646a3a959b7e5ef40158851f26ce6701da8ca4)) ##### Bug Fixes - retain context timeouts in ServerStreamingAttemptCallable ([#&#8203;1155](https://github.com/googleapis/gax-java/issues/1155)) ([461ff84](https://github.com/googleapis/gax-java/commit/461ff846ca551c2242bf6c60e61234997d0ba58e)) ##### [1.57.2](https://github.com/googleapis/gax-java/compare/v1.57.1...v1.57.2) (2020-07-21) ##### Bug Fixes - Fix javadoc generation on Java11 ([#&#8203;1145](https://github.com/googleapis/gax-java/issues/1145)) ([c7a039e](https://github.com/googleapis/gax-java/commit/c7a039e07be02298d9dd906b08e1e1bb995e85e2)) - Preconditions only supports %s format ([#&#8203;1153](https://github.com/googleapis/gax-java/issues/1153)) ([8145311](https://github.com/googleapis/gax-java/commit/8145311b38fdd3bf82a4958f8aef5313857b70c0)) ##### [1.57.1](https://github.com/googleapis/gax-java/compare/v1.57.0...v1.57.1) (2020-07-07) ##### Bug Fixes - add back javax.annotation dependency ([#&#8203;1129](https://github.com/googleapis/gax-java/issues/1129)) ([77a4cc3](https://github.com/googleapis/gax-java/commit/77a4cc373914396dd343891e38cf743166668c96)) ##### Dependencies - update google-auth-library to 0.21.0 ([#&#8203;1134](https://github.com/googleapis/gax-java/issues/1134)) ([6528e5c](https://github.com/googleapis/gax-java/commit/6528e5cb9cec50ef01c0d2601c6db518df825747)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- 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-core).
1 parent b59a83c commit 44023c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,14 @@
151151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
152152
<github.global.server>github</github.global.server>
153153
<site.installationModule>google-cloud-core-parent</site.installationModule>
154-
<gax.version>1.57.1</gax.version>
154+
<gax.version>1.58.2</gax.version>
155155
<google.api-common.version>1.10.0</google.api-common.version>
156156
<google.common-protos.version>1.18.1</google.common-protos.version>
157157
<google.iam.version>0.13.0</google.iam.version>
158158
<google.auth.version>0.21.1</google.auth.version>
159159
<google.api.version>1.30.10</google.api.version>
160160
<google.http.version>1.36.0</google.http.version>
161-
<grpc.version>1.30.2</grpc.version>
161+
<grpc.version>1.31.0</grpc.version>
162162
<protobuf.version>3.12.4</protobuf.version>
163163
<opencensus.version>0.24.0</opencensus.version>
164164
<annotations-api.version>1.3.2</annotations-api.version>

0 commit comments

Comments
 (0)