Changes.Watch

TypeScript changelog digest

Jun 30 - Jul 6, 2025. Useful releases, risky migrations, and noisy updates from the TypeScript channel.

No matching updates in this bucket.

TypeScript updates in 2025-w27

6.11.1

  • Fixed PrismaClientInitializationError when using @prisma/client with @prisma/extension accelerate on a prisma+postgres:// connection string during client generation.
  • Resolved array aggregation field errors in the query compiler that caused confusing data mapping failures.

6.11.0

  • Added preview driver adapters for MySQL/MariaDB, Neon, and CockroachDB, enabling a Rust‑free Prisma ORM version; CLI now supports stopping and removing local Prisma Postgres instances and introduces a more flexible Prisma client generato...
  • Fixed several bugs in the embedded Prisma Studio UI and released a @prisma/studio package for embedding Studio in external tools; introduced a Pricing Calculator and expanded Prisma Postgres regions with faster direct‑TCP connections.