Skip to content

Commit

Permalink
feat(deps): Bump @opentelemetry/instrumentation from 0.55.0 to 0.56.0 (
Browse files Browse the repository at this point in the history
…#14625)

Bumps
[@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js)
from 0.55.0 to 0.56.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/instrumentation</code>'s
releases</a>.</em></p>
<blockquote>
<h2>experimental/v0.56.0</h2>
<h2>0.56.0</h2>
<h3>:boom: Breaking Change</h3>
<ul>
<li>feat(otlp-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>OTLPExporterBrowserBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code>)</li>
<li><code>ExportServiceError</code> was intended for internal use and
has been dropped from exports</li>
<li><code>validateAndNormalizeHeaders</code> was intended for internal
use and has been dropped from exports</li>
<li><code>OTLPExporterBase</code> all properties are now private, the
constructor now takes an <code>IOTLPExportDelegate</code>, the type
parameter for config type has been dropped.
<ul>
<li>This type is scheduled for removal in a future version of this
package, please treat all exporters as <code>SpanExporter</code>,
<code>PushMetricExporter</code> or <code>LogRecordExporter</code>, based
on their respective type.</li>
</ul>
</li>
</ul>
</li>
<li>feat(otlp-grpc-exporter-base)!: collapse base classes into one <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5031">#5031</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li><code>OTLPGRPCExporterNodeBase</code> has been removed in favor of a
platform-agnostic implementation (<code>OTLPExporterBase</code> from
<code>@opentelemetry/otlp-exporter-base</code>)</li>
</ul>
</li>
<li>feat(otlp-transformer)!: accept <code>ResourceMetrics</code> in
serializers instead of <code>ResourceMetrics[]</code>
<ul>
<li>(user-facing): <code>ProtobufMetricsSerializer</code> now only
accepts <code>ResourceMetrics</code> instead of
<code>ResourceMetrics[]</code> to align with
<code>PushMetricExporter</code> requirements</li>
<li>(user-facing): <code>JsonMetricsSerializer</code> now only accepts
<code>ResourceMetrics</code> instead of <code>ResourceMetrics[]</code>
to align with <code>PushMetricExporter</code> requirements</li>
</ul>
</li>
</ul>
<h3>:rocket: (Enhancement)</h3>
<ul>
<li>feat(otlp-exporter-base): handle OTLP partial success <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5183">#5183</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>feat(otlp-exporter-base): internally accept a http header provider
function only <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5179">#5179</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>refactor(otlp-exporter-base): don't create blob before sending xhr
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5193">#5193</a>
<a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a>
<ul>
<li>improves compatibility with some unsupported runtimes</li>
</ul>
</li>
<li>feat(otlp-exporter-base): add http response body to exporter error
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5204">#5204</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:bug: (Bug Fix)</h3>
<ul>
<li>fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using
'export *' in comments <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5227">#5227</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
<h3>:house: (Internal)</h3>
<ul>
<li>chore(otlp-exporter-*-grpc): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5196">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-http): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5198">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
<li>chore(otlp-exporter-*-proto): clean up tests <a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5199">#5196</a>
<a
href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/85dcbc7c55f002837f1bf1bf01145dbb34a55b40"><code>85dcbc7</code></a>
chore: prepare next release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5232">#5232</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/b0f73ea11d22f65dc2b2bfe9ddcb0890ea74f533"><code>b0f73ea</code></a>
fix: de-confuse Nuxt build tooling by not using 'export *' in comments
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5227">#5227</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/c9b5bb0bfeb77ab9ce238fc28b505daa87ed419e"><code>c9b5bb0</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5225">#5225</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fc94e4669a94e688204a919165a020323fc1d5c2"><code>fc94e46</code></a>
feat(otlp-exporter-base): implement partial success handling (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5183">#5183</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/fd7f2d951b4b760c6b957ca42f4a0f6b5fa600bd"><code>fd7f2d9</code></a>
fix(deps): update dependency zone.js to v0.15.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5213">#5213</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/17bf0d9a344e7e4dd391d070c4d318f0783529e7"><code>17bf0d9</code></a>
chore(deps): update dependency <code>@​bufbuild/buf</code> to v1.47.2
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5210">#5210</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/1249e34591d79407c488466ebd4340e84a6b0e9f"><code>1249e34</code></a>
refactor(otlp-exporter-base): remove exports that were meant to be
internal (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/5ad0aa544b680556be5c58ed05d2cea191c6e542"><code>5ad0aa5</code></a>
chore: replace deprecated String.prototype.substr() with substring() (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5209">#5209</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/3bf12847d166db34967355a6de8cee5b4b70fab3"><code>3bf1284</code></a>
feat(otlp-exporter-base): add http response body to exporter error (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5204">#5204</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-js/commit/561f8ad3a3b50c61f643d13a42bcd9c2006a6b57"><code>561f8ad</code></a>
fix(docs): broken link for community contribution lifecycle and
processes (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/5">#5</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.55.0...experimental/v0.56.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@opentelemetry/instrumentation&package-manager=npm_and_yarn&previous-version=0.55.0&new-version=0.56.0)](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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 4df242d commit f962eef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-async-hooks": "^1.29.0",
"@opentelemetry/core": "^1.29.0",
"@opentelemetry/instrumentation": "^0.55.0",
"@opentelemetry/instrumentation": "^0.56.0",
"@opentelemetry/instrumentation-amqplib": "^0.45.0",
"@opentelemetry/instrumentation-connect": "0.42.0",
"@opentelemetry/instrumentation-dataloader": "0.15.0",
Expand Down
19 changes: 0 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7542,13 +7542,6 @@
dependencies:
"@opentelemetry/api" "^1.0.0"

"@opentelemetry/[email protected]":
version "0.55.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.55.0.tgz#5cd7461820d864600250deb3803c32367a6bb2d2"
integrity sha512-3cpa+qI45VHYcA5c0bHM6VHo9gicv3p5mlLHNG3rLyjQU8b7e0st1rWtrUn3JbZ3DwwCfhKop4eQ9UuYlC6Pkg==
dependencies:
"@opentelemetry/api" "^1.3.0"

"@opentelemetry/[email protected]":
version "0.56.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.56.0.tgz#68f8c51ca905c260b610c8a3c67d3f9fa3d59a45"
Expand Down Expand Up @@ -7845,18 +7838,6 @@
semver "^7.5.2"
shimmer "^1.2.1"

"@opentelemetry/instrumentation@^0.55.0":
version "0.55.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.55.0.tgz#ecac8afd8706f6e99b3bb6951b9e07c4c81533f0"
integrity sha512-YDCMlaQRZkziLL3t6TONRgmmGxDx6MyQDXRD0dknkkgUZtOK5+8MWft1OXzmNu6XfBOdT12MKN5rz+jHUkafKQ==
dependencies:
"@opentelemetry/api-logs" "0.55.0"
"@types/shimmer" "^1.2.0"
import-in-the-middle "^1.8.1"
require-in-the-middle "^7.1.1"
semver "^7.5.2"
shimmer "^1.2.1"

"@opentelemetry/propagation-utils@^0.30.14":
version "0.30.14"
resolved "https://registry.yarnpkg.com/@opentelemetry/propagation-utils/-/propagation-utils-0.30.14.tgz#ba8454e3337e03a79282ea4e210819ae4cab7de2"
Expand Down

0 comments on commit f962eef

Please sign in to comment.