Skip to content

chore(repo): version packages - #634

Merged
HugoRCD merged 1 commit into
mainfrom
changeset-release/main
Aug 26, 2026
Merged

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

Conversation

@github-actions

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/cli@0.6.0

Minor Changes

  • #630 f1c37d0 Thanks @HugoRCD! - evlog init wires Hono projects. It creates src/evlog.ts with initLogger and a configured evlog() middleware export: drains and enrichers land in the middleware options, sampling in initLogger. Registering the middleware stays yours, so init prints the app.use(evlogMiddleware) line to paste. Hono joins the framework prompt, --framework hono, and init telemetry.

  • #629 0a8793b Thanks @cavalluccijohann! - Add Hono support to evlog map. The scanner detects Hono projects and extracts routes from app.get('/path', handler) registrations, including app.on() with array methods or paths. The facts layer recognizes c.get('log') as a logger binding, so Hono handlers using the idiomatic accessor score correctly, and the report distinguishes an app that registered app.use(evlog()) (thin ambient events) from one that never did (dark). evlog map <file> suggests the handler shape in Hono's own idiom, and evlog agents documents the accessor in its AGENTS.md block.

Patch Changes

  • Updated dependencies [f030d01]:
    • evlog@2.27.1

evlog@2.27.1

Patch Changes

  • #633 f030d01 Thanks @evlogai! - The Axiom adapter now sends the event's own timestamp as Axiom's _time via the timestamp-field ingest parameter, so batched and retried events keep their original time instead of being stamped at ingest. It also logs partial ingest failures and schema warnings that Axiom's ingest response can carry on a 2xx. The shared HTTP transport now retries 429 responses with backoff alongside 5xx, which matters for Axiom's rate limits.

@vercel

vercel Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
evi Ready Ready Preview Aug 26, 2026 5:24pm
evlog-docs Ready Ready Preview, v0 Aug 26, 2026 5:24pm
evlog-render-lab Ready Ready Preview Aug 26, 2026 5:24pm
evlog-telemetry Ready Ready Preview Aug 26, 2026 5:24pm
just-use-evlog Ready Ready Preview Aug 26, 2026 5:24pm

Request Review

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