chore(instrumentation): Use a caret version for import-in-the-middle dependency #4810@timfish
:house: (Internal)
test: add npm run maint:regenerate-test-certs maintenance script and regenerate recently expired test certs #4777
experimental/v0.52.0
0.52.0
:boom: Breaking Change
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4542@pichlermarc
Breaking changes:
(user-facing) convert() now returns an empty object and will be removed in a follow-up
(internal) OTLPExporterNodeBase now has additional constructor parameters that are required
(internal) OTLPExporterNodeBase now has an additional ResponseType type parameter
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4581@pichlermarc
Breaking changes:
(user-facing) convert() has been removed from all exporters
(internal) OTLPExporterBrowserBase: RequestType has been replaced by a ResponseType type-argument
(internal) OTLPExporterNodeBase: ServiceRequest has been replaced by a ServiceResponse type-argument
(internal) the @opentelemetry/otlp-exporter-proto-base package has been removed, and will from now on be deprecated in npm
feat(instrumentation): remove default value for config in base instrumentation constructor #4695: @blumamir
fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694@blumamir
feat(instrumentation)!: simplify registerInstrumentations() API
Breaking changes:
removes InstrumentationOptions type
occurrences of InstrumentationOptions are now replaced by (Instrumentation | Instrumentation[])[]
migrate usages of registerInstrumentations({instrumentations: fooInstrumentation}) to registerInstrumentations({instrumentations: [fooInstrumentation]})
passing Instrumentation classes to registerInstrumentations() is now not possible anymore.
feat(sdk-node)!: simplify type of instrumentations option
Breaking changes:
replaces InstrumentationOptions with (Instrumentation | Instrumentation[])[]
:rocket: (Enhancement)
feat(instrumentation): apply unwrap before wrap in base class #4692
chore(instrumentation): Use a caret version for import-in-the-middle dependency #4810@timfish
:house: (Internal)
test: add npm run maint:regenerate-test-certs maintenance script and regenerate recently expired test certs #4777
experimental/v0.52.0
0.52.0
:boom: Breaking Change
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4542@pichlermarc
Breaking changes:
(user-facing) convert() now returns an empty object and will be removed in a follow-up
(internal) OTLPExporterNodeBase now has additional constructor parameters that are required
(internal) OTLPExporterNodeBase now has an additional ResponseType type parameter
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4581@pichlermarc
Breaking changes:
(user-facing) convert() has been removed from all exporters
(internal) OTLPExporterBrowserBase: RequestType has been replaced by a ResponseType type-argument
(internal) OTLPExporterNodeBase: ServiceRequest has been replaced by a ServiceResponse type-argument
(internal) the @opentelemetry/otlp-exporter-proto-base package has been removed, and will from now on be deprecated in npm
feat(instrumentation): remove default value for config in base instrumentation constructor #4695: @blumamir
fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694@blumamir
feat(instrumentation)!: simplify registerInstrumentations() API
Breaking changes:
removes InstrumentationOptions type
occurrences of InstrumentationOptions are now replaced by (Instrumentation | Instrumentation[])[]
migrate usages of registerInstrumentations({instrumentations: fooInstrumentation}) to registerInstrumentations({instrumentations: [fooInstrumentation]})
passing Instrumentation classes to registerInstrumentations() is now not possible anymore.
feat(sdk-node)!: simplify type of instrumentations option
Breaking changes:
replaces InstrumentationOptions with (Instrumentation | Instrumentation[])[]
:rocket: (Enhancement)
feat(instrumentation): apply unwrap before wrap in base class #4692
This version was pushed to npm by pichlermarc, a new releaser for @opentelemetry/sdk-node since your current version.
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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the opentelemetry group in /src/checkout with 4 updates: @opentelemetry/auto-instrumentations-node, @opentelemetry/exporter-trace-otlp-grpc, @opentelemetry/resource-detector-aws and @opentelemetry/sdk-node.
Updates
@opentelemetry/auto-instrumentations-node
from 0.36.6 to 0.48.0Release notes
Sourced from
@opentelemetry/auto-instrumentations-node
's releases.... (truncated)
Commits
ad8436d
chore: release main (#2275)9dc55da
fix(instr-mongodb): fix function patch missing one argument introduced in v6...0c46dfe
chore: exempt dependencies, autorelease PR from unmaintained-package autoclos...7efeb2a
ci: generate npm provenance statements when publishing (#2308)85ca5f1
docs(@opentelemetry/instrumentation-winston
): Add extra details about@opente
...626ecc5
chore: mark@rauno56
components as unmaintained (#2305)65bc979
chore: update all otel deps (#2291)fbf25c5
fix(@opentelemetry/instrumentation-winston
): Removing error details when@ope
...688a92d
chore: permanently deprecate opentelemetry-browser-extension-autoinjection (#...055ef41
feat(instrumentation-pino): add log sending to Logs Bridge API (#2249)Updates
@opentelemetry/exporter-trace-otlp-grpc
from 0.38.0 to 0.52.1Release notes
Sourced from
@opentelemetry/exporter-trace-otlp-grpc
's releases.... (truncated)
Commits
0608f40
chore: prepare release 1.25.1/0.52.1 (#4809)cdd5284
feat(instrumentation): Use a caret version forimport-in-the-middle
depende...81f78a6
chore(deps): update dependency chromedriver to v126 (#4800)1041ed4
chore(deps): lock file maintenance (#4801)c07aa53
fix: Updateimport-in-the-middle
(#4806)3cbc9c7
docs: add SimpleSpanProcessor warning (#4798)9e421f6
docs(exporter-logs-otlp-http): change OTLPLogsExporter to OTLPLogExporter (#4...dd83751
docs: change to SEMRESATTRS_SERVICE_NAME (#4797)4fa7c13
refactor(examples/opentelemetry-web): use new exported string constants for s...812c774
refactor(context-zone-peer-dep): use explicit exports (#4787)Maintainer changes
This version was pushed to npm by pichlermarc, a new releaser for
@opentelemetry/exporter-trace-otlp-grpc
since your current version.Updates
@opentelemetry/resource-detector-aws
from 1.5.1 to 1.5.2Release notes
Sourced from
@opentelemetry/resource-detector-aws
's releases.Commits
ad8436d
chore: release main (#2275)9dc55da
fix(instr-mongodb): fix function patch missing one argument introduced in v6...0c46dfe
chore: exempt dependencies, autorelease PR from unmaintained-package autoclos...7efeb2a
ci: generate npm provenance statements when publishing (#2308)85ca5f1
docs(@opentelemetry/instrumentation-winston
): Add extra details about@opente
...626ecc5
chore: mark@rauno56
components as unmaintained (#2305)65bc979
chore: update all otel deps (#2291)fbf25c5
fix(@opentelemetry/instrumentation-winston
): Removing error details when@ope
...688a92d
chore: permanently deprecate opentelemetry-browser-extension-autoinjection (#...055ef41
feat(instrumentation-pino): add log sending to Logs Bridge API (#2249)Updates
@opentelemetry/sdk-node
from 0.38.0 to 0.52.1Release notes
Sourced from
@opentelemetry/sdk-node
's releases.... (truncated)
Commits
0608f40
chore: prepare release 1.25.1/0.52.1 (#4809)cdd5284
feat(instrumentation): Use a caret version forimport-in-the-middle
depende...81f78a6
chore(deps): update dependency chromedriver to v126 (#4800)1041ed4
chore(deps): lock file maintenance (#4801)c07aa53
fix: Updateimport-in-the-middle
(#4806)3cbc9c7
docs: add SimpleSpanProcessor warning (#4798)9e421f6
docs(exporter-logs-otlp-http): change OTLPLogsExporter to OTLPLogExporter (#4...dd83751
docs: change to SEMRESATTRS_SERVICE_NAME (#4797)4fa7c13
refactor(examples/opentelemetry-web): use new exported string constants for s...812c774
refactor(context-zone-peer-dep): use explicit exports (#4787)Maintainer changes
This version was pushed to npm by pichlermarc, a new releaser for
@opentelemetry/sdk-node
since your current version.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 commands and options
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