Changes.Watch

Prisma changelog digest

Oct 20 - Oct 26, 2025. Useful releases, risky migrations, and noisy updates from the Prisma channel.

No matching updates in this bucket.

Prisma updates in 2025-w43

6.18.0

  • prisma init now scaffolds a prisma.config.ts and enables datasource and engine configuration via this file, preparing for Prisma 7 requirements
  • added support for multiple Prisma instances with different providers, an env helper, js/classic engine types, and automatic Bytes‑to‑Uint8Array mapping based on TypeScript version
  • console now displays database usage metrics such as total egress, average response size, and query duration for Prisma Postgres

2025-10-20, Version 22.21.0 'Jod' (LTS), @aduh95

  • Added built‑in proxy support (CLI env proxy, HTTP/HTTPS request and Agent) and a new `shouldUpgradeCallback` for server‑controlled HTTP upgrades.
  • Introduced percentage‑based `max_old_space_size` configuration and various performance optimizations across the runtime.
  • Extended documentation (proxy usage, .env files, migration guides, security escalation policy) and updated key dependencies (OpenSSL 3.5.x, Undici 6.22.0, npm 10.9.4).