# Better Auth v1.6.30 - Product: Better Auth (https://whatsnew.fyi/product/better-auth) - Vendor: Better Auth - Date: 2026-08-17 - Version: v1.6.30 - Original notes: https://github.com/better-auth/better-auth/releases/tag/v1.6.30 - Permalink: https://whatsnew.fyi/product/better-auth/releases/v1.6.30 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** — Fixed concurrent cold-start requests from intermittently losing authentication or transaction context due to an async storage initialization race - **fixed** — Fixed automatic organization assignment via email domain to require both a verified provider domain and a verified stored user email, preventing social sign-in from joining an organization whose SSO provider merely claims that 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 resolution so callers can reload and retry ##### `better-auth` ###### Bug Fixes - Fixed concurrent cold-start requests from intermittently losing authentication or transaction context due to an async storage initialization race ([#10833](https://github.com/better-auth/better-auth/pull/10833)) For detailed changes, see [`CHANGELOG`](https://github.com/better-auth/better-auth/blob/e84ec5e76d30e10fd692e8084177360484d538c1/packages/better-auth/CHANGELOG.md) ##### `@better-auth/sso` ###### Bug Fixes - Fixed automatic organization assignment via email domain to require both a verified provider domain and a verified stored user email, preventing social sign-in from joining an organization whose SSO provider merely claims that 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 resolution so callers can reload and retry. For detailed changes, see [`CHANGELOG`](https://github.com/better-auth/better-auth/blob/e84ec5e76d30e10fd692e8084177360484d538c1/packages/sso/CHANGELOG.md) ##### Contributors Thanks to everyone who contributed to this release: @bytaesu **Full changelog:** [`v1.6.29...v1.6.30`](https://github.com/better-auth/better-auth/compare/v1.6.29...v1.6.30)