0.39.2
drizzle-team/drizzle-orm0.39.2Feb 5, 2025by github-actions[bot]
AI Summary
This minor release renames an internal pre-defined schema from `neon_identity` to `neon_auth` to maintain compatibility with Neon's latest Auth feature. The change is described as internal, so it should not impact most users.
Key Highlights
- Schema renamed from `neon_identity` to `neon_auth` for Neon Auth compatibility
- Internal schema update to align with Neon's latest feature
Breaking Changes
- Users directly referencing the internal `neon_identity` schema will need to update to `neon_auth`
Full Release Notes
- To be compatible with latest Neon Auth feature we renamed the pre-defined schema internally, from `neon_identity` to `neon_auth` - thanks @pffigueiredo