Skip to content

v0.14.0

Compare
Choose a tag to compare
@RobertCraigie RobertCraigie released this 04 Aug 17:56
· 21 commits to main since this release
0cafaa7

What's Changed

Support for Prisma Schema Folder

Prisma now has preview support for splitting your schema.prisma file into multiple separate files!

For more information see their docs.

Dropped support for Python 3.7

Python 3.7 has been EOL for a while now and accounts for less than 1% of the downloads of Prisma Client Python, as such, support was dropped in this release.

Prisma Upgrades

The internal Prisma version has been updated from v5.11.0 to v5.17.0 which includes a lot of improvements, see the Prisma release notes for more information.