- 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
No matching updates in this bucket.
Backend updates in 2025-w43
- 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).