chore(release): version package - #33
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 27, 2026 12:36
1288654 to
3bfc20b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 07:30
3bfc20b to
50eb8a5
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
trakoo@1.0.0
Major Changes
Publish provider SDKs as optional peer dependencies and load them only when (
107774a)their provider initializes. Trakoo no longer auto-installs or bundles unused
PostHog, OpenPanel, Bento, or EmitKit SDKs.
Replace the proxy wire format with version 2. Proxy track events now carry raw (
1fceb0b)registry input for server-side validation, and server identity must be derived
with
resolveIdentityinstead of trusting browser claims.Replace type-asserted event collections with runtime
defineEvents()registries based on Standard Schema. Add direct validator interoperability, validator-freetyped<T>()events, propertyless events, inferred client/server factories, normalized validation failures, and validated provider outputs. Servertrack()calls now fail closed with the newinvalid_optionscode when the options argument contains an unrecognized key, and Proxy replay no longer re-runs Standard Schema validators against already-validated client output. This removes the legacy event helper types and client singleton convenience API; see the Standard Schema migration guide. (#32)Minor Changes
8090859)hooks, and typed HTTP errors for malformed or rejected analytics requests.
Patch Changes
Initialize each PostHog browser provider with its own named SDK object, (
133e341)isolating live configuration and identify, capture, and reset method dispatch
while preserving PostHog's token- and
persistence_name-based storagesemantics.
Attribute PostHog server page views to user identity supplied on the current (
a5b579b)call instead of always recording them as anonymous.
Retain proxy events until transport acceptance, serialize concurrent flushes, (
e4e4a96)bound batch latency from the first event, and await in-flight delivery during
shutdown.
Wait for asynchronous provider initialization before dispatching first-use (
9504d75)client and server analytics operations, and allow initialization retry after a
transient failure.
Treat regex metacharacters literally in provider event patterns while (
5d4af5c)preserving
*as the only routing wildcard.Stop provider debug logs from serializing configuration, identity, event (
b1d124a)properties, context, and external SDK error objects.
Snapshot browser identity, session, context, and timestamp when
track()is (19f1819)called so asynchronous initialization or validation cannot reattribute an event.
Prevent Bento and EmitKit server providers from retaining one request's user (
6772c8f)identity for later events. Server events now use only identity supplied on the
current call.