dependabot[bot] opened a new pull request, #27372: URL: https://github.com/apache/beam/pull/27372
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.6.7 to 1.8.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases"><code>@grpc/grpc-js</code>'s releases</a>.</em></p> <blockquote> <h2><code>@grpc/grpc-js</code> 1.8.8</h2> <ul> <li>Remove <code>progress</code> field in returned status object (<a href="https://redirect.github.com/grpc/grpc-node/issues/2350">#2350</a>)</li> <li>Export <code>InterceptingListener</code> and <code>NextCall</code> types (<a href="https://redirect.github.com/grpc/grpc-node/issues/2351">#2351</a>)</li> <li>Fix a bug that could cause a crash when sending messages that exceed the outgoing message buffer size while a retry is in progress (<a href="https://redirect.github.com/grpc/grpc-node/issues/2349">#2349</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.8.7</h2> <ul> <li>Make handling of HTTP2 session references work independent of keepalive settings (<a href="https://redirect.github.com/grpc/grpc-node/issues/2337">#2337</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.8.6</h2> <ul> <li>Hold a reference to transport from call to avoid premature garbage collection (<a href="https://redirect.github.com/grpc/grpc-node/issues/2336">#2336</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.8.5</h2> <ul> <li>Cancel deadline timer when the call ends (<a href="https://redirect.github.com/grpc/grpc-node/issues/2335">#2335</a>)</li> </ul> <h2><code>@grpc/grpc-js</code><a href="https://github.com/1"><code>@1</code></a>.8.4</h2> <ul> <li>Fix a bug that would sometimes allow the Node process to exit even though a gRPC request is active (<a href="https://redirect.github.com/grpc/grpc-node/issues/2322">#2322</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.8.3</h2> <ul> <li>Fix bug that caused streams to fail early when receiving a GOAWAY (<a href="https://redirect.github.com/grpc/grpc-node/issues/2319">#2319</a>)</li> </ul> <h2><code>@grpc/grpc-js</code><a href="https://github.com/1"><code>@1</code></a>.8.2</h2> <ul> <li>Continue keepalive pings after receiving a GOAWAY on the client (<a href="https://redirect.github.com/grpc/grpc-node/issues/2308">#2308</a>)</li> <li>Fix handling of keepalive timers when the timeout is longer than the interval (<a href="https://redirect.github.com/grpc/grpc-node/issues/2304">#2304</a> contributed by <a href="https://github.com/nicknotfun"><code>@nicknotfun</code></a>, included in <a href="https://redirect.github.com/grpc/grpc-node/issues/2308">#2308</a>)</li> <li>Ensure the last received message is fully handled before outputting status (<a href="https://redirect.github.com/grpc/grpc-node/issues/2316">#2316</a>)</li> </ul> <h2><code>@grpc/grpc-js-xds</code> 1.8.2</h2> <ul> <li>Fix behavior when receiving invalid resources after receiving valid resources for the same resource name (<a href="https://redirect.github.com/grpc/grpc-node/issues/2433">#2433</a>)</li> </ul> <h2><code>@grpc/grpc-js</code><a href="https://github.com/1"><code>@1</code></a>.8.1</h2> <ul> <li>Implement support for the <code>grpc.service_config_disable_resolution</code> channel option (<a href="https://redirect.github.com/grpc/grpc-node/issues/2277">#2277</a> contributed by <a href="https://github.com/kleinsch"><code>@kleinsch</code></a>)</li> <li>Include standard headers in trailers-only responses (<a href="https://redirect.github.com/grpc/grpc-node/issues/2305">#2305</a>)</li> <li>Fix a memory leak in the retry implementation (<a href="https://redirect.github.com/grpc/grpc-node/issues/2306">#2306</a>)</li> </ul> <h2><code>@grpc/grpc-js-xds</code> 1.8.1</h2> <ul> <li>Populate Node message field user_agent_version (<a href="https://redirect.github.com/grpc/grpc-node/issues/2391">#2391</a>)</li> </ul> <h2><code>@grpc/grpc-js-xds</code> 1.8.0</h2> <ul> <li>Add <a href="https://github.com/grpc/proposal/blob/master/A44-xds-retry.md">Retry support</a> (<a href="https://redirect.github.com/grpc/grpc-node/issues/2280">#2280</a>)</li> <li>Drop support for xDS version 2 following the timeline in <a href="https://github.com/grpc/proposal/blob/master/A30-xds-v3.md">gRFC A30</a> (<a href="https://redirect.github.com/grpc/grpc-node/issues/2244">#2244</a>)</li> <li>Update xDS Client failure mode behavior as specified in <a href="https://github.com/grpc/proposal/blob/master/A57-xds-client-failure-mode-behavior.md">gRFC A57</a></li> </ul> <h2><code>@grpc/grpc-js</code> 1.8.0</h2> <ul> <li>Implement retries (<a href="https://github.com/grpc/proposal/blob/master/A6-client-retries.md">specified in gRFC A6</a>) (<a href="https://redirect.github.com/grpc/grpc-node/issues/2243">#2243</a>, <a href="https://redirect.github.com/grpc/grpc-node/issues/2278">#2278</a>)</li> <li>Enable servers to send trailers-only responses (<a href="https://redirect.github.com/grpc/grpc-node/issues/2278">#2278</a>)</li> <li>Add server connection management options (<a href="https://redirect.github.com/grpc/grpc-node/issues/2272">#2272</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.7.3</h2> <ul> <li>Server performance improvements (<a href="https://redirect.github.com/grpc/grpc-node/issues/2249">#2249</a> contributed by <a href="https://github.com/AVVS"><code>@AVVS</code></a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.7.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-node/commit/7ab5368a6e5863fa58ac36b3a0a7d7a07d82eed8"><code>7ab5368</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2349">#2349</a> from murgatroid99/grpc-js_retry_commit_fix</li> <li><a href="https://github.com/grpc/grpc-node/commit/2b7f296680f30fd9822f2183b2280ce0db8a6d7f"><code>2b7f296</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2351">#2351</a> from murgatroid99/grpc-js_export_interceptor_types</li> <li><a href="https://github.com/grpc/grpc-node/commit/9bf74d9d5973102e5da9bb0feb97c5d06c40ab00"><code>9bf74d9</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2350">#2350</a> from murgatroid99/grpc-js_retry_clean_status</li> <li><a href="https://github.com/grpc/grpc-node/commit/18c803e6dd458b762fa5fe7361b4abc59d263382"><code>18c803e</code></a> grpc-js: Export InterceptingListener and NextCall types</li> <li><a href="https://github.com/grpc/grpc-node/commit/3596c4f65518b1f0e8aae841b255a98e68dfe608"><code>3596c4f</code></a> grpc-js: Remove progress field in status from retrying call</li> <li><a href="https://github.com/grpc/grpc-node/commit/cf090c7f5075452d322ead84496b7f0ed0bb1868"><code>cf090c7</code></a> grpc-js: Fix commitCallWithMostMessages trying to commit completed attempts</li> <li><a href="https://github.com/grpc/grpc-node/commit/cea545dd7763a260130bf178b8838792c5283fb7"><code>cea545d</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2337">#2337</a> from murgatroid99/grpc-js_transport_fix_active_call_...</li> <li><a href="https://github.com/grpc/grpc-node/commit/3efdc7b58c0910075659982603e850cc883e019b"><code>3efdc7b</code></a> grpc-js: Bump version to 1.8.7</li> <li><a href="https://github.com/grpc/grpc-node/commit/0d177a818f83cd9de6fc1f5e4bd343de4538e35a"><code>0d177a8</code></a> grpc-js: Fix tracking of active calls in transport</li> <li><a href="https://github.com/grpc/grpc-node/commit/f29e99d0c6cf350dfc0006440ad9c417f90d7d48"><code>f29e99d</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2336">#2336</a> from murgatroid99/grpc-js_transport_garbage_collection</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/beam/network/alerts). </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
