Change8

v8.0.0-rc.1-dev.44

📦 prismaView on GitHub →
3 features🔧 2 symbols

Summary

The minimum supported PostgreSQL version for Prisma 8 has been lowered to 15, impacting project initialization and database probing. This change aligns the declared floor with existing CI practices and broadens compatibility for users on PostgreSQL 15 and 16.

✨ New Features

  • The minimum supported PostgreSQL version has been lowered from 17 to 15.
  • New `prisma-next init` commands will now generate `.env.example` files requiring PostgreSQL 15 or newer.
  • The `--probe-db` warning threshold for PostgreSQL versions has been updated to warn below version 15.

Affected Symbols