mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-03 08:49:26 -05:00
Resolve the main to next sync discrepancies after the v1.6.4 release. Conflict resolution: - keep next package versions at 1.7.0-beta.1 - keep both changelog streams by inserting the stable 1.6.4 sections below the 1.7.0-beta entries - restore the next pre-release accumulator changesets that the stable release deleted on main
602 B
602 B
@better-auth/drizzle-adapter, @better-auth/kysely-adapter, better-auth
| @better-auth/drizzle-adapter | @better-auth/kysely-adapter | better-auth |
|---|---|---|
| patch | patch | patch |
chore(adapters): require patched drizzle-orm and kysely peer versions
Narrows the drizzle-orm peer to ^0.45.2 and the kysely peer to ^0.28.14. Both new ranges track the minor line that carries the vulnerability fix and nothing newer, so the adapters only advertise support for versions that have actually been tested against. Consumers on older ORM releases see an install-time warning and can upgrade alongside the adapter; the peer is marked optional, so installs do not hard-fail.