chore(repo): version packages - #550
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 9, 2026 20:43
de718e3 to
61de91c
Compare
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 08:07
61de91c to
3d86a72
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 08:21
3d86a72 to
bb3a945
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 17:10
bb3a945 to
b8da7fd
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 17:12
b8da7fd to
9630cdf
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 21:19
c93eb65 to
462d695
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 21:46
462d695 to
bfce6e5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 23:28
bfce6e5 to
f9b6add
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 07:31
f9b6add to
44d88dc
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 08:06
44d88dc to
48e6b57
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.26.0
Minor Changes
#556
15b292dThanks @HugoRCD! - Link PostHog logs to people and session replays, and add a compact OTLP record shape.The PostHog adapter now sends
posthogDistinctId(fromuserId) andsessionIdas log attributes, which is how PostHog surfaces a log on a person's profile and links it to their session replay. Both sources are configurable and accept dot paths:In
mode: 'events', events without a resolvable identity are now sent as anonymous PostHog events ($process_person_profile: false) instead of being attributed to a person named after the service. A numericuserIdis used as the identifier rather than discarded.The
otlp,posthog, andhyperdxadapters accept a newrecordShapeoption.'compact'sends a one-line body (POST /api/checkout (500)) and flattens nested fields into dotted attributes (user.id,ai.costUsd) that backends can filter and break down by:The default stays
'json'— the whole event in the body, one attribute per top-level field — so existing records and the queries built on them are unchanged.'compact'becomes the default in the next major.Patch Changes
ebed9cfThanks @HugoRCD! - Qualify the eve turnrequestIdwith its session id.eve numbers turns within a session, so
turn_0is the first turn of every session. Recording it asrequestIdmade the field non-unique — every single-turn session produced the same value, which is unusable as a correlation key in a drain. The wide event now reports<sessionId>:<turnId>, andevlogRuntimeContextstamps the same value on the model-call spans so a trace still joins to the event it belongs to.eve.sessionIdandeve.turnIdare unchanged.@evlog/cli@0.5.2
Patch Changes
#549
9eb98cfThanks @evlogai! - fix:evlog doctortreats a wired fs drain as a local sink before the first event, and no longer warns when no local sink is configuredUpdated dependencies [
15b292d,ebed9cf]: