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:
3.7.0
->3.8.1
3.7.0
->3.8.1
3.7.0
->3.8.1
Release Notes
prisma/prisma
v3.8.1
Compare Source
Today, we are issuing the
3.8.1
patch release.Fixes
v3.8.0
Compare Source
Today, we are excited to share the
3.8.0
stable release 🎉🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Major improvements and new features
Full-text search support for MySQL is now in Preview 🚀
We're back from the holidays with a special treat for you.
Prisma now supports full-text search in MySQL. You can enable full-text support by adding the
fullTextIndex
andfullTextSearch
Preview flags in your Prisma schema and defining@@​fulltext()
indexes on fields you'd like to use full-text search on.Run
prisma db push
orprisma migrate dev
to update your database schema. Prisma Client will also be re-generated, enabling you to use full-text search in your application.Learn more in our documentation.
dataProxy
andinteractiveTransactions
Preview Features are now mutually exclusiveBefore Prisma
3.8.0
, Prisma$transaction
queries would fail whenever the Data Proxy and Interactive Transactions Preview features were used together. TheinteractiveTransactions
anddataProxy
Preview flags cannot be used together in this release. Generating the Prisma Client when both Preview features are enabled will throw an error.Fixed support for
push
when adding an element to an array in MongoDBIn
3.8.0
, we fixedpush
support forObjectId
s on MongoDB.Given the following schema:
You can now run the following query:
A special thanks to Anthony Luzquiños for raising this issue!
Fixes and improvements
Prisma Migrate
generator.engineType
is not validatedname
validationspreviewFeatures = []
gets lost after Introspectionmigrate dev
fails on second run with specific schemaPrisma Client
type
support to the Query EngineError querying the database: db error: ERROR: unsupported startup parameter: options
@prisma/client
intermittently added and removed fromtransitivePeerDependencies
in lockfileLanguage tools (e.g. VS Code)
tabSize
configuration when indenting blocksPrisma Studio
BigInt
breaks studioCredits
Huge thanks to @hyochan, @cesconix for helping!
📺 Join us for another "What's new in Prisma" livestream
Learn about the latest release and other news from the Prisma community by joining us for another "What's new in Prisma" livestream.
The stream takes place on YouTube on Thursday, January 13 at 5 pm Berlin | 8 am San Francisco.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 WhiteSource Renovate. View repository job log here.