This repository was archived by the owner on Jul 6, 2024. It is now read-only.
Update prisma monorepo to v4.16.2 #32
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.13.0->4.16.24.13.0->4.16.2Release Notes
prisma/prisma (@prisma/client)
v4.16.2Compare Source
Today, we are issuing the
4.16.2patch release.Fixes in Prisma Client
$allModels: { $allOperations }sets query type toneverundefinedexplicitly passed toselect/includev4.16.1Compare Source
Today, we are issuing the
4.16.1patch release.Fixes in Prisma Client
$extendin factory function whencompilerOptions.compositeistruev4.16.0Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
This release promotes the following Preview features to General Availability:
Prisma Client extensions are Generally Available
Today, we’re very excited to announce that Prisma Client extensions are Generally Available and production-ready! This means you can use the feature without the
clientExtensionsPreview feature flag.🚀Prisma Client extensions are a powerful new feature for adding functionality on top of your Prisma Client in a type-safe manner. With this feature, you can create simple, but flexible solutions.
Prisma Client extensions have 4 different types of components that can be included in an extension:
findMany.You can also create and publish extensions for others to use. Learn more about how to share extensions in our documentation.
More features and changes made to Client Extensions
We also made the following improvements to Prisma Client extensions in preparation for General Availability:
Added a top-level
$allOperationsmethod forquerycomponent that captures all model operations as well as top-level raw queries. Refer to our documentation for more information.Prisma.validatorcan now also be used for extended types:querycallbacks for$queryRawand$executeRawwill always receiveSqlinstance asargs. This instance can be used to compose a new query usingPrisma.sql:$oncannot be called after extending Prisma Client. Therefore, if you want to use event handlers together with extensions, we recommend using the$onmethod before$extends.We updated the import path for utilities used for authoring extension to
@prisma/client/extensionrather than@prisma/clientDeprecating Middleware
We also took this opportunity to deprecate Prisma Client’s middleware. We recommend using to using Prisma Client
queryextension components which can be used to achieve the same functionality and with better type safety.Ordering by nulls first and last is now Generally Available
Starting with this release, we’re excited to announce that
orderByNullsis now Generally Available! This means you can use the feature without theorderByNullsPreview feature flag.🌟We introduced this feature in 4.1.0 to enable you to sort records with null fields to either appear at the beginning or end of the result.
The following example query sorts posts by
updatedAt, with records having a null value at the end of the list:To learn more about this feature, refer to our documentation.
We’re excited to see what you will build! Feel free to share with us what you build on Twitter, Slack, or Discord.
Count by filtered relation is now Generally Available
This release moves the
filteredRelationCountPreview feature to General Availability! This means you can use the feature without thefilteredRelationCountPreview feature flag.We first introduced this feature in 4.3.0 to add the ability to count by filtered relations.
The following query, for example, counts all posts with the title “Hello!”:
To learn more about this feature, refer to our documentation.
Introspection warnings for expression indexes
In the last two releases, 4.13.0 and 4.14.0, we added 9 introspection warnings. These warnings surface features in use in your database that cannot currently be represented in the Prisma schema.
In this release, we’re adding one more introspection warning to the list: expression indexes.
On database introspection, the Prisma CLI will surface the feature with a warning, and a comment in your Prisma schema for sections for each feature in use. The warnings will also contain instructions for workarounds on how to use the feature.
Fixes and improvements
Prisma Client
select'd explicitly.prisma generatewhen running it directly after installingprisma$runCommandRawis not passing the expected data to middleware or client extension.prismaVersion.clientavailable on "@prisma/client/scripts/default-index"distinctfieldPrisma.validatorclientExtensionsGA$queryRawUnsafealso triggers$allModels.$allOperations$onapplied to an extended client is also bound to the parent client$queryRaw*is broken in interactive transactions together withclientExtensionsin4.16.0-dev.17Prisma Migrate
typesprisma db pullgets rid of@default(uuid())on re-introspectionLanguage tools (e.g. VS Code)
Go to Definitiondoes not work when target model contains a field with a type name that starts with the same namePrisma Studio
Error: spawn xdg-open ENOENTonprisma studio📺 Join us for another "What's new in Prisma" live stream
Learn about the latest release and other news from the Prisma community by joining us for another "What's new in Prisma" live stream.
The stream takes place on YouTube on Thursday, June 22 at 5 pm Berlin | 8 am San Francisco.
v4.15.0Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
For this release, we focused on fixing bugs and making smaller quality-of-life improvements.
Support for custom arguments for
prisma db seedThis release adds support for defining and passing arbitrary arguments to
prisma db seed. This creates the opportunity for you to define your own arguments in your seed file that you could pass to theprisma db seedcommand. A few example use-cases include, but are not limited to:Here is an example
seed.tsfile that defines custom arguments for seeding different data in different environments:You can then provide the
environmentargument when executing the seed script as follows:Let us know what you think, share example usage of this feature, and create a bug report if you run into any issues.
Improved error messages when Query Engine file is not found
This release improves the error messages returned by Prisma Client when the Query Engine file is not found. A few reasons the Query Engine file might be missing from your application bundle include when:
We hope these error messages are helpful while debugging your application.
Prisma VS Code extension improvements
In this release, we made a few improvements to our VS Code extension:
Updated the file system watcher that is responsible for restarting the TypeScript server when
prisma generateis run to ensure the types are in syncAdded Quick Fixes action for unique identifiers for MongoDB to add the
@map("_id")attribute function when it’s missing on an identifier fieldScreen.Recording.2023-05-17.at.19.22.20.mov
Support for renaming symbols for composite types and views
type-symbol-rename.mov
Fixes and improvements
Prisma Client
Error: write EPIPEon WSL <-> Windowsprisma generateis blocked byquery-engine-rhel-openssl-1.0.xopening in Notepad on Windowsnode_modules(from another platform) leads to platform engine not being presentoutputQuery engine library for current platform "rhel-openssl-1.0.x" could not be found. You incorrectly pinned it to rhel-openssl-1.0.xCannot find name '$PrismaModel'due to featureextendedWhereUniquewith preview featurefieldReferenceDatevalues silently turn intonullsfieldReferenceis not working with enumsPrisma Migrate
prisma db seedto the seed commandLanguage tools (e.g. VS Code)
@map("_id")annotationCredits
Huge thanks to @RobertCraigie, @KhooHaoYit, @art049, @luxaritas, @mrazauskas, @maxmartynov, @haneenmahd for helping!
📺 Join us for another "What's new in Prisma" live stream
Learn about the latest release and other news from the Prisma community by joining us for another "What's new in Prisma" live stream.
The stream takes place on YouTube on Thursday, June 1 at 5 pm Berlin | 8 am San Francisco.
v4.14.1Compare Source
Today, we are issuing the
4.14.1patch release.Fix in Prisma Client
v4.14.0Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Request for feedback for Preview features
We would appreciate your feedback on a handful of Preview features to help us move them to General Availability soon. The Preview features include:
You can test them by enabling the Preview feature in your Prisma schema and giving them a try already in your Prisma schema, e.g., PostgreSQL extensions, or regenerating Prisma Client and trying them in your queries.
Highlights
Improved Prisma Client startup performance
For the last couple of months, we've been working hard to improve the performance of Prisma Client. We also published a blog post on how How We Sped Up Serverless Cold Starts with Prisma by 9x, which we recommend you give it a read.
This release continues with the same theme by making the size of the generated Prisma Client smaller. We have roughly halved the size of Prisma Client's dependencies.
More Introspection warnings for unsupported features
In 4.13.0, we introduced the first 6 introspection warnings that surface the existence of these features in your database and link to our documentation on how to manually work around the Prisma Schema with unsupported database features.
In this release, we added 3 more introspection warnings for the following features:
On introspecting a database using any of these features, you will get a warning from the Prisma CLI and a comment in your Prisma schema where the feature is being used. The warning will also contain a link to instructions on how to manually use the feature.
Fixes and improvements
Prisma Client
clientleads toError: ENOENT: no such file or directory, open '.../node_modules/@​prisma/client/schema.prisma'thread 'tokio-runtime-worker' panicked at 'internal error: entered unreachable code: No unsupported field should reach that path', query-engine\connectors\sql-query-connector\src\model_extensions\scalar_field.rs:70:44inargument of filter types does not accept scalarsjsonProtocolshould report errors as nicely as beforeclient:ENOENT: no such file or directory, open 'D:\<projectpath>\node_modules\.prisma\client\schema.prismaPrisma Migrate
Please create an issue ...inMigrateEngine.tsDbPull.tsto the engineviewsfolder on introspection if no views are foundLanguage tools (e.g. VS Code)
Credits
Huge thanks to @RobertCraigie, @KhooHaoYit, @art049, @luxaritas, @mrazauskas for helping!
📺 Join us for another "What's new in Prisma" live stream
Learn about the latest release and other news from the Prisma community by joining us for another "What's new in Prisma" live stream.
The stream takes place on YouTube on Thursday, May 11 at 5 pm Berlin | 8 am San Francisco.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.