|
| 1 | +--- |
| 2 | +title: "Prisma ORM v5.11.0: Pulse reaches General Availability" |
| 3 | +date: "2024-03-13" |
| 4 | +version: "v5.11.0" |
| 5 | +slug: "2024-03-13" |
| 6 | +headline: "Prisma ORM v5.11.0: Pulse reaches General Availability" |
| 7 | +tags: |
| 8 | + - "Prisma ORM" |
| 9 | + - "Pulse" |
| 10 | +canonical: "/changelog#log2024-03-13" |
| 11 | +share: |
| 12 | + active: false |
| 13 | +source: |
| 14 | + exportedAt: "2026-03-31T10:29:19.701Z" |
| 15 | +--- |
| 16 | + |
| 17 | +## Prisma ORM v5.11.0: Pulse reaches General Availability |
| 18 | + |
| 19 | +We're thrilled to announce that [Pulse](https://www.prisma.io/data-platform/pulse) has reached General Availability! This marks a significant milestone in our journey to redefine how developers interact with database-event driven compute. |
| 20 | + |
| 21 | +Pulse is managed database-event infrastructure that **simplifies database-event driven compute**, making it easy to power real-time functionality, like chat, notifications, data broadcast, and more. |
| 22 | + |
| 23 | +Pricing? Start for free with our usage-based pricing, designed to scale flexibly with your project. |
| 24 | + |
| 25 | +**👉 Check out our announcement **[**blog post**](https://www.prisma.io/blog/prisma-pulse-in-general-availability) and [documentation](https://www.prisma.io/docs/pulse/) to learn more and get started. |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +## Introducing Platform Environments |
| 30 | + |
| 31 | +Platform Environments is a new feature of the Prisma Data Platform that **lets users create different setups within one project**. This helps smoothen out the app development process, from testing to going live. |
| 32 | + |
| 33 | +Also, now you can access the Prisma Data Platform using the Prisma CLI, making it easier to manage your resources and workflow (currently in Early Access). |
| 34 | + |
| 35 | +**👉 **Learn more in our [blog post](https://www.prisma.io/blog/introducing-platform-environments), and take it for a spin. |
| 36 | + |
| 37 | +## Prisma ORM Edge Functions Support in Preview |
| 38 | + |
| 39 | +Prisma ORM now supports edge functions, allowing developers to access their databases using Prisma ORM from platforms such as **Vercel Edge Functions, Vercel Edge Middleware, Cloudflare Workers, and Cloudflare Pages**. |
| 40 | + |
| 41 | +Edge functions improve app performance by reducing request latency and improving response times. |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | +With the release of Prisma v5.11.0, developers can now use Prisma ORM with their favorite Node.js database drivers in edge functions, and the query engine's size has been reduced to fit the limited runtime environment. |
| 46 | + |
| 47 | +If you want to understand what this exciting functionality brings as a whole, take a look at our [blog post](https://www.prisma.io/blog/prisma-orm-support-for-edge-functions-is-now-in-preview) and go [try it](https://www.prisma.io/docs/orm/prisma-client/deployment/edge/overview). |
| 48 | + |
| 49 | +**👉** Share your feedback with us via [Twitter](https://twitter.com/prisma) or [Discord](http://pris.ly/discord) |
| 50 | + |
| 51 | +## Performance improvements in nested `create` operations |
| 52 | + |
| 53 | +With Prisma ORM, you can create multiple new records in nested queries, for example: |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | +In previous versions, Prisma ORM would translate this into multiple SQL `INSERT` queries, each requiring its own roundtrip to the database. As of this release, these nested `create` queries are optimized and the `INSERT` queries are sent to the database *in bulk* in a single roundtrip. |
| 58 | + |
| 59 | +**👉 **Read more in our [5.11.0 release notes](https://github.com/prisma/prisma/releases/tag/5.11.0). |
| 60 | + |
| 61 | +## Join the Prisma Partner Network |
| 62 | + |
| 63 | +At Prisma, we deeply value the talented creators, educators, and builders in our community and we’ve long wanted to reward their contributions. |
| 64 | + |
| 65 | +We’re excited to launch the [**Prisma Partner Network**](https://www.prisma.io/partners) with tailored opportunities for affiliates, tech partners, and resellers. |
| 66 | + |
| 67 | +**👉 **[prisma.io/partners](https://www.prisma.io/partners) |
| 68 | + |
| 69 | +## Made with Prisma |
| 70 | + |
| 71 | +In our real-world interview series, we talk with founders who developed OSS projects using Prisma. Explore our recent chats: |
| 72 | + |
| 73 | +🎥 [**Umami - The open source Google Analytics alternative**](https://www.youtube.com/watch?v=M6xryb2YFdo)** ** |
| 74 | + |
| 75 | +Did you ever feel that Google Analytics is too bloated and that its UI and workflows are too complex? Discover how Umami offers a simple yet powerful alternative analytics tool. |
| 76 | + |
| 77 | +🎥 [**Dub.co: Aiming for a billion with Prisma**](https://www.youtube.com/watch?v=jC22fjRIeZ4) |
| 78 | + |
| 79 | +Steven Tey shares his journey from leaving Vercel to launching his startup. Learn how [Dub.co](http://Dub.co) began as a passion project, its technology stack, and an in-depth look at its codebase. |
0 commit comments