Tyler Benfield
Tyler Benfield
There is a particular scenario where calling `Client.end` will result in a hanging promise when using Cloudflare's socket implementation and the socket does not successfully connect. I've found that this...
We discovered an issue with `@prisma/extension-accelerate` where `vercel deploy` would fail for Edge Function deployments with an error message regarding it's ability to resolve the package entrypoint. This was not...
This PR bumps the Prisma version to 5.2.0 and the Accelerate extension to 0.6.0. This incorporates a fix to the Next.js build warning that previously occurred with the extension.
This PR introduces [Vitest](https://vitest.dev/) with initial unit tests covering Durable Object storage instrumentation. These tests are focused on verifying the resulting spans match the expected behavior. In writing these tests,...
A `WorkerEntrypoint` class implementation that is wrapped in a `Proxy` throws the following runtime error when the service binding is invoked. This was created in a Worker with a service...
## Summary Hi 👋🏻 I work at Prisma on the team that is responsible for Accelerate. We've had reports from users using Accelerate with MongoDB that initial requests take a...