- Native database types are now GA, enabling @db.* column attributes and ignore directives for unsupported fields
- Prisma Migrate adds cloud‑hosted database support with shadow‑DB configuration, soft resets, and built‑in locking; db push and db seed commands gain new flags and schema location options
- Breaking change: Float scalar now maps to Double instead of Decimal in MySQL/PostgreSQL; includes multiple bug fixes across Prisma Client and Studio