Skip to content

chore(repo): version packages#377

Merged
HugoRCD merged 1 commit into
mainfrom
changeset-release/main
Jun 12, 2026
Merged

chore(repo): version packages#377
HugoRCD merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

evlog@2.19.1

Patch Changes

  • #379 8ede2c2 Thanks @HugoRCD! - Adapter error and deprecation messages now show canonical environment variable names only (BETTER_STACK_API_KEY, AXIOM_API_KEY, SENTRY_DSN, etc.). NUXT_* aliases still resolve silently for backward compatibility, but are no longer mentioned in console output or documentation.

    The OTLP adapter now also accepts the shorter OTLP_ENDPOINT / OTLP_HEADERS env vars as aliases for the standard OTEL_EXPORTER_OTLP_ENDPOINT / OTEL_EXPORTER_OTLP_HEADERS.

  • #381 6f21121 Thanks @HugoRCD! - Fix duplicate terminal output when Next.js captureOutput is enabled: pretty-print writes use the native stdout handle registered at patch time and passthrough is skipped unless silent: true. Next.js dev stacks are source-mapped to original TypeScript (like Nitro) via a Next-only enricher that does not bundle nitropack/youch; stored stacks are compacted in dev (production stacks are kept intact) and useless .next/node: snippet previews are skipped. The primary at line now points at your route/handler file instead of Next route-modules internals.

  • #373 4c51970 Thanks @jmcgoldrick! - Fix evlog/nitro/v3 pulling in the optional h3 peer. The v3 plugin shared a deferred-drain helper from the v2 module, which imports getHeaders from h3, so the v3 bundle referenced h3 even though the v3 runtime never uses it. Consumers that don't install h3 directly (e.g. Nitro v3 / TanStack Start on Vite) failed to build with "getHeaders" is not exported by "__vite-optional-peer-dep:h3:evlog". The helper now lives in an h3-free module, so the v3 path no longer references h3.

  • #380 af238a2 Thanks @HugoRCD! - Split Next.js instrumentation into an Edge-safe gate (evlog/next/instrumentation) and a Node-only factory (evlog/next/instrumentation/create) so root instrumentation.ts no longer pulls the logger, audit, or file-system helpers into the Edge bundle. defineNodeInstrumentation now accepts an options object directly (no import().then() in user code). Filter known Next.js Edge bundler warnings from captureOutput (CaptureOutputOptions: stdout, stderr, ignore). The FS adapter warns once and skips writes when NEXT_RUNTIME is edge.

  • #375 83ec28f Thanks @HugoRCD! - Fix Nitro v2 error responses hanging in Nuxt/Nitro apps after thrown API errors. The Nitro v2 error handler now ends the Node response directly instead of relying on h3 send(), so clients receive the expected JSON error response.

  • #376 4c13bb0 Thanks @HugoRCD! - Hardening and performance improvements across the package:

    • Redaction: path matchers are now precompiled once per resolved config instead of on every event, and case-insensitive leaf lookups are O(1).
    • Pipeline: the idle flush scheduling timer is unref()'d so it never holds a Node process open on shutdown — call flush() to deliver buffered events before exit (unchanged, documented contract). Retry backoff timers stay ref'd so in-flight batches are not dropped mid-retry.
    • Ingest endpoint: request bodies are capped at 32KB (413 beyond) and parsed as strict JSON.
    • Audit: stableStringify guards against circular references in audit changes instead of recursing forever; shared (non-circular) references keep stable signatures.
    • Toolkit: new applyDeprecatedAlias helper to map deprecated config fields onto their replacement with a one-time warning, used by the Axiom and Better Stack adapters.
    • Vite: warns when sourceLocation is enabled for a production build (source paths embedded in the client bundle).
    • Published packages now declare engines.node >= 18.

@evlog/nuxthub@2.0.1

Patch Changes

  • #376 4c13bb0 Thanks @HugoRCD! - Hardening and performance improvements across the package:
    • Redaction: path matchers are now precompiled once per resolved config instead of on every event, and case-insensitive leaf lookups are O(1).
    • Pipeline: the idle flush scheduling timer is unref()'d so it never holds a Node process open on shutdown — call flush() to deliver buffered events before exit (unchanged, documented contract). Retry backoff timers stay ref'd so in-flight batches are not dropped mid-retry.
    • Ingest endpoint: request bodies are capped at 32KB (413 beyond) and parsed as strict JSON.
    • Audit: stableStringify guards against circular references in audit changes instead of recursing forever; shared (non-circular) references keep stable signatures.
    • Toolkit: new applyDeprecatedAlias helper to map deprecated config fields onto their replacement with a one-time warning, used by the Axiom and Better Stack adapters.
    • Vite: warns when sourceLocation is enabled for a production build (source paths embedded in the client bundle).
    • Published packages now declare engines.node >= 18.

evlog-community-adapter-skeleton@5.0.1

Patch Changes

evlog-community-enricher-skeleton@5.0.1

Patch Changes

evlog-community-framework-skeleton@5.0.1

Patch Changes

@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
evlog-docs Ready Ready Preview, Comment, Open in v0 Jun 12, 2026 7:47am
just-use-evlog Ready Ready Preview, Comment Jun 12, 2026 7:47am

@github-actions github-actions Bot force-pushed the changeset-release/main branch from f7c8fee to 5deb00d Compare June 12, 2026 07:44
@HugoRCD HugoRCD merged commit 963e7c7 into main Jun 12, 2026
11 of 13 checks passed
@HugoRCD HugoRCD deleted the changeset-release/main branch June 12, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant