v1.6.23
open-pencil/open-pencilv1.6.23Jun 29, 2026by better-release[bot]
AI Summary
This release introduces a new social login provider and addresses several critical bugs across the auth library, database adapters, and Stripe integration to improve stability and security.
Key Highlights
- Added Yandex as a new social OAuth provider
- Fixed organization subscription actions in Stripe (cancel, upgrade, restore, billing portal) that could act on the wrong organization
- Fixed string default values not being properly escaped in the generated Drizzle schema
- Fixed affected row counting for D1 and postgres-js adapters
New Features
- Yandex OAuth provider support
Full Release Notes
## `better-auth` ### Features - Added Yandex as a social OAuth provider ([#9138](https://github.com/better-auth/better-auth/pull/9138)) For detailed changes, see [`CHANGELOG`](https://github.com/better-auth/better-auth/blob/9dfceee14021fc15a2fb93023f39635f25b0b5ba/packages/better-auth/CHANGELOG.md) ## `@better-auth/drizzle-adapter` ### Bug Fixes - Fixed affected row counting for D1 and postgres-js adapters ([#10257](https://github.com/better-auth/better-auth/pull/10257)) For detailed changes, see [`CHANGELOG`](https://github.com/better-auth/better-auth/blob/9dfceee14021fc15a2fb93023f39635f25b0b5ba/packages/drizzle-adapter/CHANGELOG.md) ## `@better-auth/stripe` ### Bug Fixes - Fixed organization subscription actions (cancel, upgrade, restore, and the billing portal) that could act on the wrong organization. For detailed changes, see [`CHANGELOG`](https://github.com/better-auth/better-auth/blob/9dfceee14021fc15a2fb93023f39635f25b0b5ba/packages/stripe/CHANGELOG.md) ## `auth` ### Bug Fixes - Fixed string default values not being properly escaped in the generated Drizzle schema ([#10259](https://github.com/better-auth/better-auth/pull/10259)) For detailed changes, see [`CHANGELOG`](https://github.com/better-auth/better-auth/blob/9dfceee14021fc15a2fb93023f39635f25b0b5ba/packages/cli/CHANGELOG.md) ## Contributors Thanks to everyone who contributed to this release: @bytaesu, @vladflotsky **Full changelog:** [`v1.6.22...v1.6.23`](https://github.com/better-auth/better-auth/compare/v1.6.22...v1.6.23)