v1.6.23

balzack/databagv1.6.23Jun 29, 2026by better-release[bot]

AI Summary

This release introduces Yandex as a social OAuth provider and addresses several bugs affecting database adapters, Stripe subscriptions, and schema generation.

Key Highlights

  • Added Yandex as a social OAuth provider
  • Fixed affected row counting for D1 and postgres-js adapters
  • Fixed organization subscription actions acting on the wrong organization
  • Fixed string default value escaping in generated Drizzle schema

New Features

  • Yandex social OAuth provider

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)