Changes.Watch

Postgres changelog digest

Nov 25 - Dec 1, 2024. Useful releases, risky migrations, and noisy updates from the Postgres channel.

No matching updates in this bucket.

Postgres updates in 2024-w48

6.0.0

  • Upgrade to Prisma ORM v6 requires newer runtimes (Node.js ≥18.18.0, TypeScript ≥5.1.0) and introduces breaking schema changes: primary key on implicit many‑to‑many tables, replacement of Buffer with Uint8Array, removal of NotFoundError, ...
  • Preview features fullTextIndex and fullTextSearch are promoted to GA (remove them from previewFeatures), new cuid2() support, inclusion of unused enum definitions in generate output, and improved Deno compatibility are added.