Change8

6.16.2

📦 prismaView on GitHub →
🐛 2 fixes🔧 2 symbols

Summary

This patch release fixes validation rules for Prisma Postgres and resolves runtime errors in non-NodeJS environments caused by timer unreferencing.

Migration Steps

  1. If using Prisma Postgres, ensure you are not simultaneously using a driver adapter, as these are now strictly mutually exclusive.

🐛 Bug Fixes

  • Fixed a validation issue where Prisma Postgres URLs and driver adapters were incorrectly permitted together; they are now mutually exclusive.
  • Fixed runtime errors in non-NodeJS environments (like workerd) caused by calling unref() on timers; this behavior is now conditional to NodeJS runtimes.

🔧 Affected Symbols

engineTypeunref