api: Removed Context.Storage deprecated method attach(), made doAttach() abstract (#10379)
api : Stabilized methodDescriptor getRequestMarshaller, getResponseMarshaller (#10495)
Behavior Changes
rls: Have RLS's LRU Cache rely on cleanup process to remove expired entries (#10400)
core, inprocess, util: 2 new artifacts grpc-inprocess and grpc-util have been created by moving code from grpc-core to facilitate Java module support (#10362, #10390)
all: Automatic module name support added to all artifacts (#10413)
xds: Encode the service authority in XdsNameResolver (#10207)
Improvements
api: In Javadoc, link to gRFCs A8/A9 for keepalive and related settings
okhttp: Enable support for being returned by Grpc.newServerBuilderForPort(). At present, Netty always has higher priority than OkHttp, if they are both available, because ServerBuilder.forPort() is not supported in the OkHttp transport but is supported in the Netty transport
bazel: Enhance java_grpc_library.bzl to allow toolchain to use annotation processors
examples: Add pre-serialized-message example (#10112)
examples: Android examples to use AGP 7.4.0 (#10497)
Bug Fixes
Fix compatibility with Java 8. This fixes the NoSuchMethodError for ByteBuffer methods present in 1.57.0 (#10441)
xds: Remove debug assert in WeightedRoundRobinLoadBalancer. The assert was to detect breakages in the static stride algorithm causing too much looping. However, with multithreading it is possible to trigger even in legitimate scenarios (#10437)
Handle header with errors and endStream = true. Was filling logs with NPEs. (#10384)
core: Fix a retriablestream bug that may cause deadlock with OkHttp (#10386)
stub: Remove ThreadlessExecutor from BlockingServerStream to eliminate the problem where sometimes the iterator’s next() method would get stuck. (#10496)
compiler: Fix aarch_64 macs not being able to build the compiler module. (#10516)
okhttp: Use padded length for flow control in both client and server transport (#10422)
xds: Fix locality logging information in bootstrap (#10423)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps io.grpc:grpc-bom from 1.57.1 to 1.58.0.
Release notes
Sourced from io.grpc:grpc-bom's releases.
... (truncated)
Commits
f9562b1
Bump version to 1.58.03481284
Update README etc to reference 1.58.042e6788
Handle exception in servers sendMessage better (v1.58 backport of #10513) (#1...5559d54
examples: Android helloworld to pass Google lint (#10518)3fad521
Fix aarch_64 macs not being able to build the compiler module. (#10516)2b4f649
android: Min SDK level to 21 (#10505)1fc3649
interop-testing: Correctly expose API types to dependents55c5040
Remove ThreadlessExecutor from BlockingServerStream (#10496)eb18cba
stablize ServerBuilder.handshakeTimeout (#10499)ceadf6d
Upgrade to Gradle 8.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show