Skip to content

chore(repo): version packages#268

Merged
HugoRCD merged 1 commit intomainfrom
changeset-release/main
Apr 12, 2026
Merged

chore(repo): version packages#268
HugoRCD merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 11, 2026

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.12.0

Minor Changes

  • #272 2b5c8a4 Thanks @HugoRCD! - Add AI SDK telemetry integration (createEvlogIntegration), cost estimation, and enriched embedding capture. createEvlogIntegration() implements the AI SDK's TelemetryIntegration interface to capture per-tool execution timing/success/errors and total generation wall time. Cost estimation computes ai.estimatedCost from a user-provided pricing map. captureEmbed now accepts model ID, dimensions, and batch count for richer embedding observability.

  • #271 583fab4 Thanks @HugoRCD! - Add auto-redaction (PII protection) with smart partial masking, enabled by default in production (NODE_ENV === 'production'). Built-in patterns (credit card, email, IPv4, phone, JWT, Bearer, IBAN) use context-preserving masks (e.g. ****1111, a***@***.com) instead of flat [REDACTED]. Disabled in development for full debugging visibility. Fine-tune with paths, patterns, and builtins, or opt out with redact: false. Custom patterns use the configurable replacement string. Redaction runs before console output and before any drain sees the data.

  • #269 037dc81 Thanks @HugoRCD! - Add evlog/http as the canonical HTTP ingest drain (createHttpDrain, createHttpLogDrain, HttpDrainConfig). Deprecate evlog/browser; it re-exports the same API and will be removed in the next major release.

  • #266 3898a3f Thanks @HugoRCD! - Add minLevel for a deterministic severity threshold on the global log API and client initLog, plus setMinLevel() for runtime toggling in the browser. Orthogonal to probabilistic sampling.rates; request wide events from useLogger / createLogger().emit() are unchanged. Includes isLevelEnabled() helper and wiring for Nuxt, Vite, and Next.js.

    2026-04-11 — Playground: interactive panel to try client minLevel / setMinLevel and trigger logs per level.

Patch Changes

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 11, 2026

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 Apr 12, 2026 1:02pm
just-use-evlog Ready Ready Preview, Comment Apr 12, 2026 1:02pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from 3c12d5a to a4b6077 Compare April 11, 2026 16:52
@github-actions github-actions bot force-pushed the changeset-release/main branch from a4b6077 to 6a74b60 Compare April 11, 2026 17:07
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6a74b60 to 97bd7c5 Compare April 11, 2026 21:08
@github-actions github-actions bot force-pushed the changeset-release/main branch from 97bd7c5 to c691462 Compare April 11, 2026 22:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from c691462 to 19ec007 Compare April 11, 2026 22:16
@github-actions github-actions bot force-pushed the changeset-release/main branch from 19ec007 to 2bca6ea Compare April 12, 2026 13:01
@HugoRCD HugoRCD merged commit 75c029a into main Apr 12, 2026
5 checks passed
@HugoRCD HugoRCD deleted the changeset-release/main branch April 12, 2026 13:33
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