-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[java] Update dependency io.grpc:grpc-context to v1.69.0 #14980
Conversation
CI Failure Feedback 🧐(Checks updated until commit 16576ca)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
16576ca
to
daf5071
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
1.68.1
->1.69.0
Release Notes
grpc/grpc-java (io.grpc:grpc-context)
v1.69.0
Compare Source
v1.69.0
New Features
LoadBalancer
s to specify an authority per-RPC.(#11631) (c167ead
) CallOptions.withAuthority() has higher precedence.735b3f3
) The soft limit is a lower size limit that fails an increasing percentage of RPCs as the Metadata size approaches the upper limit. This can be used as an “early warning” that the Metadata size is growing too largeGoogleDefaultChannelCredentials
(#11634) (ba8ab79
)20d09ce
).grpc.xds.authority
is not yet availableBug Fixes
Listener
onAddresses toListener2
continue to use onResult (#11666) (dae078c
). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (#11662) that could be seen in certain custom NameResolversef1fe87
). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasksImprovements
java.time.Duration
overloads toCallOptions
,AbstractStub
methods that take TimeUnit and a time value (#11562) (766b923
)9176b55
). This increases the timestamp precision from millisecondsAndroidComponentAddress
specify a target UserHandle (#11670) (e58c998
)a5db67d
)29dd9ba
). The target s2a had been referenced by IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS but didn’t previously existb170334
). This compatibility is on the source level. There is not a pre-built binary on Maven Central that supports proto lite921f88a
). The class implements the deprecated v1alpha of the reflection protocol. Prefer ProtoReflectionServiceV1, which implements the v1 version of the reflection protocolDependencies
1993e68
)1993e68
)1993e68
)1993e68
)1993e68
)664f1fc
). This had been done for the Maven Central binaries in 1.63.0, but had been missed for Bazel buildsDocumentation
fe350cf
)a79982c
)Thanks to
@niloc132
@rockspore
@SreeramdasLavanya
@vinodhabib
v1.68.2
Compare Source
Bug Fixes
Improvements
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
This PR was generated by Mend Renovate. View the repository job log.