Commit e127585
authored
chore(deps): update artifact (GoogleCloudPlatform#6785)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.grpc:protoc-gen-grpc-java](https://togithub.com/grpc/grpc-java) | `1.42.1` -> `1.44.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [com.google.protobuf:protoc](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.19.3` -> `3.19.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>grpc/grpc-java</summary>
### [`v1.44.1`](https://togithub.com/grpc/grpc-java/releases/v1.44.1)
##### **Bug Fixes**
- xds: fix the validation code to accept new-style CertificateProviderPluginInstance wherever used ([#&GoogleCloudPlatform#8203;8901](https://togithub.com/grpc/grpc-java/issues/8901) fixes [#&GoogleCloudPlatform#8203;8885](https://togithub.com/grpc/grpc-java/issues/8885))
- binder: Fix a ServiceConnection leak ([#&GoogleCloudPlatform#8203;8861](https://togithub.com/grpc/grpc-java/issues/8861) closes [#&GoogleCloudPlatform#8203;8726](https://togithub.com/grpc/grpc-java/issues/8726))
- android: fix for app coming to foreground ([#&GoogleCloudPlatform#8203;8904](https://togithub.com/grpc/grpc-java/issues/8904) closes [#&GoogleCloudPlatform#8203;8850](https://togithub.com/grpc/grpc-java/issues/8850))
### [`v1.44.0`](https://togithub.com/grpc/grpc-java/releases/v1.44.0)
##### gRPC Java 1.44.0 Release Notes
Java 7 is no longer supported. This release uses Java 8 bytecode, except for grpc-context which remains on Java 7 bytecode. Users requiring Java 7 are encouraged to use the v1.41.x branch. See [gRFC P5](https://togithub.com/grpc/proposal/blob/master/P5-jdk-version-support.md#proposal). Android support remains API level 19+. If this is expected to cause undue hardship or community issues, please contact us via a GitHub issue or [grpc-io@googlegroups.com](https://groups.google.com/g/grpc-io).
Java 8 users pay note: per gRFC P5, gRPC may drop Java 8 support as soon as March this year. If this is expected to cause undue hardship or community issues, please contact us via a GitHub issue or [grpc-io@googlegroups.com](https://groups.google.com/g/grpc-io).
##### API Changes
- Removed deprecated StreamInfo.transportAttrs ([#&GoogleCloudPlatform#8203;8768](https://togithub.com/grpc/grpc-java/issues/8768))
##### Bug Fixes
- core: fix a race condition when calling ManagedChannel#enterIdle() ([#&GoogleCloudPlatform#8203;8761](https://togithub.com/grpc/grpc-java/issues/8761))
- xds: rename `ring_hash` LB Policy to `ring_hash_experimental` to comply with gRPC [A42: xDS Ring Hash LB Policy](https://togithub.com/grpc/proposal/blob/master/A42-xds-ring-hash-lb-policy.md) ([#&GoogleCloudPlatform#8203;8776](https://togithub.com/grpc/grpc-java/issues/8776))
##### Behavior Changes
- Binder: Enclose all operations in BinderTransport even when an exception was thrown. ([#&GoogleCloudPlatform#8203;8733](https://togithub.com/grpc/grpc-java/issues/8733))\*
- Binder: Fix a bug that might cause memory leaks in binder. ([#&GoogleCloudPlatform#8203;8728](https://togithub.com/grpc/grpc-java/issues/8728))
##### Dependencies
- Upgraded Protobuf to 3.19.2 to avoid CVE-2021-22569. See the [protobuf advisory](https://togithub.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67)
- Bump GSON to 2.8.9 ([#&GoogleCloudPlatform#8203;8759](https://togithub.com/grpc/grpc-java/issues/8759))
- Bump Netty to 4.1.72.Final and tcnative to 2.0.46.Final ([#&GoogleCloudPlatform#8203;8780](https://togithub.com/grpc/grpc-java/issues/8780))
##### Acknowledgement
- groakley@
- apolcyn@
- beatrausch@
- danielnorberg@
- jdcormie@
### [`v1.43.2`](https://togithub.com/grpc/grpc-java/releases/v1.43.2)
##### Dependencies
- Upgraded Protobuf to 3.19.2 to avoid CVE-2021-22569. See the [protobuf advisory](https://togithub.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67)
### [`v1.43.1`](https://togithub.com/grpc/grpc-java/releases/v1.43.1)
##### Bug Fixes
- core: fix a race condition when calling ManagedChannel#enterIdle() ([#&GoogleCloudPlatform#8203;8761](https://togithub.com/grpc/grpc-java/issues/8761))
##### Dependencies
- Bump GSON to 2.8.9 ([#&GoogleCloudPlatform#8203;8764](https://togithub.com/grpc/grpc-java/issues/8764))
### [`v1.43.0`](https://togithub.com/grpc/grpc-java/releases/v1.43.0)
##### API Changes
- alts: Make GoogleDefaultChannelCredentials take a CallCredentials ([#&GoogleCloudPlatform#8203;8548](https://togithub.com/grpc/grpc-java/issues/8548))
- binder: Support BinderChannelBuilder.forTarget ([#&GoogleCloudPlatform#8203;8633](https://togithub.com/grpc/grpc-java/issues/8633))
- inprocess: Add support for anonymous in-process servers ([#&GoogleCloudPlatform#8203;8589](https://togithub.com/grpc/grpc-java/issues/8589))
##### Bug Fixes
- census: fixed a bug which in rare cases, a NullPointerException may be thrown by `recordFinishedAttempt()`. Users not enabling grpc-census are not impacted by this bug ([#&GoogleCloudPlatform#8203;8706](https://togithub.com/grpc/grpc-java/issues/8706))
- xds: stop generating UUIDs for filter chains that lack them. The UUID was preventing the XdsServer from noticing when a control plane sent a needless duplicate update, causing XdsServer to drain all its existing connections to use the “new” configuration [#&GoogleCloudPlatform#8203;8663](https://togithub.com/grpc/grpc-java/issues/8663)
- xds: fix a bug where XdsServer didn’t block start() when configuration is missing, and instead errored. [#&GoogleCloudPlatform#8203;8660](https://togithub.com/grpc/grpc-java/issues/8660)
##### New Features
- protoc-gen-grpc-java plugin support for Apple M1 architecture ([#&GoogleCloudPlatform#8203;7690](https://togithub.com/grpc/grpc-java/issues/7690))
- okhttp: introduced new TLS1.2 cipher suites and internal okhttp implementation for TLS1.3 prepared ([#&GoogleCloudPlatform#8203;8650](https://togithub.com/grpc/grpc-java/issues/8650))
- netty: Add ability to set system property `-Dio.grpc.netty.disableConnectionHeaderCheck=false` to disable HTTP Connection header check. This is a temporary workaround to allow fixing out-of-spec HTTP/2 clients ([#&GoogleCloudPlatform#8203;8683](https://togithub.com/grpc/grpc-java/issues/8683))
##### Dependencies
- bump guava to 30.1.1-android ([#&GoogleCloudPlatform#8203;8748](https://togithub.com/grpc/grpc-java/issues/8748))
- bump protobuf to 3.19.1 ([#&GoogleCloudPlatform#8203;8748](https://togithub.com/grpc/grpc-java/issues/8748))
##### Acknowledgement
[@&GoogleCloudPlatform#8203;beatrausch](https://togithub.com/beatrausch)
[@&GoogleCloudPlatform#8203;benjaminp](https://togithub.com/benjaminp) Benjamin Peterson
[@&GoogleCloudPlatform#8203;cfredri4](https://togithub.com/cfredri4)
[@&GoogleCloudPlatform#8203;kdubb](https://togithub.com/kdubb) Kevin Wooten
### [`v1.42.2`](https://togithub.com/grpc/grpc-java/releases/v1.42.2)
##### Bug Fixes
- census: fixed a bug which in rare cases, a NullPointerException may be thrown by `recordFinishedAttempt()`. Users not enabling grpc-census are not impacted by this bug ([#&GoogleCloudPlatform#8203;8706](https://togithub.com/grpc/grpc-java/issues/8706))
- core: fix a race condition when calling `ManagedChannel.enterIdle()` ([#&GoogleCloudPlatform#8203;8746](https://togithub.com/grpc/grpc-java/issues/8746))
##### Dependencies
- Upgraded Protobuf to 3.18.2 to avoid CVE-2021-22569. See the [protobuf advisory](https://togithub.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67)
- Upgraded Guava to 30.1.1-android
</details>
<details>
<summary>protocolbuffers/protobuf</summary>
### [`v3.19.4`](https://togithub.com/protocolbuffers/protobuf/releases/v3.19.4)
### Python
- Make libprotobuf symbols local on OSX to fix issue [#&GoogleCloudPlatform#8203;9395](https://togithub.com/protocolbuffers/protobuf/issues/9395) ([#&GoogleCloudPlatform#8203;9435](https://togithub.com/protocolbuffers/protobuf/issues/9435))
### Ruby
- Fixed a data loss bug that could occur when the number of `optional` fields in a message is an exact multiple of 32. ([#&GoogleCloudPlatform#8203;9440](https://togithub.com/protocolbuffers/protobuf/issues/9440)).
### PHP
- Fixed a data loss bug that could occur when the number of `optional` fields in a message is an exact multiple of 32. ([#&GoogleCloudPlatform#8203;9440](https://togithub.com/protocolbuffers/protobuf/issues/9440)).
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).1 parent eb398f1 commit e127585
File tree
2 files changed
+3
-3
lines changed- endpoints
- bookstore-grpc/api
- getting-started-grpc/api
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments