fix(instrumentation): don't add @opentelemetry/api-logs as a peerDependency#4515@pichlermarc
Experimental v0.49.0
0.49.0
:boom: Breaking Change
fix(otlp-exporter-base)!: remove unload event from OTLPExporterBrowserBase #4438@eldavojohn
Reason: The 'unload' event prevents sites from taking advantage of Google's backward/forward cache and will be deprecated. It is now up to the consuming site to implement these shutdown events.
This breaking change affects users under this scenario:
A user extends the exporter and overrides the shutdown function, and does something which is usually called by the unload listener
We remove the unload event listener
That user's overridden shutdown function no longer gets called
:rocket: (Enhancement)
feat(instrumentation): allow LoggerProvider to be specified in Instrumentations #4314@hectorhdzg
feat(instrumentation): add getModuleDefinitions() to InstrumentationBase #4475@pichlermarc
feat(exporter-metrics-otlp-http): add option to set the exporter aggregation preference #4409@AkselAllas
Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
This breaking change only affects users that are using the experimental@opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
fix(instrumentation): don't add @opentelemetry/api-logs as a peerDependency#4515@pichlermarc
Experimental v0.49.0
0.49.0
:boom: Breaking Change
fix(otlp-exporter-base)!: remove unload event from OTLPExporterBrowserBase #4438@eldavojohn
Reason: The 'unload' event prevents sites from taking advantage of Google's backward/forward cache and will be deprecated. It is now up to the consuming site to implement these shutdown events.
This breaking change affects users under this scenario:
A user extends the exporter and overrides the shutdown function, and does something which is usually called by the unload listener
We remove the unload event listener
That user's overridden shutdown function no longer gets called
:rocket: (Enhancement)
feat(instrumentation): allow LoggerProvider to be specified in Instrumentations #4314@hectorhdzg
feat(instrumentation): add getModuleDefinitions() to InstrumentationBase #4475@pichlermarc
feat(exporter-metrics-otlp-http): add option to set the exporter aggregation preference #4409@AkselAllas
Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
This breaking change only affects users that are using the experimental@opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
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 development-dependencies group with 6 updates:
18.6.1
19.0.3
18.6.2
19.0.3
0.46.0
0.49.1
0.34.5
0.36.0
0.46.0
0.49.1
16.3.10
18.7.0
Updates
@commitlint/cli
from 18.6.1 to 19.0.3Release notes
Sourced from
@commitlint/cli
's releases.... (truncated)
Changelog
Sourced from
@commitlint/cli
's changelog.... (truncated)
Commits
9b4ac34
v19.0.3e538924
v19.0.29351b8e
v19.0.18793c63
fix: dropresolve-from
,resolve-global
andimport-fresh
, resolve global...f1ff121
v19.0.0868983c
docs: use vitepress (#3921)42d90f2
chore: bump ESM only packages and minor version packages (#3927)2816783
Revert "chore!: minimum node version v20"a909634
chore!: minimum node version v203423735
feat!: migrate to pure ESM (#3850)Updates
@commitlint/config-conventional
from 18.6.2 to 19.0.3Release notes
Sourced from
@commitlint/config-conventional
's releases.Changelog
Sourced from
@commitlint/config-conventional
's changelog.... (truncated)
Commits
9b4ac34
v19.0.3f1ff121
v19.0.0868983c
docs: use vitepress (#3921)2816783
Revert "chore!: minimum node version v20"a909634
chore!: minimum node version v203423735
feat!: migrate to pure ESM (#3850)Updates
@opentelemetry/instrumentation-http
from 0.46.0 to 0.49.1Release notes
Sourced from
@opentelemetry/instrumentation-http
's releases.... (truncated)
Commits
3920b15
chore: prepare release Experimental 0.49.1 (#4517)8e1996e
fix(instrumentation): remove peer-dependency on@opentelemetry/api-logs
(#4515)7be35c7
chore: prepare release API 1.8.0/Core 1.21.0/Experimental 0.49.0 (#4504)05720cc
Fix broken link to getting started page (#4511)f1b2c6d
fix a wrong internal link in examples readme (#4512)5637e2a
chore: Semantic Conventions export individual strings (#4298)aff48a1
fix(instr-fetch): do not enable in Node.js; clarify in docs this instr is for...89caef9
Add@david-luna
to triagers (#4497)356ef8a
chore: remove unload event from OTLPExporterBrowserBase (#4438)5bc8ced
fix(otlp-transformer): only use BigInt inside hrTimeToNanos() (#4484)Updates
@opentelemetry/instrumentation-pino
from 0.34.5 to 0.36.0Release notes
Sourced from
@opentelemetry/instrumentation-pino
's releases.... (truncated)
Commits
f81f8a7
chore: release main (#1539)8d9687d
feat(fastify): Skip update HTTP's span name and update RpcMetadata's route in...bf25eb1
chore(renovate): change strategy for@opentelemetry/api
, run experimental upd...3139dbf
chore: update renovate.json (#1575)273993b
chore: re-enable instrumentation-fastify unit test on node@18 (#1568)84a2377
fix(deps): update otel core experimental to ^0.41.0 (#1566)ffb45fe
chore(renovate): split patch and minor rules (#1572)8e2f518
feat(express): Skip update HTTP's span name and update RpcMetadata's route in...774d254
fix(document-load): compatibility issue with@opentelemetry/sdk-trace-web
@1
.1...a18b074
docs: document merge reqiurements (#1553)Updates
@opentelemetry/sdk-node
from 0.46.0 to 0.49.1Release notes
Sourced from
@opentelemetry/sdk-node
's releases.... (truncated)
Commits
3920b15
chore: prepare release Experimental 0.49.1 (#4517)8e1996e
fix(instrumentation): remove peer-dependency on@opentelemetry/api-logs
(#4515)7be35c7
chore: prepare release API 1.8.0/Core 1.21.0/Experimental 0.49.0 (#4504)05720cc
Fix broken link to getting started page (#4511)f1b2c6d
fix a wrong internal link in examples readme (#4512)5637e2a
chore: Semantic Conventions export individual strings (#4298)aff48a1
fix(instr-fetch): do not enable in Node.js; clarify in docs this instr is for...89caef9
Add@david-luna
to triagers (#4497)356ef8a
chore: remove unload event from OTLPExporterBrowserBase (#4438)5bc8ced
fix(otlp-transformer): only use BigInt inside hrTimeToNanos() (#4484)Updates
tap
from 16.3.10 to 18.7.0Release notes
Sourced from tap's releases.
... (truncated)
Commits
5187113
update versions5bb7ca8
remove shell:true from publish script2f9abd3
changelog 18.7f105701
late-bind t.context, so it can be set in before()ae2deb7
always initializet.context
e906d21
tcompare: update test to strip out node version specific cruftdc8dadd
ci: node 20 and 21 only0768324
remove windows from CI5063b46
chore: use --loader in bootstrap51e8a31
bootstrap: run nx in --verbose modeDependabot 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