chore(repo): version packages#377
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
558c1d4 to
c95b2ae
Compare
c95b2ae to
0d120a1
Compare
0d120a1 to
2c789da
Compare
2c789da to
f7c8fee
Compare
f7c8fee to
5deb00d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
8ede2c2Thanks @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_HEADERSenv vars as aliases for the standardOTEL_EXPORTER_OTLP_ENDPOINT/OTEL_EXPORTER_OTLP_HEADERS.#381
6f21121Thanks @HugoRCD! - Fix duplicate terminal output when Next.jscaptureOutputis enabled: pretty-print writes use the native stdout handle registered at patch time and passthrough is skipped unlesssilent: 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 primaryatline now points at your route/handler file instead of Nextroute-modulesinternals.#373
4c51970Thanks @jmcgoldrick! - Fixevlog/nitro/v3pulling in the optionalh3peer. The v3 plugin shared a deferred-drain helper from the v2 module, which importsgetHeadersfromh3, so the v3 bundle referencedh3even though the v3 runtime never uses it. Consumers that don't installh3directly (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 referencesh3.#380
af238a2Thanks @HugoRCD! - Split Next.js instrumentation into an Edge-safe gate (evlog/next/instrumentation) and a Node-only factory (evlog/next/instrumentation/create) so rootinstrumentation.tsno longer pulls the logger, audit, or file-system helpers into the Edge bundle.defineNodeInstrumentationnow accepts an options object directly (noimport().then()in user code). Filter known Next.js Edge bundler warnings fromcaptureOutput(CaptureOutputOptions:stdout,stderr,ignore). The FS adapter warns once and skips writes whenNEXT_RUNTIMEisedge.#375
83ec28fThanks @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 h3send(), so clients receive the expected JSON error response.#376
4c13bb0Thanks @HugoRCD! - Hardening and performance improvements across the package:unref()'d so it never holds a Node process open on shutdown — callflush()to deliver buffered events before exit (unchanged, documented contract). Retry backoff timers stay ref'd so in-flight batches are not dropped mid-retry.stableStringifyguards against circular references in auditchangesinstead of recursing forever; shared (non-circular) references keep stable signatures.applyDeprecatedAliashelper to map deprecated config fields onto their replacement with a one-time warning, used by the Axiom and Better Stack adapters.sourceLocationis enabled for a production build (source paths embedded in the client bundle).engines.node >= 18.@evlog/nuxthub@2.0.1
Patch Changes
4c13bb0Thanks @HugoRCD! - Hardening and performance improvements across the package:unref()'d so it never holds a Node process open on shutdown — callflush()to deliver buffered events before exit (unchanged, documented contract). Retry backoff timers stay ref'd so in-flight batches are not dropped mid-retry.stableStringifyguards against circular references in auditchangesinstead of recursing forever; shared (non-circular) references keep stable signatures.applyDeprecatedAliashelper to map deprecated config fields onto their replacement with a one-time warning, used by the Axiom and Better Stack adapters.sourceLocationis enabled for a production build (source paths embedded in the client bundle).engines.node >= 18.evlog-community-adapter-skeleton@5.0.1
Patch Changes
8ede2c2,6f21121,4c51970,af238a2,83ec28f,4c13bb0]:evlog-community-enricher-skeleton@5.0.1
Patch Changes
8ede2c2,6f21121,4c51970,af238a2,83ec28f,4c13bb0]:evlog-community-framework-skeleton@5.0.1
Patch Changes
8ede2c2,6f21121,4c51970,af238a2,83ec28f,4c13bb0]: