dependabot[bot] opened a new pull request, #2487:
URL: https://github.com/apache/avro/pull/2487

   Bumps `grpc.version` from 1.57.1 to 1.58.0.
   Updates `io.grpc:grpc-core` from 1.57.1 to 1.58.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.58.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>xds: Add missing ExperimentalApi to OrcaServiceImpl</li>
   <li>stub: Removed deprecated methods attachHeaders and captureMetadata from 
MetadataUtils (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10443";>#10443</a>)</li>
   <li>api: Stabilized ServerCall.getAuthority() by removing experimental 
annotation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10498";>#10498</a>)</li>
   <li>api: Stabilized <code>ServerCall#setMessageCompression()</code> and 
<code>PartialForwardingServerCall#setMessageCompression()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10393";>#10393</a>)</li>
   <li>protobuf: Stabilize <code>ProtoUtils.setExtensionRegistry()</code> and 
<code>ProtoLiteUtils.setExtensionRegistry()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10392";>#10392</a>)</li>
   <li>testing: Stabilize <code>GrpcCleanupRule</code>, 
<code>GrpcServerRule</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10494";>#10494</a>)</li>
   <li>api: Stabilized ServerBuilder.handshakeTimeout (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10499";>#10499</a>)</li>
   <li>api: Removed Context.Storage deprecated method attach(), made doAttach() 
abstract (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10379";>#10379</a>)</li>
   <li>api : Stabilized methodDescriptor getRequestMarshaller, 
getResponseMarshaller (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10495";>#10495</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>rls: Have RLS's LRU Cache rely on cleanup process to remove expired 
entries (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10400";>#10400</a>)</li>
   <li>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 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/10362";>#10362</a>, 
<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10390";>#10390</a>)</li>
   <li>all: Automatic module name support added to all artifacts (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10413";>#10413</a>)</li>
   <li>xds: Encode the service authority in XdsNameResolver (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10207";>#10207</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>api: In Javadoc, link to gRFCs A8/A9 for keepalive and related 
settings</li>
   <li>okhttp: Enable support for being returned by 
<code>Grpc.newServerBuilderForPort()</code>. At present, Netty always has 
higher priority than OkHttp, if they are both available, because 
<code>ServerBuilder.forPort()</code> is not supported in the OkHttp transport 
but is supported in the Netty transport</li>
   <li>bazel: Enhance java_grpc_library.bzl to allow toolchain to use 
annotation processors</li>
   <li>examples: Add pre-serialized-message example (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10112";>#10112</a>)</li>
   <li>examples: Android examples to use AGP 7.4.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10497";>#10497</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>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 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   <li>util: Outlier detection tracer delegation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10459";>#10459</a>)</li>
   <li>Handle header with errors and endStream = true.  Was filling logs with 
NPEs. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10384";>#10384</a>)</li>
   <li>core: Fix a retriablestream bug that may cause deadlock with OkHttp (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10386";>#10386</a>)</li>
   <li>stub: Remove ThreadlessExecutor from BlockingServerStream to eliminate 
the problem where sometimes the iterator’s next() method would get stuck. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10496";>#10496</a>)</li>
   <li>compiler: Fix aarch_64 macs not being able to build the compiler module. 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10516";>#10516</a>)</li>
   <li>okhttp: Use padded length for flow control in both client and server 
transport (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10422";>#10422</a>)</li>
   <li>xds: Fix locality logging information in bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10423";>#10423</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Upgraded protobuf to 3.24.0</li>
   <li>android: Min SDK level to 21 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10505";>#10505</a>)</li>
   <li>Various dependency upgrades (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10359";>#10359</a>):
   <pre><code> androidx.core:core 1.10.0 -&gt; 1.10.1
    com.google.api.grpc:proto-google-common-protos 2.17.0 -&gt; 2.22.0
    com.google.cloud:google-cloud-logging 3.14.5 -&gt; 3.15.5
    com.google.errorprone:error_prone_annotations 2.18.0 -&gt; 2.20.0
    com.squareup.okio:okio 1.17.5 -&gt; 2.10.0
   </code></pre>
   </li>
   </ul>
   <h3>Acknowledgements</h3>
   <p>Halvard Skogsrud</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/f9562b16efe43ae35840d86f4106ef8b577c4155";><code>f9562b1</code></a>
 Bump version to 1.58.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3481284a4d17dc9caf968fd879fc5935f4c3d6f5";><code>3481284</code></a>
 Update README etc to reference 1.58.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/42e6788d466a07d429dfa61ae1008549644c231b";><code>42e6788</code></a>
 Handle exception in servers sendMessage better (v1.58 backport of <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10513";>#10513</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5559d54f5d139f4eb7ed36b86951378bea8c138b";><code>5559d54</code></a>
 examples: Android helloworld to pass Google lint (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10518";>#10518</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3fad52129f9a96bed16d0eac34871501850ee9dc";><code>3fad521</code></a>
 Fix aarch_64 macs not being able to build the compiler module. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10516";>#10516</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2b4f649b0ab4dbbe6e03dcc19b4f607a942de450";><code>2b4f649</code></a>
 android: Min SDK level to 21 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10505";>#10505</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1fc364955677fac18e9e5cc4c9d454bee79d4eff";><code>1fc3649</code></a>
 interop-testing: Correctly expose API types to dependents</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/55c5040cb5bb0035eb741f20c8989247c505ffe9";><code>55c5040</code></a>
 Remove ThreadlessExecutor from BlockingServerStream (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10496";>#10496</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/eb18cba062d8f87e5647b1d642570b2399ccea8c";><code>eb18cba</code></a>
 stablize ServerBuilder.handshakeTimeout (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10499";>#10499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ceadf6df6d689e9deadeaedb60b5ed445ba7b875";><code>ceadf6d</code></a>
 Upgrade to Gradle 8.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.1...v1.58.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-stub` from 1.57.1 to 1.58.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-stub's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.58.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>xds: Add missing ExperimentalApi to OrcaServiceImpl</li>
   <li>stub: Removed deprecated methods attachHeaders and captureMetadata from 
MetadataUtils (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10443";>#10443</a>)</li>
   <li>api: Stabilized ServerCall.getAuthority() by removing experimental 
annotation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10498";>#10498</a>)</li>
   <li>api: Stabilized <code>ServerCall#setMessageCompression()</code> and 
<code>PartialForwardingServerCall#setMessageCompression()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10393";>#10393</a>)</li>
   <li>protobuf: Stabilize <code>ProtoUtils.setExtensionRegistry()</code> and 
<code>ProtoLiteUtils.setExtensionRegistry()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10392";>#10392</a>)</li>
   <li>testing: Stabilize <code>GrpcCleanupRule</code>, 
<code>GrpcServerRule</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10494";>#10494</a>)</li>
   <li>api: Stabilized ServerBuilder.handshakeTimeout (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10499";>#10499</a>)</li>
   <li>api: Removed Context.Storage deprecated method attach(), made doAttach() 
abstract (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10379";>#10379</a>)</li>
   <li>api : Stabilized methodDescriptor getRequestMarshaller, 
getResponseMarshaller (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10495";>#10495</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>rls: Have RLS's LRU Cache rely on cleanup process to remove expired 
entries (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10400";>#10400</a>)</li>
   <li>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 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/10362";>#10362</a>, 
<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10390";>#10390</a>)</li>
   <li>all: Automatic module name support added to all artifacts (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10413";>#10413</a>)</li>
   <li>xds: Encode the service authority in XdsNameResolver (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10207";>#10207</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>api: In Javadoc, link to gRFCs A8/A9 for keepalive and related 
settings</li>
   <li>okhttp: Enable support for being returned by 
<code>Grpc.newServerBuilderForPort()</code>. At present, Netty always has 
higher priority than OkHttp, if they are both available, because 
<code>ServerBuilder.forPort()</code> is not supported in the OkHttp transport 
but is supported in the Netty transport</li>
   <li>bazel: Enhance java_grpc_library.bzl to allow toolchain to use 
annotation processors</li>
   <li>examples: Add pre-serialized-message example (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10112";>#10112</a>)</li>
   <li>examples: Android examples to use AGP 7.4.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10497";>#10497</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>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 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   <li>util: Outlier detection tracer delegation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10459";>#10459</a>)</li>
   <li>Handle header with errors and endStream = true.  Was filling logs with 
NPEs. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10384";>#10384</a>)</li>
   <li>core: Fix a retriablestream bug that may cause deadlock with OkHttp (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10386";>#10386</a>)</li>
   <li>stub: Remove ThreadlessExecutor from BlockingServerStream to eliminate 
the problem where sometimes the iterator’s next() method would get stuck. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10496";>#10496</a>)</li>
   <li>compiler: Fix aarch_64 macs not being able to build the compiler module. 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10516";>#10516</a>)</li>
   <li>okhttp: Use padded length for flow control in both client and server 
transport (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10422";>#10422</a>)</li>
   <li>xds: Fix locality logging information in bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10423";>#10423</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Upgraded protobuf to 3.24.0</li>
   <li>android: Min SDK level to 21 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10505";>#10505</a>)</li>
   <li>Various dependency upgrades (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10359";>#10359</a>):
   <pre><code> androidx.core:core 1.10.0 -&gt; 1.10.1
    com.google.api.grpc:proto-google-common-protos 2.17.0 -&gt; 2.22.0
    com.google.cloud:google-cloud-logging 3.14.5 -&gt; 3.15.5
    com.google.errorprone:error_prone_annotations 2.18.0 -&gt; 2.20.0
    com.squareup.okio:okio 1.17.5 -&gt; 2.10.0
   </code></pre>
   </li>
   </ul>
   <h3>Acknowledgements</h3>
   <p>Halvard Skogsrud</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/f9562b16efe43ae35840d86f4106ef8b577c4155";><code>f9562b1</code></a>
 Bump version to 1.58.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3481284a4d17dc9caf968fd879fc5935f4c3d6f5";><code>3481284</code></a>
 Update README etc to reference 1.58.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/42e6788d466a07d429dfa61ae1008549644c231b";><code>42e6788</code></a>
 Handle exception in servers sendMessage better (v1.58 backport of <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10513";>#10513</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5559d54f5d139f4eb7ed36b86951378bea8c138b";><code>5559d54</code></a>
 examples: Android helloworld to pass Google lint (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10518";>#10518</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3fad52129f9a96bed16d0eac34871501850ee9dc";><code>3fad521</code></a>
 Fix aarch_64 macs not being able to build the compiler module. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10516";>#10516</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2b4f649b0ab4dbbe6e03dcc19b4f607a942de450";><code>2b4f649</code></a>
 android: Min SDK level to 21 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10505";>#10505</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1fc364955677fac18e9e5cc4c9d454bee79d4eff";><code>1fc3649</code></a>
 interop-testing: Correctly expose API types to dependents</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/55c5040cb5bb0035eb741f20c8989247c505ffe9";><code>55c5040</code></a>
 Remove ThreadlessExecutor from BlockingServerStream (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10496";>#10496</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/eb18cba062d8f87e5647b1d642570b2399ccea8c";><code>eb18cba</code></a>
 stablize ServerBuilder.handshakeTimeout (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10499";>#10499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ceadf6df6d689e9deadeaedb60b5ed445ba7b875";><code>ceadf6d</code></a>
 Upgrade to Gradle 8.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.1...v1.58.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-netty` from 1.57.1 to 1.58.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-netty's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.58.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>xds: Add missing ExperimentalApi to OrcaServiceImpl</li>
   <li>stub: Removed deprecated methods attachHeaders and captureMetadata from 
MetadataUtils (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10443";>#10443</a>)</li>
   <li>api: Stabilized ServerCall.getAuthority() by removing experimental 
annotation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10498";>#10498</a>)</li>
   <li>api: Stabilized <code>ServerCall#setMessageCompression()</code> and 
<code>PartialForwardingServerCall#setMessageCompression()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10393";>#10393</a>)</li>
   <li>protobuf: Stabilize <code>ProtoUtils.setExtensionRegistry()</code> and 
<code>ProtoLiteUtils.setExtensionRegistry()</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10392";>#10392</a>)</li>
   <li>testing: Stabilize <code>GrpcCleanupRule</code>, 
<code>GrpcServerRule</code> (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10494";>#10494</a>)</li>
   <li>api: Stabilized ServerBuilder.handshakeTimeout (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10499";>#10499</a>)</li>
   <li>api: Removed Context.Storage deprecated method attach(), made doAttach() 
abstract (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10379";>#10379</a>)</li>
   <li>api : Stabilized methodDescriptor getRequestMarshaller, 
getResponseMarshaller (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10495";>#10495</a>)</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>rls: Have RLS's LRU Cache rely on cleanup process to remove expired 
entries (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10400";>#10400</a>)</li>
   <li>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 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/10362";>#10362</a>, 
<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10390";>#10390</a>)</li>
   <li>all: Automatic module name support added to all artifacts (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10413";>#10413</a>)</li>
   <li>xds: Encode the service authority in XdsNameResolver (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10207";>#10207</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>api: In Javadoc, link to gRFCs A8/A9 for keepalive and related 
settings</li>
   <li>okhttp: Enable support for being returned by 
<code>Grpc.newServerBuilderForPort()</code>. At present, Netty always has 
higher priority than OkHttp, if they are both available, because 
<code>ServerBuilder.forPort()</code> is not supported in the OkHttp transport 
but is supported in the Netty transport</li>
   <li>bazel: Enhance java_grpc_library.bzl to allow toolchain to use 
annotation processors</li>
   <li>examples: Add pre-serialized-message example (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10112";>#10112</a>)</li>
   <li>examples: Android examples to use AGP 7.4.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10497";>#10497</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix compatibility with Java 8. This fixes the 
<code>NoSuchMethodError</code> for <code>ByteBuffer</code> methods present in 
1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10441";>#10441</a>)</li>
   <li>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 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10437";>#10437</a>)</li>
   <li>util: Outlier detection tracer delegation (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10459";>#10459</a>)</li>
   <li>Handle header with errors and endStream = true.  Was filling logs with 
NPEs. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10384";>#10384</a>)</li>
   <li>core: Fix a retriablestream bug that may cause deadlock with OkHttp (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10386";>#10386</a>)</li>
   <li>stub: Remove ThreadlessExecutor from BlockingServerStream to eliminate 
the problem where sometimes the iterator’s next() method would get stuck. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10496";>#10496</a>)</li>
   <li>compiler: Fix aarch_64 macs not being able to build the compiler module. 
(<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10516";>#10516</a>)</li>
   <li>okhttp: Use padded length for flow control in both client and server 
transport (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10422";>#10422</a>)</li>
   <li>xds: Fix locality logging information in bootstrap (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10423";>#10423</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Upgraded protobuf to 3.24.0</li>
   <li>android: Min SDK level to 21 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10505";>#10505</a>)</li>
   <li>Various dependency upgrades (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10359";>#10359</a>):
   <pre><code> androidx.core:core 1.10.0 -&gt; 1.10.1
    com.google.api.grpc:proto-google-common-protos 2.17.0 -&gt; 2.22.0
    com.google.cloud:google-cloud-logging 3.14.5 -&gt; 3.15.5
    com.google.errorprone:error_prone_annotations 2.18.0 -&gt; 2.20.0
    com.squareup.okio:okio 1.17.5 -&gt; 2.10.0
   </code></pre>
   </li>
   </ul>
   <h3>Acknowledgements</h3>
   <p>Halvard Skogsrud</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/f9562b16efe43ae35840d86f4106ef8b577c4155";><code>f9562b1</code></a>
 Bump version to 1.58.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3481284a4d17dc9caf968fd879fc5935f4c3d6f5";><code>3481284</code></a>
 Update README etc to reference 1.58.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/42e6788d466a07d429dfa61ae1008549644c231b";><code>42e6788</code></a>
 Handle exception in servers sendMessage better (v1.58 backport of <a 
href="https://redirect.github.com/grpc/grpc-java/issues/10513";>#10513</a>) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5559d54f5d139f4eb7ed36b86951378bea8c138b";><code>5559d54</code></a>
 examples: Android helloworld to pass Google lint (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10518";>#10518</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/3fad52129f9a96bed16d0eac34871501850ee9dc";><code>3fad521</code></a>
 Fix aarch_64 macs not being able to build the compiler module. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10516";>#10516</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/2b4f649b0ab4dbbe6e03dcc19b4f607a942de450";><code>2b4f649</code></a>
 android: Min SDK level to 21 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10505";>#10505</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/1fc364955677fac18e9e5cc4c9d454bee79d4eff";><code>1fc3649</code></a>
 interop-testing: Correctly expose API types to dependents</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/55c5040cb5bb0035eb741f20c8989247c505ffe9";><code>55c5040</code></a>
 Remove ThreadlessExecutor from BlockingServerStream (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10496";>#10496</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/eb18cba062d8f87e5647b1d642570b2399ccea8c";><code>eb18cba</code></a>
 stablize ServerBuilder.handshakeTimeout (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/10499";>#10499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ceadf6df6d689e9deadeaedb60b5ed445ba7b875";><code>ceadf6d</code></a>
 Upgrade to Gradle 8.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.57.1...v1.58.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 <dependency name> 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to