-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update prisma monorepo to v2.30.3 #11
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
a052350
to
7ae11ce
Compare
7ae11ce
to
a5d7e90
Compare
a5d7e90
to
8fe59a7
Compare
8fe59a7
to
044d935
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
2.29.0
->2.30.3
2.29.0
->2.30.3
Release Notes
prisma/prisma
v2.30.3
Compare Source
Today, we are issuing the
2.30.3
patch release.Improvements
Prisma CLI
Fixes
Prisma Studio
npx prisma studio
throwsspawn undefined\System32\WindowsPowerShell\v1.0\powershell ENOENT
error on windowsv2.30.2
Today, we are issuing the
2.30.2
patch release.Fixes
Prisma Client
NOT
within aNOT
creates a SQL query with only a singleNOT
in 2.30.0v2.30.0
Compare Source
Today, we are excited to share the
2.30.0
stable release 🎉🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
New features & improvements
Full-Text Search for PostgreSQL is now in Preview 🚀
We're excited to announce that Prisma Client now has preview support for Full-Text Search on PostgreSQL.
You can give this a whirl in 2.30.0 by enabling the
fullTextSearch
preview flag:After you regenerate your client, you'll see a new
search
field on yourString
fields that you can query on. Here are a few examples:You can learn more about how the query format works in our documentation. We would love to know your feedback! If you have any comments or run into any problems we're available in this in this Github issue.
Validation errors for referential action cycles on Microsoft SQL Server ℹ
Microsoft SQL Server has validation rules for your schema migrations that reject schema changes that introduce referential action cycles.
These scenarios tend to show up often for developers using the
referentialActions
preview feature, which will become the default. The database error you get is not really helpful, so to provide a better experience, Prisma now checks for referential cycle actions when it validates your schema file and shows you the exact location of the cycle in your schema.To learn more, check out the documentation.
prisma introspect
is being deprecated in favor ofprisma db pull
👋🏻The
prisma introspect
command is an alias forprisma db pull
so they are the same command. However,prisma db pull
is more intuitive since it pulls the schema from the database into your localschema.prisma
file. This naming also works as the counterpart ofprisma db push
.Starting with this release, you will get a warning that encourages you to use
prisma db pull
instead ofprisma introspect
.Prisma Adopts Semantic Versioning (SemVer)
As previously announced, we are adjusting our release policy to adhere more strictly to Semantic Versioning.
In the future, breaking changes in the stable development surface i.e. General Availability will only be rolled out with major version increments.
You can learn more about the change in the announcement blog post.
Fixes and improvements
Prisma Client
findUnique
$queryRaw
and$executeRaw
in 2.29.0.catch()
or.finally()
on a prisma client model query does not fire the request in 2.29.0Prisma Migrate
Bytes
@id
columns with SQL ServerLanguage tools (e.g. VS Code)
@relation()
@prisma/engines npm package
Credits
Huge thanks to @saintmalik 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, August 26 at 5pm Berlin | 8am San Francisco.
v2.29.1
Compare Source
Today, we are issuing the
2.29.1
patch release.Fixes
Prisma Client
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.