dependabot[bot] opened a new pull request, #482: URL: https://github.com/apache/doris-opentelemetry-demo/pull/482
Bumps [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node), [@opentelemetry/auto-instrumentations-web](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web), [@opentelemetry/exporter-metrics-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/resource-detector-alibaba-cloud](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/resource-detector-alibaba-cloud), [@opentelemetry/resource-detector-aws](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/resource-detector-aws), [@opentelemetry/resource- detector-container](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/resource-detector-container), [@opentelemetry/resource-detector-gcp](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/resource-detector-gcp), [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/sdk-trace-node](https://github.com/open-telemetry/opentelemetry-js) and [@opentelemetry/sdk-trace-web](https://github.com/open-telemetry/opentelemetry-js). These dependencies needed to be updated together. Updates `@opentelemetry/core` from 1.30.1 to 2.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases">@opentelemetry/core's releases</a>.</em></p> <blockquote> <h2>v2.8.0</h2> <h2>2.8.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-trace-base): pretty-print <code>SpanImpl</code>, <code>Tracer</code>, and <code>BasicTracerProvider</code> via <code>util.inspect</code> so they render through <code>diag</code> and <code>console.log</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6690">#6690</a> <a href="https://github.com/mcollina"><code>@mcollina</code></a></li> <li>feat(sdk-metrics): implement metric reader self-observability metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> <li>feat(core): add <code>hrTimeToSeconds</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core): limit processing of incoming "baggage" header to 8192 bytes <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> </ul> <h2>v2.7.1</h2> <h2>2.7.1</h2> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core, api): defer trace state validation. Deprecate trace state implementation in api <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6459">#6459</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a> <ul> <li><strong>important:</strong> this bug fix may be breaking for certain uses of <code>TraceState</code> <ul> <li><code>set</code> now returns the same <code>TraceState</code> instance if key/value are invalid or makes the while trace state invalid.</li> <li><code>unset</code> now returns the same <code>TraceState</code> instance if key is not present.</li> <li>best-effort parsing of invalid <code>TraceState</code>s has changed: when multiple keys with the same name are present, the most recent one will win.</li> </ul> </li> </ul> </li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(sdk-trace-base): optimize TraceIdRatioBasedSampler performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6284">#6284</a> <a href="https://github.com/AbhiPrasad"><code>@AbhiPrasad</code></a></li> <li>perf(sdk-metrics): reduce loop overhead in sdk hot paths <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6593">#6593</a> <a href="https://github.com/mcollina"><code>@mcollina</code></a></li> </ul> <h2>v2.7.0</h2> <h2>2.7.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-logs): implement log creation metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6433">#6433</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> <li>feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6460">#6460</a> <a href="https://github.com/starzlocker"><code>@starzlocker</code></a></li> <li>feat(opentelemetry-core): add extra checks on internal merge function for safety <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6587">#6587</a> <a href="https://github.com/maryliag"><code>@maryliag</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs</li> </ul> <h3>:house: Internal</h3> <ul> <li>test(exporter-zipkin): fix broken browser test assertions and add missing coverage <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6566">#6566</a> <a href="https://github.com/overbalance"><code>@overbalance</code></a></li> <li>fix(sdk-metrics): repair ExponentialHistogram tests <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6565">#6565</a> <a href="https://github.com/overbalance"><code>@overbalance</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md">@opentelemetry/core's changelog</a>.</em></p> <blockquote> <h2>2.8.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-trace-base): pretty-print <code>SpanImpl</code>, <code>Tracer</code>, and <code>BasicTracerProvider</code> via <code>util.inspect</code> so they render through <code>diag</code> and <code>console.log</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6690">#6690</a> <a href="https://github.com/mcollina"><code>@mcollina</code></a></li> <li>feat(sdk-metrics): implement metric reader self-observability metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> <li>feat(core): add <code>hrTimeToSeconds</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core): limit processing of incoming "baggage" header to 8192 bytes <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> </ul> <h2>2.7.1</h2> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core, api): defer trace state validation. Deprecate trace state implementation in api <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6459">#6459</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a> <ul> <li><strong>important:</strong> this bug fix may be breaking for certain uses of <code>TraceState</code> <ul> <li><code>set</code> now returns the same <code>TraceState</code> instance if key/value are invalid or makes the while trace state invalid.</li> <li><code>unset</code> now returns the same <code>TraceState</code> instance if key is not present.</li> <li>best-effort parsing of invalid <code>TraceState</code>s has changed: when multiple keys with the same name are present, the most recent one will win.</li> </ul> </li> </ul> </li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(sdk-trace-base): optimize TraceIdRatioBasedSampler performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6284">#6284</a> <a href="https://github.com/AbhiPrasad"><code>@AbhiPrasad</code></a></li> <li>test: test Node.js 26 in CI <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6671">#6671</a> <a href="https://github.com/cjihrig"><code>@cjihrig</code></a></li> </ul> <h2>2.7.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-logs): implement log creation metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6433">#6433</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> <li>feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6460">#6460</a> <a href="https://github.com/starzlocker"><code>@starzlocker</code></a></li> <li>feat(opentelemetry-core): add extra checks on internal merge function for safety <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6587">#6587</a> <a href="https://github.com/maryliag"><code>@maryliag</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs</li> </ul> <h3>:house: Internal</h3> <ul> <li>test(exporter-zipkin): fix broken browser test assertions and add missing coverage <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6566">#6566</a> <a href="https://github.com/overbalance"><code>@overbalance</code></a></li> <li>fix(sdk-metrics): repair ExponentialHistogram tests <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6565">#6565</a> <a href="https://github.com/overbalance"><code>@overbalance</code></a></li> <li>perf(sdk-metrics): reduce loop overhead in sdk hot paths <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6593">#6593</a> <a href="https://github.com/mcollina"><code>@mcollina</code></a></li> </ul> <h2>2.6.1</h2> <h3>:bug: Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/13a035bc695996cf4aec885fef7b9866f48bc555"><code>13a035b</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6756">#6756</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/4b13587d1e08b47baf153e5312ccd08a3240d074"><code>4b13587</code></a> Merge commit from fork</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/71d195c508320295f1892aaed1ee2f1971ffb470"><code>71d195c</code></a> chore(renovate): set minimumReleaseAge to 3 days (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6792">#6792</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/555fca6ce94fb8d40a5f869dbd28e43143b4e730"><code>555fca6</code></a> Update renovate.json to use matchManagers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6141">#6141</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/b711a81d5262904245d70f1857b6f3bc811b22cd"><code>b711a81</code></a> docs(otlp-exporter-base): add typedoc entry points so public API is indexed a...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/da704029ccd291d65402f3d1c469bd3f25aec047"><code>da70402</code></a> fix(ci): supply-chain sec: disable caching in release-related workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6790">#6790</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/002267b1c639aac1d2f1d6e5c7ac3ed023109ea0"><code>002267b</code></a> chore: complete the move to the smaller SPDX license header (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6791">#6791</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/056ef9c4e1ddf9306477b7ce26acc7be489f9c6c"><code>056ef9c</code></a> feat(sdk-metrics): implement metric reader metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6449">#6449</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/3bd69ce18011f9a16a7231489d9c3acc8294e8d9"><code>3bd69ce</code></a> fix(configuration): improve environment variable substitution to handle all t...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/bfbda7c2d90e1686f51cd0fc4d02d785ab9a9cc0"><code>bfbda7c</code></a> docs(exporter-trace-otlp-grpc): import CompressionAlgorithm from otlp-exporte...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/v1.30.1...v2.8.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@opentelemetry/core</code> since your current version.</p> </details> <br /> Updates `@opentelemetry/auto-instrumentations-node` from 0.56.1 to 0.77.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/releases">@opentelemetry/auto-instrumentations-node's releases</a>.</em></p> <blockquote> <h2>auto-instrumentations-node: v0.77.0</h2> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-node-v0.76.0...auto-instrumentations-node-v0.77.0">0.77.0</a> (2026-06-11)</h2> <h3>Features</h3> <ul> <li>add <code>@opentelemetry/instrumentation-host-metrics</code> and integrate into auto-instrumentations-node (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3492">#3492</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/16bee31051d92e8add717a798c967147a84eb7b6">16bee31</a>)</li> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3567">#3567</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd569b54fbdbf4e7bb915c43ff7c6e88ab451738">bd569b5</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@opentelemetry/instrumentation-amqplib</code> bumped from ^0.65.0 to ^0.66.0</li> <li><code>@opentelemetry/instrumentation-aws-lambda</code> bumped from ^0.70.0 to ^0.71.0</li> <li><code>@opentelemetry/instrumentation-aws-sdk</code> bumped from ^0.73.0 to ^0.74.0</li> <li><code>@opentelemetry/instrumentation-bunyan</code> bumped from ^0.63.0 to ^0.64.0</li> <li><code>@opentelemetry/instrumentation-cassandra-driver</code> bumped from ^0.63.0 to ^0.64.0</li> <li><code>@opentelemetry/instrumentation-connect</code> bumped from ^0.61.0 to ^0.62.0</li> <li><code>@opentelemetry/instrumentation-cucumber</code> bumped from ^0.34.0 to ^0.35.0</li> <li><code>@opentelemetry/instrumentation-dataloader</code> bumped from ^0.35.0 to ^0.36.0</li> <li><code>@opentelemetry/instrumentation-dns</code> bumped from ^0.61.0 to ^0.62.0</li> <li><code>@opentelemetry/instrumentation-express</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-fs</code> bumped from ^0.37.0 to ^0.38.0</li> <li><code>@opentelemetry/instrumentation-generic-pool</code> bumped from ^0.61.0 to ^0.62.0</li> <li><code>@opentelemetry/instrumentation-graphql</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-hapi</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-host-metrics</code> bumped from ^0.1.0 to ^0.2.0</li> <li><code>@opentelemetry/instrumentation-ioredis</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-kafkajs</code> bumped from ^0.27.0 to ^0.28.0</li> <li><code>@opentelemetry/instrumentation-knex</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@opentelemetry/instrumentation-koa</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-lru-memoizer</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@opentelemetry/instrumentation-memcached</code> bumped from ^0.61.0 to ^0.62.0</li> <li><code>@opentelemetry/instrumentation-mongodb</code> bumped from ^0.71.0 to ^0.72.0</li> <li><code>@opentelemetry/instrumentation-mongoose</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-mysql</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-mysql2</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-nestjs-core</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-net</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@opentelemetry/instrumentation-openai</code> bumped from ^0.16.0 to ^0.17.0</li> <li><code>@opentelemetry/instrumentation-oracledb</code> bumped from ^0.43.0 to ^0.44.0</li> <li><code>@opentelemetry/instrumentation-pg</code> bumped from ^0.70.0 to ^0.71.0</li> <li><code>@opentelemetry/instrumentation-pino</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-redis</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-restify</code> bumped from ^0.63.0 to ^0.64.0</li> <li><code>@opentelemetry/instrumentation-router</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@opentelemetry/instrumentation-runtime-node</code> bumped from ^0.31.0 to ^0.32.0</li> <li><code>@opentelemetry/instrumentation-socket</code>.io bumped from ^0.65.0 to ^0.66.0</li> </ul> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/CHANGELOG.md">@opentelemetry/auto-instrumentations-node's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-node-v0.76.0...auto-instrumentations-node-v0.77.0">0.77.0</a> (2026-06-11)</h2> <h3>Features</h3> <ul> <li>add <code>@opentelemetry/instrumentation-host-metrics</code> and integrate into auto-instrumentations-node (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3492">#3492</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/16bee31051d92e8add717a798c967147a84eb7b6">16bee31</a>)</li> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3567">#3567</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd569b54fbdbf4e7bb915c43ff7c6e88ab451738">bd569b5</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@opentelemetry/instrumentation-amqplib</code> bumped from ^0.65.0 to ^0.66.0</li> <li><code>@opentelemetry/instrumentation-aws-lambda</code> bumped from ^0.70.0 to ^0.71.0</li> <li><code>@opentelemetry/instrumentation-aws-sdk</code> bumped from ^0.73.0 to ^0.74.0</li> <li><code>@opentelemetry/instrumentation-bunyan</code> bumped from ^0.63.0 to ^0.64.0</li> <li><code>@opentelemetry/instrumentation-cassandra-driver</code> bumped from ^0.63.0 to ^0.64.0</li> <li><code>@opentelemetry/instrumentation-connect</code> bumped from ^0.61.0 to ^0.62.0</li> <li><code>@opentelemetry/instrumentation-cucumber</code> bumped from ^0.34.0 to ^0.35.0</li> <li><code>@opentelemetry/instrumentation-dataloader</code> bumped from ^0.35.0 to ^0.36.0</li> <li><code>@opentelemetry/instrumentation-dns</code> bumped from ^0.61.0 to ^0.62.0</li> <li><code>@opentelemetry/instrumentation-express</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-fs</code> bumped from ^0.37.0 to ^0.38.0</li> <li><code>@opentelemetry/instrumentation-generic-pool</code> bumped from ^0.61.0 to ^0.62.0</li> <li><code>@opentelemetry/instrumentation-graphql</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-hapi</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-host-metrics</code> bumped from ^0.1.0 to ^0.2.0</li> <li><code>@opentelemetry/instrumentation-ioredis</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-kafkajs</code> bumped from ^0.27.0 to ^0.28.0</li> <li><code>@opentelemetry/instrumentation-knex</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@opentelemetry/instrumentation-koa</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-lru-memoizer</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@opentelemetry/instrumentation-memcached</code> bumped from ^0.61.0 to ^0.62.0</li> <li><code>@opentelemetry/instrumentation-mongodb</code> bumped from ^0.71.0 to ^0.72.0</li> <li><code>@opentelemetry/instrumentation-mongoose</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-mysql</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-mysql2</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-nestjs-core</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-net</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@opentelemetry/instrumentation-openai</code> bumped from ^0.16.0 to ^0.17.0</li> <li><code>@opentelemetry/instrumentation-oracledb</code> bumped from ^0.43.0 to ^0.44.0</li> <li><code>@opentelemetry/instrumentation-pg</code> bumped from ^0.70.0 to ^0.71.0</li> <li><code>@opentelemetry/instrumentation-pino</code> bumped from ^0.64.0 to ^0.65.0</li> <li><code>@opentelemetry/instrumentation-redis</code> bumped from ^0.66.0 to ^0.67.0</li> <li><code>@opentelemetry/instrumentation-restify</code> bumped from ^0.63.0 to ^0.64.0</li> <li><code>@opentelemetry/instrumentation-router</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@opentelemetry/instrumentation-runtime-node</code> bumped from ^0.31.0 to ^0.32.0</li> <li><code>@opentelemetry/instrumentation-socket</code>.io bumped from ^0.65.0 to ^0.66.0</li> <li><code>@opentelemetry/instrumentation-tedious</code> bumped from ^0.37.0 to ^0.38.0</li> </ul> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/4e52a9053029304f271b7dbe1b07e7fb2b987e30"><code>4e52a90</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3524">#3524</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd569b54fbdbf4e7bb915c43ff7c6e88ab451738"><code>bd569b5</code></a> feat(deps): update deps matching '@opentelemetry/*' (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3567">#3567</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/16bee31051d92e8add717a798c967147a84eb7b6"><code>16bee31</code></a> feat: add <code>@opentelemetry/instrumentation-host-metrics</code> and integrate into auto...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/15ef7506553f631ea4181391e0c5725a56f0d082"><code>15ef750</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3508">#3508</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/e26a90af6e2fb4666b22388b770add7a60140c9b"><code>e26a90a</code></a> feat(deps): update deps matching '@opentelemetry/*' (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3523">#3523</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/b68fb6dcc0649631ebecab7bde81879486f74f0b"><code>b68fb6d</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3498">#3498</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/e1ef3d1b14f177afd738f1c967018c1dc6fc900e"><code>e1ef3d1</code></a> feat(deps): update deps matching '@opentelemetry/*' (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3507">#3507</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/03ed3a3a4ab3f9fd481ba81dddb72b3f8e7dae30"><code>03ed3a3</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3481">#3481</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/a91133aa0aac9486eda26f3338d7673851b8bd69"><code>a91133a</code></a> feat(deps): update deps matching '@opentelemetry/*' (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3497">#3497</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd017c86bcdf369d7bc1b490e455f95b25385779"><code>bd017c8</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3451">#3451</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commits/auto-instrumentations-node-v0.77.0/packages/auto-instrumentations-node">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@opentelemetry/auto-instrumentations-node</code> since your current version.</p> </details> <br /> Updates `@opentelemetry/auto-instrumentations-web` from 0.45.1 to 0.64.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/releases">@opentelemetry/auto-instrumentations-web's releases</a>.</em></p> <blockquote> <h2>instrumentation-document-load: v0.64.0</h2> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-document-load-v0.63.0...instrumentation-document-load-v0.64.0">0.64.0</a> (2026-06-11)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3567">#3567</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd569b54fbdbf4e7bb915c43ff7c6e88ab451738">bd569b5</a>)</li> </ul> <h2>instrumentation-winston: v0.63.0</h2> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-winston-v0.62.0...instrumentation-winston-v0.63.0">0.63.0</a> (2026-06-11)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3567">#3567</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd569b54fbdbf4e7bb915c43ff7c6e88ab451738">bd569b5</a>)</li> <li><strong>instrumentation-winston:</strong> use Logs API exception field when translating winston error records (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3441">#3441</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/1940b77bd9611a1258a8b0021f531efa4b5d8eb7">1940b77</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>devDependencies <ul> <li><code>@opentelemetry/winston-transport</code> bumped from ^0.28.0 to ^0.29.0</li> </ul> </li> </ul> </li> </ul> <h2>instrumentation-router: v0.63.0</h2> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-router-v0.62.0...instrumentation-router-v0.63.0">0.63.0</a> (2026-06-11)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3567">#3567</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd569b54fbdbf4e7bb915c43ff7c6e88ab451738">bd569b5</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>instrumentation-router:</strong> preserve baggage across next() for Express v5 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3528">#3528</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/911cb5125f068ef85961b823d5ca7d9bb092d8f1">911cb51</a>)</li> </ul> <h2>instrumentation-restify: v0.64.0</h2> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-restify-v0.63.0...instrumentation-restify-v0.64.0">0.64.0</a> (2026-06-11)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3567">#3567</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd569b54fbdbf4e7bb915c43ff7c6e88ab451738">bd569b5</a>)</li> </ul> <h2>instrumentation-net: v0.63.0</h2> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-net-v0.62.0...instrumentation-net-v0.63.0">0.63.0</a> (2026-06-11)</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-web/CHANGELOG.md">@opentelemetry/auto-instrumentations-web's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-web-v0.63.0...auto-instrumentations-web-v0.64.0">0.64.0</a> (2026-06-11)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3567">#3567</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd569b54fbdbf4e7bb915c43ff7c6e88ab451738">bd569b5</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@opentelemetry/instrumentation-document-load</code> bumped from ^0.63.0 to ^0.64.0</li> <li><code>@opentelemetry/instrumentation-user-interaction</code> bumped from ^0.62.0 to ^0.63.0</li> </ul> </li> </ul> </li> </ul> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-web-v0.62.0...auto-instrumentations-web-v0.63.0">0.63.0</a> (2026-05-13)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3523">#3523</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/e26a90af6e2fb4666b22388b770add7a60140c9b">e26a90a</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@opentelemetry/instrumentation-document-load</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@opentelemetry/instrumentation-user-interaction</code> bumped from ^0.61.0 to ^0.62.0</li> </ul> </li> </ul> </li> </ul> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-web-v0.61.0...auto-instrumentations-web-v0.62.0">0.62.0</a> (2026-05-06)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3507">#3507</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/e1ef3d1b14f177afd738f1c967018c1dc6fc900e">e1ef3d1</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@opentelemetry/instrumentation-document-load</code> bumped from ^0.61.0 to ^0.62.0</li> <li><code>@opentelemetry/instrumentation-user-interaction</code> bumped from ^0.60.0 to ^0.61.0</li> </ul> </li> </ul> </li> </ul> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-web-v0.60.0...auto-instrumentations-web-v0.61.0">0.61.0</a> (2026-04-29)</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/b68fb6dcc0649631ebecab7bde81879486f74f0b"><code>b68fb6d</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3498">#3498</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/e1ef3d1b14f177afd738f1c967018c1dc6fc900e"><code>e1ef3d1</code></a> feat(deps): update deps matching '@opentelemetry/*' (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3507">#3507</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/03ed3a3a4ab3f9fd481ba81dddb72b3f8e7dae30"><code>03ed3a3</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3481">#3481</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/a91133aa0aac9486eda26f3338d7673851b8bd69"><code>a91133a</code></a> feat(deps): update deps matching '@opentelemetry/*' (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3497">#3497</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bd017c86bcdf369d7bc1b490e455f95b25385779"><code>bd017c8</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3451">#3451</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/8891261cb590efcb661bd9f8afec4d1adf885ad8"><code>8891261</code></a> feat(deps): update deps matching '@opentelemetry/*' (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3479">#3479</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/36a030c766030d0e793a619fb4f8629f4c07672d"><code>36a030c</code></a> chore: switch to short license header (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3476">#3476</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/ed97091c9890dd18e52759f2ea98e9d7593b3ae4"><code>ed97091</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3415">#3415</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/c8df394f02d68ae48a79a50258682c09dac13b8b"><code>c8df394</code></a> feat(deps): update deps matching '@opentelemetry/*' (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3450">#3450</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/39f08c313dc4d929c110ab7c43771c3cdbf8aa4c"><code>39f08c3</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-web/issues/3410">#3410</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commits/contrib-test-utils-v0.64.0/packages/auto-instrumentations-web">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@opentelemetry/auto-instrumentations-web</code> since your current version.</p> </details> <br /> Updates `@opentelemetry/exporter-metrics-otlp-grpc` from 0.57.2 to 0.219.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases">@opentelemetry/exporter-metrics-otlp-grpc's releases</a>.</em></p> <blockquote> <h2>experimental/v0.219.0</h2> <h2>0.219.0</h2> <h3>:boom: Breaking Changes</h3> <ul> <li>fix(configuration)!: stop removing <code>null</code> values from parsed config object <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6679">#6679</a> <a href="https://github.com/trentm"><code>@trentm</code></a> <ul> <li>It is now the responsibility of the user of a parsed declarative config object, typically just the <code>sdk-node</code> package, to handle <code>null</code> values.</li> </ul> </li> <li>fix(api-logs)!: Removed <code>NOOP_LOGGER</code> and <code>NoopLogger</code> exports from <code>@opentelemetry/api-logs</code>. Use <code>createNoopLogger(): Logger</code> instead. <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6713">#6713</a> <a href="https://github.com/dyladan"><code>@dyladan</code></a></li> <li>feat(api-logs)!: rename scopeAttributes to attributes in LoggerOptions <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6573">#6573</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>fix(sdk-node)!: remove <code>buildSamplerFromConfig</code> export <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6784">#6784</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> </ul> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-node): wire up metric producers from declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6712">#6712</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>feat(sdk-logs)!: add support for attributes in LoggerOptions <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6573">#6573</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(sdk-node): pass all config properties to log record exporters in declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6708">#6708</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>fix(sdk-node): warn and ignore zero exporter timeout in declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6711">#6711</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>fix(sdk-node): pass gRPC credentials and headers to span exporter in declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6705">#6705</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>fix(otlp-transformer): do not attempt to skip groups <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6704">#6704</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>fix(otlp-grpc-exporter-base): recreate client after 5 consecutive <code>DEADLINE_EXCEEDED</code> to recover from connection dropped deadlock <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6296">#6296</a> <a href="https://github.com/afharo"><code>@afharo</code></a></li> <li>fix(browser-detector): use the right semantic convention for user agent resource attribute <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6729">#6729</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> <li>fix(browser-detector): user agent resource attribute always <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6754">#6754</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> <li>fix(opentelemetry-exporter-prometheus): handle additional edge cases in metric name conversion <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6727">#6727</a> <a href="https://github.com/cjihrig"><code>@cjihrig</code></a></li> <li>fix(sdk-logs): avoid null dereference in <code>BatchLogRecordProcessor._flushAll</code> when an in-flight export completes between awaits <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6763">#6763</a> <a href="https://github.com/Janealter"><code>@Janealter</code></a></li> <li>fix(configuration): improve environment variable substitution to handle all the cases shown in the spec <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6757">#6757</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> </ul> <h3>:books: Documentation</h3> <ul> <li>docs(otlp-exporter-base): index the package's public API in generated docs so types like <code>OTLPExporterNodeConfigBase</code> resolve and link from consumer exporter pages <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6725">#6725</a> <a href="https://github.com/devareddy05"><code>@devareddy05</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>refactor(configuration): remove redundant env var parsing in EnvironmentConfigFactory <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6710">#6710</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> </ul> <h2>experimental/v0.218.0</h2> <h2>0.218.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(otlp-transformer): replace protobufjs metrics serialization with custom implementation <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6629">#6625</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>feat(configuration): show all config validation errors, if there are multiple <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6683">#6683</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> <li>feat(sdk-node): allow startNodeSDK() without an arg <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6688">#6688</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>refactor(sdk-logs): alias <code>LoggerProviderConfig</code> to <code>LoggerProviderOptions</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6691">#6691</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/13a035bc695996cf4aec885fef7b9866f48bc555"><code>13a035b</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6756">#6756</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/4b13587d1e08b47baf153e5312ccd08a3240d074"><code>4b13587</code></a> Merge commit from fork</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/71d195c508320295f1892aaed1ee2f1971ffb470"><code>71d195c</code></a> chore(renovate): set minimumReleaseAge to 3 days (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6792">#6792</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/555fca6ce94fb8d40a5f869dbd28e43143b4e730"><code>555fca6</code></a> Update renovate.json to use matchManagers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6141">#6141</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/b711a81d5262904245d70f1857b6f3bc811b22cd"><code>b711a81</code></a> docs(otlp-exporter-base): add typedoc entry points so public API is indexed a...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/da704029ccd291d65402f3d1c469bd3f25aec047"><code>da70402</code></a> fix(ci): supply-chain sec: disable caching in release-related workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6790">#6790</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/002267b1c639aac1d2f1d6e5c7ac3ed023109ea0"><code>002267b</code></a> chore: complete the move to the smaller SPDX license header (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6791">#6791</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/056ef9c4e1ddf9306477b7ce26acc7be489f9c6c"><code>056ef9c</code></a> feat(sdk-metrics): implement metric reader metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6449">#6449</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/3bd69ce18011f9a16a7231489d9c3acc8294e8d9"><code>3bd69ce</code></a> fix(configuration): improve environment variable substitution to handle all t...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/bfbda7c2d90e1686f51cd0fc4d02d785ab9a9cc0"><code>bfbda7c</code></a> docs(exporter-trace-otlp-grpc): import CompressionAlgorithm from otlp-exporte...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.57.2...experimental/v0.219.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@opentelemetry/exporter-metrics-otlp-grpc</code> since your current version.</p> </details> <br /> Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.57.2 to 0.219.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases">@opentelemetry/exporter-trace-otlp-grpc's releases</a>.</em></p> <blockquote> <h2>experimental/v0.219.0</h2> <h2>0.219.0</h2> <h3>:boom: Breaking Changes</h3> <ul> <li>fix(configuration)!: stop removing <code>null</code> values from parsed config object <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6679">#6679</a> <a href="https://github.com/trentm"><code>@trentm</code></a> <ul> <li>It is now the responsibility of the user of a parsed declarative config object, typically just the <code>sdk-node</code> package, to handle <code>null</code> values.</li> </ul> </li> <li>fix(api-logs)!: Removed <code>NOOP_LOGGER</code> and <code>NoopLogger</code> exports from <code>@opentelemetry/api-logs</code>. Use <code>createNoopLogger(): Logger</code> instead. <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6713">#6713</a> <a href="https://github.com/dyladan"><code>@dyladan</code></a></li> <li>feat(api-logs)!: rename scopeAttributes to attributes in LoggerOptions <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6573">#6573</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>fix(sdk-node)!: remove <code>buildSamplerFromConfig</code> export <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6784">#6784</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> </ul> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-node): wire up metric producers from declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6712">#6712</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>feat(sdk-logs)!: add support for attributes in LoggerOptions <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6573">#6573</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(sdk-node): pass all config properties to log record exporters in declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6708">#6708</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>fix(sdk-node): warn and ignore zero exporter timeout in declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6711">#6711</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>fix(sdk-node): pass gRPC credentials and headers to span exporter in declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6705">#6705</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>fix(otlp-transformer): do not attempt to skip groups <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6704">#6704</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>fix(otlp-grpc-exporter-base): recreate client after 5 consecutive <code>DEADLINE_EXCEEDED</code> to recover from connection dropped deadlock <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6296">#6296</a> <a href="https://github.com/afharo"><code>@afharo</code></a></li> <li>fix(browser-detector): use the right semantic convention for user agent resource attribute <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6729">#6729</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> <li>fix(browser-detector): user agent resource attribute always <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6754">#6754</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> <li>fix(opentelemetry-exporter-prometheus): handle additional edge cases in metric name conversion <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6727">#6727</a> <a href="https://github.com/cjihrig"><code>@cjihrig</code></a></li> <li>fix(sdk-logs): avoid null dereference in <code>BatchLogRecordProcessor._flushAll</code> when an in-flight export completes between awaits <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6763">#6763</a> <a href="https://github.com/Janealter"><code>@Janealter</code></a></li> <li>fix(configuration): improve environment variable substitution to handle all the cases shown in the spec <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6757">#6757</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> </ul> <h3>:books: Documentation</h3> <ul> <li>docs(otlp-exporter-base): index the package's public API in generated docs so types like <code>OTLPExporterNodeConfigBase</code> resolve and link from consumer exporter pages <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6725">#6725</a> <a href="https://github.com/devareddy05"><code>@devareddy05</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>refactor(configuration): remove redundant env var parsing in EnvironmentConfigFactory <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6710">#6710</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> </ul> <h2>experimental/v0.218.0</h2> <h2>0.218.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(otlp-transformer): replace protobufjs metrics serialization with custom implementation <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6629">#6625</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>feat(configuration): show all config validation errors, if there are multiple <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6683">#6683</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> <li>feat(sdk-node): allow startNodeSDK() without an arg <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6688">#6688</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>refactor(sdk-logs): alias <code>LoggerProviderConfig</code> to <code>LoggerProviderOptions</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6691">#6691</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/13a035bc695996cf4aec885fef7b9866f48bc555"><code>13a035b</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6756">#6756</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/4b13587d1e08b47baf153e5312ccd08a3240d074"><code>4b13587</code></a> Merge commit from fork</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/71d195c508320295f1892aaed1ee2f1971ffb470"><code>71d195c</code></a> chore(renovate): set minimumReleaseAge to 3 days (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6792">#6792</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/555fca6ce94fb8d40a5f869dbd28e43143b4e730"><code>555fca6</code></a> Update renovate.json to use matchManagers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6141">#6141</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/b711a81d5262904245d70f1857b6f3bc811b22cd"><code>b711a81</code></a> docs(otlp-exporter-base): add typedoc entry points so public API is indexed a...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/da704029ccd291d65402f3d1c469bd3f25aec047"><code>da70402</code></a> fix(ci): supply-chain sec: disable caching in release-related workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6790">#6790</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/002267b1c639aac1d2f1d6e5c7ac3ed023109ea0"><code>002267b</code></a> chore: complete the move to the smaller SPDX license header (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6791">#6791</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/056ef9c4e1ddf9306477b7ce26acc7be489f9c6c"><code>056ef9c</code></a> feat(sdk-metrics): implement metric reader metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6449">#6449</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/3bd69ce18011f9a16a7231489d9c3acc8294e8d9"><code>3bd69ce</code></a> fix(configuration): improve environment variable substitution to handle all t...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/bfbda7c2d90e1686f51cd0fc4d02d785ab9a9cc0"><code>bfbda7c</code></a> docs(exporter-trace-otlp-grpc): import CompressionAlgorithm from otlp-exporte...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.57.2...experimental/v0.219.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@opentelemetry/exporter-trace-otlp-grpc</code> since your current version.</p> </details> <br /> Updates `@opentelemetry/exporter-trace-otlp-http` from 0.57.2 to 0.219.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases">@opentelemetry/exporter-trace-otlp-http's releases</a>.</em></p> <blockquote> <h2>experimental/v0.219.0</h2> <h2>0.219.0</h2> <h3>:boom: Breaking Changes</h3> <ul> <li>fix(configuration)!: stop removing <code>null</code> values from parsed config object <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6679">#6679</a> <a href="https://github.com/trentm"><code>@trentm</code></a> <ul> <li>It is now the responsibility of the user of a parsed declarative config object, typically just the <code>sdk-node</code> package, to handle <code>null</code> values.</li> </ul> </li> <li>fix(api-logs)!: Removed <code>NOOP_LOGGER</code> and <code>NoopLogger</code> exports from <code>@opentelemetry/api-logs</code>. Use <code>createNoopLogger(): Logger</code> instead. <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6713">#6713</a> <a href="https://github.com/dyladan"><code>@dyladan</code></a></li> <li>feat(api-logs)!: rename scopeAttributes to attributes in LoggerOptions <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6573">#6573</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>fix(sdk-node)!: remove <code>buildSamplerFromConfig</code> export <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6784">#6784</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> </ul> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-node): wire up metric producers from declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6712">#6712</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>feat(sdk-logs)!: add support for attributes in LoggerOptions <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6573">#6573</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(sdk-node): pass all config properties to log record exporters in declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6708">#6708</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>fix(sdk-node): warn and ignore zero exporter timeout in declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6711">#6711</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>fix(sdk-node): pass gRPC credentials and headers to span exporter in declarative config <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6705">#6705</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> <li>fix(otlp-transformer): do not attempt to skip groups <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6704">#6704</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>fix(otlp-grpc-exporter-base): recreate client after 5 consecutive <code>DEADLINE_EXCEEDED</code> to recover from connection dropped deadlock <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6296">#6296</a> <a href="https://github.com/afharo"><code>@afharo</code></a></li> <li>fix(browser-detector): use the right semantic convention for user agent resource attribute <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6729">#6729</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> <li>fix(browser-detector): user agent resource attribute always <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6754">#6754</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> <li>fix(opentelemetry-exporter-prometheus): handle additional edge cases in metric name conversion <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6727">#6727</a> <a href="https://github.com/cjihrig"><code>@cjihrig</code></a></li> <li>fix(sdk-logs): avoid null dereference in <code>BatchLogRecordProcessor._flushAll</code> when an in-flight export completes between awaits <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6763">#6763</a> <a href="https://github.com/Janealter"><code>@Janealter</code></a></li> <li>fix(configuration): improve environment variable substitution to handle all the cases shown in the spec <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6757">#6757</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> </ul> <h3>:books: Documentation</h3> <ul> <li>docs(otlp-exporter-base): index the package's public API in generated docs so types like <code>OTLPExporterNodeConfigBase</code> resolve and link from consumer exporter pages <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6725">#6725</a> <a href="https://github.com/devareddy05"><code>@devareddy05</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>refactor(configuration): remove redundant env var parsing in EnvironmentConfigFactory <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6710">#6710</a> <a href="https://github.com/MikeGoldsmith"><code>@MikeGoldsmith</code></a></li> </ul> <h2>experimental/v0.218.0</h2> <h2>0.218.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(otlp-transformer): replace protobufjs metrics serialization with custom implementation <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6629">#6625</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>feat(configuration): show all config validation errors, if there are multiple <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6683">#6683</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> <li>feat(sdk-node): allow startNodeSDK() without an arg <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6688">#6688</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>refactor(sdk-logs): alias <code>LoggerProviderConfig</code> to <code>LoggerProviderOptions</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6691">#6691</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/13a035bc695996cf4aec885fef7b9866f48bc555"><code>13a035b</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6756">#6756</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/4b13587d1e08b47baf153e5312ccd08a3240d074"><code>4b13587</code></a> Merge commit from fork</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/71d195c508320295f1892aaed1ee2f1971ffb470"><code>71d195c</code></a> chore(renovate): set minimumReleaseAge to 3 days (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6792">#6792</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/555fca6ce94fb8d40a5f869dbd28e43143b4e730"><code>555fca6</code></a> Update renovate.json to use matchManagers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6141">#6141</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/b711a81d5262904245d70f1857b6f3bc811b22cd"><code>b711a81</code></a> docs(otlp-exporter-base): add typedoc entry points so public API is indexed a...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/da704029ccd291d65402f3d1c469bd3f25aec047"><code>da70402</code></a> fix(ci): supply-chain sec: disable caching in release-related workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6790">#6790</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/002267b1c639aac1d2f1d6e5c7ac3ed023109ea0"><code>002267b</code></a> chore: complete the move to the smaller SPDX license header (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6791">#6791</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/056ef9c4e1ddf9306477b7ce26acc7be489f9c6c"><code>056ef9c</code></a> feat(sdk-metrics): implement metric reader metrics (<a hr... _Description has been truncated_ -- 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]
