Version Packages - #160
Merged
Merged
Version Packages#160
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 12, 2026 14:20
a775ae4 to
e94bc3d
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
@seamless-auth/core@0.15.0
Minor Changes
c961282: Forward the browser's user agent to the auth API, and pass
GET /internal/metrics/sign-insthrough.
The auth API now records a device class on every audit row (feat(metrics): record deployment, device class, mail provider, owner and attempt on every auth event seamless-auth-api#306),
folded from the request user agent. The adapter is the only client it sees, so until now every
row carried the adapter's own user agent and the breakdown by device class read
unknownforevery sign-in. Both adapters now send the browser's
User-Agentasx-seamless-client-user-agentalongsidex-seamless-client-ip, on every proxied call. The APIhonours it under the same service-token rule as the address. It is trimmed and capped at 512
characters; unlike the address it needs no trust decision, since it is self-reported by the
browser either way.
authFetchand every core handler take an optionalforwardedUserAgent, and the adaptersderive it with
buildForwardedUserAgent(req). A caller-built request with no headers istolerated, as
getSeamlessUseraccepts one.The API's new
GET /internal/metrics/sign-ins(sign-in outcomes per method, device class, mailprovider and owner flag, with where attempts stop) is proxied on an access session the way the
funnel route is, with the
fromandtowindow forwarded and pinned by the query forwardingtables. Core exports
getSignInMetricsHandler.0cd7783: Pass
GET /internal/metrics/funnelthrough to the auth API.The auth API gained a funnel endpoint (time to registration, time to login, passkey
adoption and time to first passkey, each with the count it was computed over) and
the admin dashboard reads it through the adapter. Neither adapter forwarded it, so
the dashboard's new Overview section would have answered with the adapter's own 404.
Both adapters now proxy it on an access session the way the neighbouring
/internal/metrics/dashboardroute is proxied, and forward thefromandtowindow, which is pinned by the query forwarding table so a route that drops its
query cannot ship again. Core exports
getFunnelMetricsHandleralongside the otherinternal metrics handlers.
@seamless-auth/express@0.15.0
Minor Changes
c961282: Forward the browser's user agent to the auth API, and pass
GET /internal/metrics/sign-insthrough.
The auth API now records a device class on every audit row (feat(metrics): record deployment, device class, mail provider, owner and attempt on every auth event seamless-auth-api#306),
folded from the request user agent. The adapter is the only client it sees, so until now every
row carried the adapter's own user agent and the breakdown by device class read
unknownforevery sign-in. Both adapters now send the browser's
User-Agentasx-seamless-client-user-agentalongsidex-seamless-client-ip, on every proxied call. The APIhonours it under the same service-token rule as the address. It is trimmed and capped at 512
characters; unlike the address it needs no trust decision, since it is self-reported by the
browser either way.
authFetchand every core handler take an optionalforwardedUserAgent, and the adaptersderive it with
buildForwardedUserAgent(req). A caller-built request with no headers istolerated, as
getSeamlessUseraccepts one.The API's new
GET /internal/metrics/sign-ins(sign-in outcomes per method, device class, mailprovider and owner flag, with where attempts stop) is proxied on an access session the way the
funnel route is, with the
fromandtowindow forwarded and pinned by the query forwardingtables. Core exports
getSignInMetricsHandler.0cd7783: Pass
GET /internal/metrics/funnelthrough to the auth API.The auth API gained a funnel endpoint (time to registration, time to login, passkey
adoption and time to first passkey, each with the count it was computed over) and
the admin dashboard reads it through the adapter. Neither adapter forwarded it, so
the dashboard's new Overview section would have answered with the adapter's own 404.
Both adapters now proxy it on an access session the way the neighbouring
/internal/metrics/dashboardroute is proxied, and forward thefromandtowindow, which is pinned by the query forwarding table so a route that drops its
query cannot ship again. Core exports
getFunnelMetricsHandleralongside the otherinternal metrics handlers.
Patch Changes
@seamless-auth/fastify@0.6.0
Minor Changes
c961282: Forward the browser's user agent to the auth API, and pass
GET /internal/metrics/sign-insthrough.
The auth API now records a device class on every audit row (feat(metrics): record deployment, device class, mail provider, owner and attempt on every auth event seamless-auth-api#306),
folded from the request user agent. The adapter is the only client it sees, so until now every
row carried the adapter's own user agent and the breakdown by device class read
unknownforevery sign-in. Both adapters now send the browser's
User-Agentasx-seamless-client-user-agentalongsidex-seamless-client-ip, on every proxied call. The APIhonours it under the same service-token rule as the address. It is trimmed and capped at 512
characters; unlike the address it needs no trust decision, since it is self-reported by the
browser either way.
authFetchand every core handler take an optionalforwardedUserAgent, and the adaptersderive it with
buildForwardedUserAgent(req). A caller-built request with no headers istolerated, as
getSeamlessUseraccepts one.The API's new
GET /internal/metrics/sign-ins(sign-in outcomes per method, device class, mailprovider and owner flag, with where attempts stop) is proxied on an access session the way the
funnel route is, with the
fromandtowindow forwarded and pinned by the query forwardingtables. Core exports
getSignInMetricsHandler.0cd7783: Pass
GET /internal/metrics/funnelthrough to the auth API.The auth API gained a funnel endpoint (time to registration, time to login, passkey
adoption and time to first passkey, each with the count it was computed over) and
the admin dashboard reads it through the adapter. Neither adapter forwarded it, so
the dashboard's new Overview section would have answered with the adapter's own 404.
Both adapters now proxy it on an access session the way the neighbouring
/internal/metrics/dashboardroute is proxied, and forward thefromandtowindow, which is pinned by the query forwarding table so a route that drops its
query cannot ship again. Core exports
getFunnelMetricsHandleralongside the otherinternal metrics handlers.
Patch Changes