Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2022

Bumps @prisma/sdk from 3.7.0 to 3.15.0.

Release notes

Sourced from @​prisma/sdk's releases.

3.15.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Major improvements

Improvements to Prisma Client for Data Proxy

In this release, we're shipping a couple of improvements to Prisma Client for Data Proxy.

The Prisma Data Proxy provides connection management and pooling for database connections for efficiently scaling database connections in serverless environments. The Prisma Client for Data Proxy provides support for connecting to the Prisma Data Proxy using HTTP.

We introduced this feature in version 3.3.0 and constantly shipped features, fixes, and improvements.

One of the changes in this release is improving the Prisma Client for the Data Proxy generation step.

datasource db {
  provider = "postgresql"
  url      = env("DATABASE_URL")
}
generator client {
provider        = "prisma-client-js"

previewFeatures = ["dataProxy"]
}

You can generate Prisma Client for the Data Proxy it by using the --data-proxy flag:

npx prisma generate --data-proxy

We also updated how you can run Prisma Client using the Data Proxy in Cloudflare Workers and Edge environments. You can now use @prisma/client/edge instead of @prisma/client in your application.

import { PrismaClient } from '@prisma/client/edge'

To learn more, check out our documentation.

Prisma Client Metrics is now in Preview

Metrics is a new Preview feature that allows you to monitor how Prisma Client interacts with your database. Metrics expose a set of counters, gauges, and histograms that can be labeled and piped into an external monitoring system like Prometheus or StatsD.

You can use metrics in your project to help diagnose how your application's number of idle and active connections changes with counters, gauges, and histograms.

To get started using metrics in your project, enable the Preview feature flag in your Prisma schema:

</tr></table> 

... (truncated)

Commits
  • a7b02ca chore(client, cli): implement --data-proxy [DPGA, 1] (#13561)
  • 5f64b0d chore(deps): update engines to 3.15.0-29.b9297dc3a59307060c1c39d7e4f5765066f3...
  • 0f4f2ff chore: fix typo 'unkown' -> 'unknown' (#13644)
  • a4c5044 chore(deps): update engines to 3.15.0-28.436b66b7726f12400ec41433029e49d8c97f...
  • 7cb98ac chore(deps): update engines to 3.15.0-25.85b689a79df86c0da0e3676d1c001c946c2d...
  • 3c8abed chore(deps): update engines to 3.15.0-24.756a5f87dde7040808cfdb6a84c09bc6d0fa...
  • 4635218 chore(deps): update engines to 3.15.0-23.80cb88d401e4111fd5766c28c6412b51b258...
  • fc21ce3 chore(deps): update engines to 3.15.0-22.473106d8011529e952ad2b6ddccb00fc4d5b...
  • fbd24a3 chore(deps): update dependency @​types/jest to v28
  • b948f3a chore(deps): update engines to 3.15.0-21.7fbd9965484ec56d2c496b4a8d5f882d4cbe...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@prisma/sdk](https://github.com/prisma/prisma/tree/HEAD/packages/sdk) from 3.7.0 to 3.15.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/3.15.0/packages/sdk)

---
updated-dependencies:
- dependency-name: "@prisma/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 7, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2022

Superseded by #62.

@dependabot dependabot bot closed this Jun 9, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/generator/prisma/sdk-3.15.0 branch June 9, 2022 20:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants