hanzydev / Fileship

Fileship is an open-source and self-hosted image uploading service with cool features.
MIT License
19 stars 1 forks source link

chore(deps): update prisma monorepo to ^5.22.0 #113

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prisma/client (source) ^5.21.1 -> ^5.22.0 age adoption passing confidence
prisma (source) ^5.21.1 -> ^5.22.0 age adoption passing confidence

Release Notes

prisma/prisma (@​prisma/client) ### [`v5.22.0`](https://redirect.github.com/prisma/prisma/releases/tag/5.22.0) [Compare Source](https://redirect.github.com/prisma/prisma/compare/5.21.1...5.22.0) Today, we are excited to share the `5.22.0` stable release 🎉 🌟 **Help us spread the word about Prisma by starring the repo ☝️ or [posting on X](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@​prisma%20release%20v5.22.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/5.22.0) about the release.** ##### Highlights ##### Further Tracing Improvements In our ongoing effort to stabilize the `tracing` Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry. We’ve also included numerous bug fixes that should make this Preview feature easier to work with. ##### Metrics bug fix Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent. ##### Connection Pool Timeout fix In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues. Special thanks to [@​youxq](https://redirect.github.com/youxq) for their pull request and help resolving this issue! ##### Join us Looking to make an impact on Prisma in a big way? We're hiring! Learn more on our careers page: https://www.prisma.io/careers ##### Fixes and improvements ##### Prisma Migrate - [removing `@unique` in `schema.prisma` does not generate SQL to do so](https://redirect.github.com/prisma/prisma/issues/12732) ##### Prisma - [Prisma generate randomly fails on Ubuntu due to missing internal .so `libquery_engine-debian-openssl-1.1.x.so.node`](https://redirect.github.com/prisma/prisma/issues/19124) - [Timed out fetching a new connection from the connection pool. ](https://redirect.github.com/prisma/prisma/issues/25162) ##### Credits Huge thanks to [@​tmm1](https://redirect.github.com/tmm1), [@​Takur0](https://redirect.github.com/Takur0), [@​hinaloe](https://redirect.github.com/hinaloe), [@​andyjy](https://redirect.github.com/andyjy), and [@​youxq](https://redirect.github.com/youxq) for helping!

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 was generated by Mend Renovate. View the repository job log.