prisma/prisma
### [`v3.15.2`](https://togithub.com/prisma/prisma/releases/tag/3.15.2)
[Compare Source](https://togithub.com/prisma/prisma/compare/3.15.1...3.15.2)
Today, we are issuing the `3.15.2` patch release.
#### Fixes
In order to use the [Prisma Data Proxy](https://www.prisma.io/docs/concepts/data-platform/data-proxy) via Prisma Client, you need to generate it with `prisma generate --data-proxy` as described in our [documentation](https://prisma.io/docs/concepts/data-platform/data-proxy#step-4-generate-the-client). We are introducing `PRISMA_GENERATE_DATAPROXY="true"` as an additional way to do the same thing, but [via an environment variable](https://prisma.io/docs/reference/api-reference/environment-variables-reference#prisma_generate_dataproxy).
This is necessary, for example, to reliably deploy a Prisma Client for Data Proxy on Vercel Serverless Functions, where it can be hard to update the build command to run `prisma generate --data-proxy`. Starting with this version you can just set `PRISMA_GENERATE_DATAPROXY="true"` as an environment variable the Vercel project settings.
If you are unfamiliar with the Data Proxy, read [how to get started](https://www.prisma.io/docs/concepts/data-platform/data-proxy).
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 this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
3.15.1
->3.15.2
Release Notes
prisma/prisma
### [`v3.15.2`](https://togithub.com/prisma/prisma/releases/tag/3.15.2) [Compare Source](https://togithub.com/prisma/prisma/compare/3.15.1...3.15.2) Today, we are issuing the `3.15.2` patch release. #### Fixes In order to use the [Prisma Data Proxy](https://www.prisma.io/docs/concepts/data-platform/data-proxy) via Prisma Client, you need to generate it with `prisma generate --data-proxy` as described in our [documentation](https://prisma.io/docs/concepts/data-platform/data-proxy#step-4-generate-the-client). We are introducing `PRISMA_GENERATE_DATAPROXY="true"` as an additional way to do the same thing, but [via an environment variable](https://prisma.io/docs/reference/api-reference/environment-variables-reference#prisma_generate_dataproxy). This is necessary, for example, to reliably deploy a Prisma Client for Data Proxy on Vercel Serverless Functions, where it can be hard to update the build command to run `prisma generate --data-proxy`. Starting with this version you can just set `PRISMA_GENERATE_DATAPROXY="true"` as an environment variable the Vercel project settings. If you are unfamiliar with the Data Proxy, read [how to get started](https://www.prisma.io/docs/concepts/data-platform/data-proxy).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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.