This repository was archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit 82de6a1
authored
deps: update dependency io.grpc:grpc-stub to v1.41.0 (#229)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.grpc:grpc-stub](https://togithub.com/grpc/grpc-java) | `1.40.1` -> `1.41.0` | [](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.41.0`](https://togithub.com/grpc/grpc-java/releases/v1.41.0)
##### API Changes
- stub: Mark Stub-based MetadataUtils methods deprecated ([#​8395](https://togithub.com/grpc/grpc-java/issues/8395)). The interceptor-based versions have been stable for a long time and are preferred
##### Bug Fixes
- census: Fixed a data race in CensusStatsModule which in rare cases may cause NullPointerException ([#​8459](https://togithub.com/grpc/grpc-java/issues/8459))
- xds: Fixed a bug in SharedCallCounterMap which in rare cases may cause NullPointerException ([#​8397](https://togithub.com/grpc/grpc-java/issues/8397))
- core: `ServerCall.isCancelled()` and `ServerCallStreamObserver.isCancelled()` implementations no longer incorrectly return true at the end of every RPC ([#​8408](https://togithub.com/grpc/grpc-java/issues/8408))
- core: ManagedChannel no longer immediately exits idle mode after an `enterIdle()` call when it has any calls in progress
- netty-shaded: Modify the shading operation to transform native-image resources so they correctly reference shaded class names ([#​7540](https://togithub.com/grpc/grpc-java/issues/7540))
- netty-shaded: Rename native-image resources to avoid collisions with Netty’s copy, which were modified starting in 1.39.0
- rls: avoid NullPointerException in RLS in certain circumstances when calling `channel.getState(true)` or if a parent load balancer requests a connection ([#​8379](https://togithub.com/grpc/grpc-java/issues/8379))
##### New Features
- xds: xDS-based TLS security (gRFC 29) is now stable
- util: Added new classes AdvancedTlsX509TrustManager and AdvancedTlsX509KeyManager, which support reloading keys and trust roots as they change. They also can make custom verification easier by handling the hostname verification. ([#​8175](https://togithub.com/grpc/grpc-java/issues/8175))
- xds: Added `XdsNameResolverProvider.createForTest()` to allow using a different bootstrap configuration in tests ([#​8358](https://togithub.com/grpc/grpc-java/issues/8358))
##### Behavior Changes
- rls: migrated the deprecated server and path fields in RouteLookupRequest to using the new extra_keys field in RLS config
##### Improvements
- api: Document that NameResolvers shouldn’t block within their methods ([#​8398](https://togithub.com/grpc/grpc-java/issues/8398)). The offload executor should be used for blocking operations
- stub: Document StreamObserver is an async API, and how it internally may buffer ([#​8449](https://togithub.com/grpc/grpc-java/issues/8449))
##### Dependencies
- Upgraded error_prone_annotations to 2.9.0
- cronet: Cronet upgraded to version 92.4515.131
</details>
---
### 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#github/googleapis/java-common-protos).1 parent 484e5c1 commit 82de6a1Copy full SHA for 82de6a1
1 file changed
+1
-1
lines changedgrpc-google-common-protos/build.gradle
Copy file name to clipboardExpand all lines: grpc-google-common-protos/build.gradle+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
0 commit comments