Changes.Watch

Prisma changelog digest

May 12 - May 18, 2025. Useful releases, risky migrations, and noisy updates from the Prisma channel.

No matching updates in this bucket.

Prisma updates in 2025-w20

6.8.2

  • - Fixed prisma init and prisma dev commands on Windows that were broken after 6.8.1
  • - Fully resolves issue #27195 for affected Windows users

6.8.1

  • Fix prisma init command on Windows
  • Fix prisma dev command on Windows

6.8.0

  • Added `prisma dev` command for local Prisma Postgres development without Docker
  • Introduced native Deno support via Prisma client generator (preview) and enhanced VS Code Agent Mode for database workflow automation
  • Launched new Singapore (ap‑southeast‑1) region for Prisma Postgres instances

2025-05-14, Version 24.0.2 (Current), @RafaelGSS

  • Fix error handling for async crypto operations to address CVE‑2025‑23166
  • Release classified as a security update resolving a crypto vulnerability

2025-05-14, Version 23.11.1 (Current), @RafaelGSS

  • Fix CVE-2025-23166 by correcting error handling on async crypto operations
  • Update c-ares dependency to version 1.34.5

2025-05-14, Version 22.15.1 'Jod' (LTS), @RafaelGSS

  • Fixed error handling in async crypto operations (CVE‑2025‑23166).
  • Added missing uv_fs_req_cleanup call in the file system module (CVE‑2025‑23165).

2025-05-14, Version 20.19.2 'Iron' (LTS), @RafaelGSS

  • Fix error handling on async crypto operations (CVE‑2025‑23166) – introduces breaking changes.
  • Add missing call to uv_fs_req_cleanup in the fs module (CVE‑2025‑23165).
  • Update llhttp dependency to version 9.2.0 (SEMVER major bump).