Releases: BemiHQ/bemi-prisma
Releases · BemiHQ/bemi-prisma
v0.7.0
- Enable passing application context in non-public schemas.
v0.6.0
- Fix compatibility with Prisma v5.20+
v0.5.0
- Allow context passing only for specific models with
includeModels
- Enable SQL comment affix customization
v0.4.1
- Fix compatibility with Prisma v5.15+
v0.4.0
- Fix Next.js actions by removing
@prisma/internals
as a dependency
- Validate context size to make sure it is under 1MB
v0.3.0
- Automatically include an original SQL query in application context
- Pass application context only if it's an object
- Sync the pg adapter against the latest Prisma pg adapter version
- Drop support for PostgreSQL version 13 and older
v0.2.8
- Don't crash in the migration when executing it with Supabase
v0.2.7
- Add
bemiContext
function for inline context setting
- Delete
express
from peer dependencies
v0.2.6
- Reuse the Prisma client type when wrapping it by using
withPgAdapter
v0.2.5
- Add
BemiApolloServerPlugin