Changelog
-
The Prisma dependency version has been bumped to
v5.18.0πͺ -
Because of Prisma v5 recent changes, the
...OrderByWithRelationAndSearchRelevanceInputhas been replaced by standard...OrderByWithRelationInput. You can expect breaking changes in the generated schema because of that π¨ -
The new
createManyAndReturnPrisma operation is fully supported in this releas...