meta: bump the vercel group with 8 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 5
(7 months ago)
(6 months ago)
(6 months ago)
Bumps the vercel group with 8 updates:
| Package | From | To |
|---|---|---|
| turbo | 2.5.8 |
2.6.1 |
| @opentelemetry/api-logs | 0.206.0 |
0.208.0 |
| @opentelemetry/instrumentation | 0.206.0 |
0.208.0 |
| @opentelemetry/sdk-logs | 0.206.0 |
0.208.0 |
| @vercel/otel | 2.0.1 |
2.1.0 |
| next | 15.5.4 |
16.0.5 |
| next-intl | 4.3.11 |
4.5.6 |
| @next/eslint-plugin-next | 15.5.4 |
16.0.5 |
Updates turbo from 2.5.8 to 2.6.1
Release notes
Sourced from turbo's releases.
Turborepo v2.6.1
What's Changed
Docs
- docs: 2.6 release blog post by
@anthonyshewin vercel/turborepo#11003- docs: update typo'd link by
@lishaduckin vercel/turborepo#11032- chore(with-docker/Dockerfile): Some improvements by
@yairoproin vercel/turborepo#11010- docs: Fix grammatical mistake on structuring-a-repository.mdx by
@Andrew-Pynchin vercel/turborepo#11091- feat: Cross-platform microfrontends port command by
@anthonyshewin vercel/turborepo#11098
@turbo/codemod
- ci: Fix flake in JS tests by
@anthonyshewin vercel/turborepo#11067
@turbo/repository
- chore: Update to Rust 1.91.0 by
@ognevnyin vercel/turborepo#10885Examples
- examples(deps-dev): bump
@types/nodefrom 18.17.4 to 24.10.0 in /examples/non-monorepo by@dependabot[bot] in vercel/turborepo#11037- examples(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 9 updates by
@dependabot[bot] in vercel/turborepo#11043- examples: Remove redundant border declaration by
@Yeom-JinHoin vercel/turborepo#11042- examples(deps-dev): bump turbo from 2.5.6 to 2.6.0 in /examples/with-shell-commands in the with-shell-commands group by
@dependabot[bot] in vercel/turborepo#11039- examples(deps-dev): bump the with-svelte group in /examples/with-svelte with 7 updates by
@dependabot[bot] in vercel/turborepo#11041- examples(deps): bump the basic group in /examples/basic with 9 updates by
@dependabot[bot] in vercel/turborepo#11040- examples(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 6 updates by
@dependabot[bot] in vercel/turborepo#11038- examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/non-monorepo by
@dependabot[bot] in vercel/turborepo#11051- examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/basic by
@dependabot[bot] in vercel/turborepo#11082- examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/with-tailwind by
@dependabot[bot] in vercel/turborepo#11083- examples(dev-deps): bump eslint-config-next from 16.0.0 to 16.0.1 in /examples/non-monorepo by
@dependabot[bot] in vercel/turborepo#11086- examples(fix): Gradient in
with-tailwindby@mahi656in vercel/turborepo#11073- examples(dev-deps): bump svelte from 5.43.3 to 5.43.5 in /examples/with-svelte by
@dependabot[bot] in vercel/turborepo#11087- examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/kitchen-sink by
@dependabot[bot] in vercel/turborepo#11088Changelog
- fix: Improve parity with real Bun lockfile format for
pruneby@anthonyshewin vercel/turborepo#11048- fix: add some Linux variables to default passthrough env vars by
@anthonyshewin vercel/turborepo#10959- fix: Labels for k + j backwards in binds list by
@ethan-fraserin vercel/turborepo#11036- fix(prune): Add bunfig.toml to list of copied files by
@Gabrolain vercel/turborepo#11055- fix(prune): Handle
patchedDependenciesfor bun by@Gabrolain vercel/turborepo#11027- fix(boundaries): Enable import attributes parsing by
@anthonyshewin vercel/turborepo#11053- fix: Improve determinism for graceful shutdown by
@anthonyshewin vercel/turborepo#11063- ci: Lower opt-level and remove debug symbols for dev profile by
@anthonyshewin vercel/turborepo#11068- ci: Avoid flaking for test server mock by
@anthonyshewin vercel/turborepo#11066- ci: Don't install dependencies in tests that don't need it by
@anthonyshewin vercel/turborepo#11071- fix: Revert "fix(logs): create log files for non-cached tasks" by
@anthonyshewin vercel/turborepo#11072- ci: Fix leaky tests by
@anthonyshewin vercel/turborepo#11081- fix: Bun lockfile pruner adjustment by
@anthonyshewin vercel/turborepo#11092- fix: Improve version resolution in Bun lockfiles by
@anthonyshewin vercel/turborepo#11095- feat: Move icon to left side in TUI by
@anthonyshewin vercel/turborepo#11097New Contributors
@lishaduckmade their first contribution in vercel/turborepo#11032@Yeom-JinHomade their first contribution in vercel/turborepo#11042@ethan-frasermade their first contribution in vercel/turborepo#11036
... (truncated)
Changelog
Sourced from turbo's changelog.
Release Documentation
Quick Start
Release Turborepo CLI
Create a release by triggering the [Turborepo Release][1] workflow
- Specify the semver increment using the SemVer Increment field (start with
prerelease)- Check the "Dry Run" box to run the full release workflow without publishing any packages. Artifacts will be created that you can test with locally.
A PR is automatically opened to merge the release branch created in step 1 back into
main
- ⚠️ Merge this in! You don't need to wait for tests to pass (because they won't pass until after this PR is merged in). It's important to merge this branch soon after the publish is successful.
Release
@turbo/repository
Run [
bump-version.sh][4] to update the versions of the packages. Merge in the changes tomain.Create a release by triggering the [Turborepo Library Release][5] workflow.
- Check the "Dry Run" box to run the full release workflow without publishing any packages.
Notes
- GitHub Release Notes are published automatically using the config from [
turborepo-release.yml][2], triggered by the [turbo-orchestrator][3] bot.
Turborepo CLI Release Process - In-Depth Guide
This section provides comprehensive documentation on how the Turborepo CLI is released, including the architecture, workflows, and detailed step-by-step processes.
Table of Contents
- Architecture Overview
- Version Management
- Release Workflow Stages
- Packages Released
- Platform-Specific Binaries
- Technical Reference
- Best Practices
Architecture Overview
The Turborepo release process is a multi-stage pipeline that:
- Manages versions centrally via
version.txtat the repository root
... (truncated)
Commits
59685c8publish 2.6.1 to registry0270af8feat: Cross-platform microfrontends port command (#11098)1de3775feat: Move icon to left side in TUI (#11097)bd53f07release(turborepo): 2.6.1-canary.3 (#11096)bf9db59fix: Improve version resolution in Bun lockfiles (#11095)23641b7examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/kitchen-sink (#1...0646e04examples(dev-deps): bump svelte from 5.43.3 to 5.43.5 in /examples/with-svelt...ee469d4release(turborepo): 2.6.1-canary.2 (#11093)1c99fc9fix: Bun lockfile pruner adjustment (#11092)58ba6a7docs: Fix grammatical mistake on structuring-a-repository.mdx (#11091)- Additional commits viewable in compare view
Updates @opentelemetry/api-logs from 0.206.0 to 0.208.0
Release notes
Sourced from @opentelemetry/api-logs's releases.
experimental/v0.208.0
0.208.0
:boom: Breaking Changes
- feat(otlp-exporter-base)!: allow passing an async function to headers option #5994
@pichlermarc
- In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for
headersinOTLPExporterConfigBasefor details.- Breaking changes:
- (user-facing):
headersoption in all OTLP exporters now accepts a function that returns aPromise<Record<string, string>>in addition to the existingRecord<string, string>type.- (user-facing):
headersinHttpNodeRequestParameters,FetchTransportParameters, andXhrRequestParametersnow only accept async functions.- (user-facing):
headersinOtlpHttpConfigurationnow only accepts async functions.- feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079
@cjihrig- feat(api-logs): remove ProxyLogger from exports #6082
@cjihrig- feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086
@cjihrig:rocket: Features
- feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032
@JPeer264- feat(opentelemetry-configuration): parse logger provider from config file #5995
@maryliag- feat(opentelemetry-configuration): parse meter provider from config file #6000
@maryliag- feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038
@maryliag- feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058
@JamieDanielson- feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043
@maryliag:bug: Bug Fixes
:books: Documentation
:house: Internal
- test(otlp-grpc-exporter-base): increase timeout in flaky test #6042
@cjihrig- test(sdk-node): use process.env consistently in tests #6052
@cjihrig- test(sdk-node): ensure process.env is cleaned up between tests #6066
@cjihrigexperimental/v0.207.0
0.207.0
:boom: Breaking Changes
- feat(sdk-node)!: drop lazy-loading of jaeger exporter #5989
@pichlermarc
- (user-facing): setting
OTEL_TRACE_EXPORTER=jaegernot instantiate a Jaeger exporter anymore, please useOTEL_TRACE_EXPORTER=otlpinstead.
- Jaeger now has native API support for OTLP and Jaeger's Thrift API endpoints have been deprecated
- feat(otlp-exporter-base): check
OTEL_EXPORTER_OTLP_CERTIFICATEand other related env vars when resolving configuration for OTLP HTTP exporters #6015@david-luna:rocket: Features
... (truncated)
Commits
5eaa869chore: prepare next release (#6046)52d82f0feat(api-logs): removeNOOP_LOGGER_PROVIDERandNoopLoggerProviderfrom e...4dded45chore(deps): lock file maintenance (#6084)69dbee2chore(deps): pin@types/node@18.6.5 at the top-level (#6085)4435f86feat(api-logs): removeProxyLoggerfrom exports (#6082)b99ca55feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)a7d0683doc(sdk-logs): document thatSimpleLogRecordProcessoris not for production...47f1b4echore(deps): lock file maintenance (#6070)53771f5docs: document new release steps (#6033)3ab7015chore(deps): update node.js to v24 (#6069)- Additional commits viewable in compare view
Updates @opentelemetry/instrumentation from 0.206.0 to 0.208.0
Release notes
Sourced from @opentelemetry/instrumentation's releases.
experimental/v0.208.0
0.208.0
:boom: Breaking Changes
- feat(otlp-exporter-base)!: allow passing an async function to headers option #5994
@pichlermarc
- In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for
headersinOTLPExporterConfigBasefor details.- Breaking changes:
- (user-facing):
headersoption in all OTLP exporters now accepts a function that returns aPromise<Record<string, string>>in addition to the existingRecord<string, string>type.- (user-facing):
headersinHttpNodeRequestParameters,FetchTransportParameters, andXhrRequestParametersnow only accept async functions.- (user-facing):
headersinOtlpHttpConfigurationnow only accepts async functions.- feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079
@cjihrig- feat(api-logs): remove ProxyLogger from exports #6082
@cjihrig- feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086
@cjihrig:rocket: Features
- feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032
@JPeer264- feat(opentelemetry-configuration): parse logger provider from config file #5995
@maryliag- feat(opentelemetry-configuration): parse meter provider from config file #6000
@maryliag- feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038
@maryliag- feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058
@JamieDanielson- feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043
@maryliag:bug: Bug Fixes
:books: Documentation
:house: Internal
- test(otlp-grpc-exporter-base): increase timeout in flaky test #6042
@cjihrig- test(sdk-node): use process.env consistently in tests #6052
@cjihrig- test(sdk-node): ensure process.env is cleaned up between tests #6066
@cjihrigexperimental/v0.207.0
0.207.0
:boom: Breaking Changes
- feat(sdk-node)!: drop lazy-loading of jaeger exporter #5989
@pichlermarc
- (user-facing): setting
OTEL_TRACE_EXPORTER=jaegernot instantiate a Jaeger exporter anymore, please useOTEL_TRACE_EXPORTER=otlpinstead.
- Jaeger now has native API support for OTLP and Jaeger's Thrift API endpoints have been deprecated
- feat(otlp-exporter-base): check
OTEL_EXPORTER_OTLP_CERTIFICATEand other related env vars when resolving configuration for OTLP HTTP exporters #6015@david-luna:rocket: Features
... (truncated)
Commits
5eaa869chore: prepare next release (#6046)52d82f0feat(api-logs): removeNOOP_LOGGER_PROVIDERandNoopLoggerProviderfrom e...4dded45chore(deps): lock file maintenance (#6084)69dbee2chore(deps): pin@types/node@18.6.5 at the top-level (#6085)4435f86feat(api-logs): removeProxyLoggerfrom exports (#6082)b99ca55feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)a7d0683doc(sdk-logs): document thatSimpleLogRecordProcessoris not for production...47f1b4echore(deps): lock file maintenance (#6070)53771f5docs: document new release steps (#6033)3ab7015chore(deps): update node.js to v24 (#6069)- Additional commits viewable in compare view
Updates @opentelemetry/sdk-logs from 0.206.0 to 0.208.0
Release notes
Sourced from @opentelemetry/sdk-logs's releases.
experimental/v0.208.0
0.208.0
:boom: Breaking Changes
- feat(otlp-exporter-base)!: allow passing an async function to headers option #5994
@pichlermarc
- In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for
headersinOTLPExporterConfigBasefor details.- Breaking changes:
- (user-facing):
headersoption in all OTLP exporters now accepts a function that returns aPromise<Record<string, string>>in addition to the existingRecord<string, string>type.- (user-facing):
headersinHttpNodeRequestParameters,FetchTransportParameters, andXhrRequestParametersnow only accept async functions.- (user-facing):
headersinOtlpHttpConfigurationnow only accepts async functions.- feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079
@cjihrig- feat(api-logs): remove ProxyLogger from exports #6082
@cjihrig- feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086
@cjihrig:rocket: Features
- feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032
@JPeer264- feat(opentelemetry-configuration): parse logger provider from config file #5995
@maryliag- feat(opentelemetry-configuration): parse meter provider from config file #6000
@maryliag- feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038
@maryliag- feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058
@JamieDanielson- feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043
@maryliag:bug: Bug Fixes
:books: Documentation
:house: Internal
- test(otlp-grpc-exporter-base): increase timeout in flaky test #6042
@cjihrig- test(sdk-node): use process.env consistently in tests #6052
@cjihrig- test(sdk-node): ensure process.env is cleaned up between tests #6066
@cjihrigexperimental/v0.207.0
0.207.0
:boom: Breaking Changes
- feat(sdk-node)!: drop lazy-loading of jaeger exporter #5989
@pichlermarc
- (user-facing): setting
OTEL_TRACE_EXPORTER=jaegernot instantiate a Jaeger exporter anymore, please useOTEL_TRACE_EXPORTER=otlpinstead.
- Jaeger now has native API support for OTLP and Jaeger's Thrift API endpoints have been deprecated
- feat(otlp-exporter-base): check
OTEL_EXPORTER_OTLP_CERTIFICATEand other related env vars when resolving configuration for OTLP HTTP exporters #6015@david-luna:rocket: Features
... (truncated)
Commits
5eaa869chore: prepare next release (#6046)52d82f0feat(api-logs): removeNOOP_LOGGER_PROVIDERandNoopLoggerProviderfrom e...4dded45chore(deps): lock file maintenance (#6084)69dbee2chore(deps): pin@types/node@18.6.5 at the top-level (#6085)4435f86feat(api-logs): removeProxyLoggerfrom exports (#6082)b99ca55feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)a7d0683doc(sdk-logs): document thatSimpleLogRecordProcessoris not for production...47f1b4echore(deps): lock file maintenance (#6070)53771f5docs: document new release steps (#6033)3ab7015chore(deps): update node.js to v24 (#6069)- Additional commits viewable in compare view
Updates @vercel/otel from 2.0.1 to 2.1.0
Release notes
Sourced from @vercel/otel's releases.
@vercel/otel@2.1.0Minor Changes
- #181
14f773cThanks@dvoytenko! - Ignore auto-configuration based on the OTEL_EXPORTER_OTLP_ env vars when trace drains are used. This avoids duplicate trace export.
Commits
Updates next from 15.5.4 to 16.0.5
Release notes
Sourced from next's releases.
v16.0.5
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- fix(nodejs-middleware): await for body cloning to be properly finalized (#85418)
Credits
Huge thanks to
@lucasadrianoffor helping!v16.0.4
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- fix: Rename proxy.js to middleware.js in NFT file (#86214)
- fix: prevent fetch abort errors propagating to user error boundaries (#86277)
- Turbopack: fix passing project options from napi (#86256)
Credits
Huge thanks to
@devjiwonchoi,@sokraand@ztannerfor helping!v16.0.3
Core Changes
- fix: Rspack throw error when using ForceCompleteRuntimePlugin: #85221
- fix: build CLI output not displaying Proxy (Middleware) when nodejs runtime: #85403
- fix: staleTimes.static should consistently enforce a 30s minimum: #85479
- [turbopack] fix build of empty entries of pages: #84873
- Cache the head separately from the route tree: #84724
- Allow inspecting dev server on default port with
next dev --inspect: #85037- Avoid proxying React modules through workUnitStore: #85486
- fix: redirect should always return updated router state: #85533
- Upgrade React from
b4455a6e-20251027to4f931700-20251029: #85518- [turbopack] Move generation of
cacheLifetypes out of the webpack plugin and into the dev bundler directly: #85539- Ensure user-space stack frame for
'use cache'in page/layout component: #85519- Update parallel routes in build-complete: #85546
- fully remove clientSegmentCache flag: #85541
- [turbopack] Support relative paths in turbopack source maps.: #85146
- Release unnecessary memory on hydration finish: #84967
- Preserve interception markers in parameter types: #85526
- move segment cache entries to top level segment-cache dir: #85542
- Upgrade React from
4f931700-20251029to561ee24d-20251101: #85670- [devtools] Remove title from preferences: #85698
- Update font data: #85708
- Don't invalidate hot reloader excessively during dev server boot: #85732
... (truncated)
Commits
89ccb9fv16.0.575f63f7backport fix(nodejs-middleware): await for body cloning to be properly finali...d440c75v16.0.4296923eTurbopack: fix passing project options from napi (#86256)98317f5fix: prevent fetch abort errors propagating to user error boundaries (#86277)7780025fix: Rename proxy.js to middleware.js in NFT file (#86214)2eda33cv16.0.300cb5d9perf: revert to use the light safe stringify for is-error (#86053)de6bc15docs: keywords in system reqs and add browserslist (#85838)a51b804docs: cacheHandlers (#85311)- Additional commits viewable in compare view
Updates next-intl from 4.3.11 to 4.5.6
Release notes
Sourced from next-intl's releases.
v4.5.6
4.5.6 (2025-11-27)
Bug fixes for
useExtracted
- Handle race condition when detecting locale changes which could lead to reset of messages with
useExtracted(amannn/next-intl#2131 – by@amannn)- Don't depend on environment locale for sorting of keys with
useExtracted(amannn/next-intl#2134 – by@amannn)- Retain .po flags for
useExtractedand updatepo-parserto fix encoding (amannn/next-intl#2128 – by@amannn)v4.5.5
4.5.5 (2025-11-19)
Bug Fixes
v4.5.4
4.5.4 (2025-11-19)
Bug Fixes
- Move AST transformer of
useExtractedto SWC plugin & handle source maps (#2114) (e63fbc5) – by@kdy1&@amannnv4.5.3
4.5.3 (2025-11-13)
Bug Fixes
v4.5.2
4.5.2 (2025-11-12)
Bug Fixes
v4.5.1
4.5.1 (2025-11-11)
Bug Fixes
... (truncated)
Changelog
Sourced from next-intl's changelog.
4.5.6 (2025-11-27)
Bug Fixes
4.5.5 (2025-11-19)
Bug Fixes
4.5.4 (2025-11-19)
Bug Fixes
- Move AST transformer of
useExtractedto SWC plugin & handle source maps (#2114) (e63fbc5) – by@amannn4.5.3 (2025-11-13)
Bug Fixes
4.5.2 (2025-11-12)
Bug Fixes
4.5.1 (2025-11-11)
Bug Fixes
- Avoid partial matches in overlapping localized pathnames (#2090) (c276c80), closes #2089 #2089 – by
@amannn4.5.0 (2025-11-07)
Features
4.4.0 (2025-10-22)
Features
4.3.12 (2025-10-09)
... (truncated)
Commits
812d5e7v4.5.65397c49fix: Improvements foruseExtracted(#2133)1b58c14chore: Sync canary (#2127)399df90docs: Updateexample-app-router-migrationto avoid bug with Pages Router (#...c353c59v4.5.50ba9105fix: Move SWC cache tonode_modules(#2120)32b170cv4.5.4e63fbc5fix: Move AST transformer ofuseExtractedto SWC plugin & handle source map...1d359bbdocs: Update links to learn.next-intl.dev after last update (#2108)8b52a3bdocs: Update examples to Next.js 16.0.3 (#2109)- Additional commits viewable in compare view
Updates @next/eslint-plugin-next from 15.5.4 to 16.0.5
Release notes
Sourced from @next/eslint-plugin-next's releases.
v16.0.5
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- fix(nodejs-middleware): await for body cloning to be properly finalized (#85418)
Credits
Huge thanks to
@lucasadrianoffor helping!v16.0.4
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- fix: Rename proxy.js to middleware.js in NFT file (#86214)
- fix: prevent fetch abort errors propagating to user error boundaries (#86277)
- Turbopack: fix passing project options from napi (#86256)
Credits
Huge thanks to
@devjiwonchoi,@sokraand@ztannerfor helping!v16.0.3
Core Changes
- fix: Rspack throw error when using ForceCompleteRuntimePlugin: #85221
- fix: build CLI output not displaying Proxy (Middleware) when nodejs runtime: #85403
- fix: staleTimes.static should consistently enforce a 30s minimum: #85479
- [turbopack] fix build of empty entries of pages: #84873
- Cache the head separately from the route tree: #84724
- Allow inspecting dev server on default port with
next dev --inspect: #85037- Avoid proxying React modules through workUnitStore: #85486
- fix: redirect should always return updated router state: #85533
- Upgrade React from
b4455a6e-20251027to4f931700-20251029: #85518- [turbopack] Move generation of
cacheLifetypes out of the webpack plugin and into the dev bundler directly: #85539- Ensure user-space stack frame for
'use cache'in page/layout component: #85519- Update parallel routes in build-complete: #85546
- fully remove clientSegmentCache flag:
Package Dependencies
Package:
@opentelemetry/instrumentationEcosystem:
npmVersion Change:
0.206.0 → 0.208.0Update Type:
MinorPackage:
@opentelemetry/api-logsEcosystem:
npmVersion Change:
0.206.0 → 0.208.0Update Type:
MinorPackage:
@opentelemetry/sdk-logsEcosystem:
npmVersion Change:
0.206.0 → 0.208.0Update Type:
Minor
Technical Details
| ID: | 11687456 |
| UUID: | 3682581007 |
| Node ID: | PR_kwDOAj-F4s62bgaP |
| Host: | GitHub |
| Repository: | nodejs/nodejs.org |