Changes.Watch

TypeScript changelog digest

Nov 3 - Nov 9, 2025. Useful releases, risky migrations, and noisy updates from the TypeScript channel.

No matching updates in this bucket.

TypeScript updates in 2025-w45

6.19.0

  • Added connection pooling support for Prisma Postgres via `pool=true` query parameter.
  • VS Code extension now supports using a local Prisma Postgres instance without remote login.
  • Multiple ORM bug fixes: model drop migration handling, naming conventions alignment, biome ignore comments in generated client, and previewFeatures default value fix.