Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
6.16.2 source code.tar.gz | 2025-09-15 | 14.1 MB | |
6.16.2 source code.zip | 2025-09-15 | 16.3 MB | |
README.md | 2025-09-15 | 722 Bytes | |
Totals: 3 Items | 30.4 MB | 4 |
Today, we are issuing a 6.16.2 patch release.
Bug fixes
- In Prisma ORM 6.16.0, we've enabled usage of the new
engineType = client
with Prisma Postgres, but our validation rules permitted invalid combinations of Prisma Postgres URLs and driver adapters. This now produces a clear error message indicating Prisma Postgres URLs and driver adapters are mutually exclusive. - In the previous minor release, we've included a change that calls
unref()
on NodeJS timers to prevent them from keeping the NodeJS event loop active. This change unintentionally affected non-NodeJS runtimes likeworkerd
, where it has resulted in runtime errors. This behavior has been made conditional to prevent these runtime errors.