# Better Auth v1.6.29 - Product: Better Auth (https://whatsnew.fyi/product/better-auth) - Vendor: Better Auth - Date: 2026-08-14 - Version: v1.6.29 - Original notes: https://github.com/better-auth/better-auth/releases/tag/v1.6.29 - Permalink: https://whatsnew.fyi/product/better-auth/releases/v1.6.29 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Improved deleteSessions performance by running deletes in parallel instead of sequentially - **fixed** — Fixed automatic email-domain organization assignment to require both a verified provider domain and a verified user email, preventing social sign-in from granting access when an SSO provider merely claims a domain - **fixed** — Fixed domain verification to snapshot the provider's domains at request start, returning 409 with SSO_PROVIDER_CHANGED if the provider changes during DNS verification so callers can reload and retry ##### `better-auth` ###### Bug Fixes - Improved `deleteSessions` performance by running deletes in parallel instead of sequentially ([#10805](https://github.com/better-auth/better-auth/pull/10805)) For detailed changes, see [`CHANGELOG`](https://github.com/better-auth/better-auth/blob/58c49eb97f04ff18aa823318a3856a013353fdc2/packages/better-auth/CHANGELOG.md) ##### `@better-auth/sso` ###### Bug Fixes - Fixed automatic email-domain organization assignment to require both a verified provider domain and a verified user email, preventing social sign-in from granting access when an SSO provider merely claims a domain. - Fixed domain verification to snapshot the provider's domains at request start, returning `409` with `SSO_PROVIDER_CHANGED` if the provider changes during DNS verification so callers can reload and retry. For detailed changes, see [`CHANGELOG`](https://github.com/better-auth/better-auth/blob/58c49eb97f04ff18aa823318a3856a013353fdc2/packages/sso/CHANGELOG.md) ##### Contributors Thanks to everyone who contributed to this release: @Emmaccen **Full changelog:** [`v1.6.28...v1.6.29`](https://github.com/better-auth/better-auth/compare/v1.6.28...v1.6.29)