dependabot[bot] opened a new pull request, #470: URL: https://github.com/apache/doris-opentelemetry-demo/pull/470
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.12.6 to 1.14.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases">@grpc/grpc-js's releases</a>.</em></p> <blockquote> <h2><code>@grpc/grpc-js</code> 1.14.4</h2> <ul> <li>Fix a bug that could cause servers to crash when handling malformed requests (<a href="https://github.com/grpc/grpc-node/security/advisories/GHSA-5375-pq7m-f5r2">advisory GHSA-5375-pq7m-f5r2</a>)</li> <li>Fix a bug that could cause clients and servers to crash when handling malformed compressed messages (<a href="https://github.com/grpc/grpc-node/security/advisories/GHSA-99f4-grh7-6pcq">advisory GHSA-99f4-grh7-6pcq</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.14.3</h2> <ul> <li>Send halfClose immediately after messages to prevent late halfClose issues with Envoy (<a href="https://redirect.github.com/grpc/grpc-node/issues/3031">#3031</a> contributed by <a href="https://github.com/serkanerip"><code>@serkanerip</code></a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.14.2</h2> <ul> <li>Fix server keep alive timeout not properly destroying connections (<a href="https://redirect.github.com/grpc/grpc-node/issues/3022">#3022</a> contributed by <a href="https://github.com/mattias-wiberg"><code>@mattias-wiberg</code></a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.14.1</h2> <ul> <li>Fix a regression of the settings used internally for HTTP/2 sessions (<a href="https://redirect.github.com/grpc/grpc-node/issues/3023">#3023</a>)</li> </ul> <h2><code>@grpc/grpc-js-xds</code> 1.14.0</h2> <ul> <li>Implement RBAC support (<a href="https://github.com/grpc/proposal/blob/master/A41-xds-rbac.md">gRFC A41</a>) (<a href="https://redirect.github.com/grpc/grpc-node/issues/2939">#2939</a>, <a href="https://redirect.github.com/grpc/grpc-node/issues/2945">#2945</a>)</li> <li>Add <code>weighted_round_robin</code> to LB policy registry (<a href="https://redirect.github.com/grpc/grpc-node/issues/3001">#3001</a>) (currently experimental, enabled by the environment variable <code>GRPC_EXPERIMENTAL_XDS_WRR_LB</code>)</li> <li>Add <code>wrr_locality</code> to LB policy registry (<a href="https://redirect.github.com/grpc/grpc-node/issues/3003">#3003</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.14.0</h2> <h2>Changelog</h2> <ul> <li>Add <code>getAuthContext</code> method to client and server call classes (more details can be found in <a href="https://github.com/grpc/proposal/blob/master/L35-node-getAuthContext.md">gRFC L35</a>) (<a href="https://redirect.github.com/grpc/grpc-node/issues/2920">#2920</a>)</li> <li>Implement custom backend metrics support (<a href="https://github.com/grpc/proposal/blob/master/A51-custom-backend-metrics.md">gRFC A51</a>) (<a href="https://redirect.github.com/grpc/grpc-node/issues/2978">#2978</a>, <a href="https://redirect.github.com/grpc/grpc-node/issues/2983">#2983</a>, <a href="https://redirect.github.com/grpc/grpc-node/issues/2985">#2985</a>, <a href="https://redirect.github.com/grpc/grpc-node/issues/2986">#2986</a>, <a href="https://redirect.github.com/grpc/grpc-node/issues/2999">#2999</a>)</li> <li>Add <code>getConnectionInfo</code> method to the <code>ServerInterceptingCall</code> class (<a href="https://redirect.github.com/grpc/grpc-node/issues/2922">#2922</a>)</li> <li>Implement the <code>weighted_round_robin</code> load balancing policy (<a href="https://redirect.github.com/grpc/grpc-node/issues/2998">#2998</a>)</li> <li>Fix jitter behavior for client retries (<a href="https://redirect.github.com/grpc/grpc-node/issues/2960">#2960</a> contributed by <a href="https://github.com/ekscentrysytet"><code>@ekscentrysytet</code></a>)</li> <li>Start connecting from a random index in the <code>round_robin</code> LB policy (<a href="https://redirect.github.com/grpc/grpc-node/issues/2979">#2979</a>)</li> <li>Send connection-level WINDOW_UPDATE at session start (<a href="https://redirect.github.com/grpc/grpc-node/issues/2971">#2971</a> contributed by <a href="https://github.com/KoenRijpstra"><code>@KoenRijpstra</code></a>)</li> </ul> <h2>Experimental API Changes</h2> <p>Added:</p> <ul> <li><code>CHANNEL_ARGS_CONFIG_SELECTOR_KEY</code></li> <li><code>StatusOr<T></code></li> <li><code>CallStream</code></li> <li><code>statusOrFromValue</code></li> <li><code>statusOrFromError</code></li> </ul> <p>Modified:</p> <ul> <li><code>ResolverListener#onSuccessfulResolution</code> now has the signature <code>(endpointList: StatusOr<Endpoint[]>, attributes: { [key: string]: unknown }, serviceConfig: StatusOr<ServiceConfig> | null, resolutionNote: string): boolean</code></li> <li><code>LoadBalancer#updateAddressList</code> now has the signature `updateAddressList(endpointList: StatusOr<Endpoint[]>,lbConfig: TypedLoadBalancingConfig, channelOptions: ChannelOptions, resolutionNote: string): boolean</li> </ul> <h2><code>@grpc/grpc-js</code> 1.13.5</h2> <ul> <li>Fix a bug that could cause servers to crash when handling malformed requests (<a href="https://github.com/grpc/grpc-node/security/advisories/GHSA-5375-pq7m-f5r2">advisory GHSA-5375-pq7m-f5r2</a>)</li> <li>Fix a bug that could cause clients and servers to crash when handling malformed compressed messages (<a href="https://github.com/grpc/grpc-node/security/advisories/GHSA-99f4-grh7-6pcq">advisory GHSA-99f4-grh7-6pcq</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.13.4</h2> <ul> <li>Fix ability to set SNI with <code>ssl_target_name_override</code> option (<a href="https://redirect.github.com/grpc/grpc-node/issues/2956">#2956</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-node/commit/a380735ba9b0351214f2faa578350a559dd486ff"><code>a380735</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/3052">#3052</a> from murgatroid99/grpc-js_1.14.4</li> <li><a href="https://github.com/grpc/grpc-node/commit/5b8d37b03d91122ec0b9bc5e27dd26ffa7448337"><code>5b8d37b</code></a> Merge commit from fork</li> <li><a href="https://github.com/grpc/grpc-node/commit/6a97456cc88d2b74e1527b356de98bf8ee8d7a40"><code>6a97456</code></a> Merge commit from fork</li> <li><a href="https://github.com/grpc/grpc-node/commit/e5e0b1d3ff14fa7c5eeef10b309d694bc3ff7e96"><code>e5e0b1d</code></a> grpc-js: Bump version to 1.14.4</li> <li><a href="https://github.com/grpc/grpc-node/commit/5029a2668164d1ba6de6ed4dcf6d35d5c4ff6cf4"><code>5029a26</code></a> Make compression error a static string</li> <li><a href="https://github.com/grpc/grpc-node/commit/2fe55fd76a8bb59eaab5f39e3552b5f84985a163"><code>2fe55fd</code></a> Fix crashes when receiving malformed compressed data</li> <li><a href="https://github.com/grpc/grpc-node/commit/234f9172b2ff35e586ca7d4e788557aad5985668"><code>234f917</code></a> Fix server crash when handling invalid requests</li> <li><a href="https://github.com/grpc/grpc-node/commit/acef8d4adfa091188e9dd572cedf4d87b0f69b21"><code>acef8d4</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/3043">#3043</a> from murgatroid99/rbac_types_change_fix_1.14</li> <li><a href="https://github.com/grpc/grpc-node/commit/4f3c58fda2136eb0038a39d54804acb06a8419ea"><code>4f3c58f</code></a> grpc-js-xds: Update RBAC code to handle Node type change, pin <code>@types/node</code></li> <li><a href="https://github.com/grpc/grpc-node/commit/ccd29b27d28ce8937f8250f72e5e6027ed5af09a"><code>ccd29b2</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/3032">#3032</a> from murgatroid99/grpc-js_retry_half_close_1.14</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> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/doris-opentelemetry-demo/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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
