chore(repo): version packages#400
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
efd2233 to
82d882a
Compare
82d882a to
f6c5afd
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.20.0
Minor Changes
#404
f5df8ffThanks @HugoRCD! - Add AI SDK v7 compatibility forevlog/ai.createEvlogIntegration()now implements both v6 hooks (onToolCallFinish,onFinish) and v7 hooks (onToolExecutionEnd,onEnd,onEmbedEnd,onAbort,onError). On v7, embeddings are auto-captured viaonEmbedEndwhen telemetry is enabled, and abort/error lifecycle events are written to the wide event. Pass the integration viatelemetry.integrations(v7) orexperimental_telemetry.integrations(v6). Exports a newEvlogTelemetrytype.#399
b1d04d0Thanks @HugoRCD! - Addevlog/evewithdefineEvlogHook()for one wide event per agent turn anduseLogger()in tools (AsyncLocalStorage onturn.started; passctxonly when ALS is unavailable) — full drain, enrich, and tail-sampling pipeline. Tracks tool durations (including post-approval resumes), session context carry-over with LRU eviction (maxSessions), slimeve.phase/eve.sessionTurnsfields, and compact HITLapproval. The turn logger is bound via AsyncLocalStorage onturn.started; passctxwhen ALS is unavailable. Turn state is shared viaglobalThiswhen eve bundles hooks and tools separately.finalizeAudit()no longer crashes on partialauditobjects missingactorfields. Fixes_auditForceKeepleaking on force-kept events and skips Nitro runtime probes on Next.js hosts.Patch Changes
#395
a024f4cThanks @HugoRCD! - # fix(elysia): support Cloudflare Workers without AsyncLocalStorage.enterWithCloudflare Workers omit native
AsyncLocalStorage.enterWith(). The Elysia integration now installs a small polyfill on load souseLogger()keeps working in typicalwrangler devflows.{ log }from derive remains the safest option when multiple requests may interleave in the same isolate.Closes #394
#401
bf5705bThanks @HugoRCD! - # fix(nitro): avoid comment collision when inlining config with*/globsNitro's textual
nitro.options.replacesubstitution was also rewriting JSDoc that mentioned the inline config token. Route globs containing*/(for example/api/graphs/**/changes) could terminate block comments early and break production builds with Rolldown parse errors.Closes #397
#402
4f80f39Thanks @HugoRCD! - Fix dev pretty output so structured wide events include a timestamp, matching tagged logs.Closes #396
#399
b1d04d0Thanks @HugoRCD! - Fix stream server mis-detection when co-located with eve dev: return 404 (not SSE 200) for non-root GET paths, and re-bind the turn logger onactions.requestedso tool handlers can resolveuseLogger().evlog-community-adapter-skeleton@6.0.0
Patch Changes
f5df8ff,b1d04d0,a024f4c,bf5705b,4f80f39,b1d04d0]:evlog-community-enricher-skeleton@6.0.0
Patch Changes
f5df8ff,b1d04d0,a024f4c,bf5705b,4f80f39,b1d04d0]:evlog-community-framework-skeleton@6.0.0
Patch Changes
f5df8ff,b1d04d0,a024f4c,bf5705b,4f80f39,b1d04d0]: