3.8.0 #11099
Closed
Jolg42
announced in
Announcements
3.8.0
#11099
Replies: 1 comment 1 reply
|
Hi! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Today, we are excited to share the
3.8.0stable 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
fullTextIndexandfullTextSearchPreview flags in your Prisma schema and defining@@fulltext()indexes on fields you'd like to use full-text search on.Run
prisma db pushorprisma migrate devto 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.
dataProxyandinteractiveTransactionsPreview Features are now mutually exclusiveBefore Prisma
3.8.0, Prisma$transactionqueries would fail whenever the Data Proxy and Interactive Transactions Preview features were used together. TheinteractiveTransactionsanddataProxyPreview 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
pushwhen adding an element to an array in MongoDBIn
3.8.0, we fixedpushsupport forObjectIds 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.engineTypeis not validatednamevalidationspreviewFeatures = []gets lost after Introspectionmigrate devfails on second run with specific schemaPrisma Client
typesupport to the Query EngineError querying the database: db error: ERROR: unsupported startup parameter: options@prisma/clientintermittently added and removed fromtransitivePeerDependenciesin lockfileLanguage tools (e.g. VS Code)
tabSizeconfiguration when indenting blocksPrisma Studio
BigIntbreaks 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.
This discussion was created from the release 3.8.0.
All reactions