Skip to content

Releases: BemiHQ/bemi-prisma

v0.6.0

14 Oct 15:13
0f4e667
Compare
Choose a tag to compare
  • Fix compatibility with Prisma v5.20+

v0.5.0

08 Aug 14:27
bc64069
Compare
Choose a tag to compare
  • Allow context passing only for specific models with includeModels
  • Enable SQL comment affix customization

v0.4.1

02 Aug 19:43
733b381
Compare
Choose a tag to compare
  • Fix compatibility with Prisma v5.15+

v0.4.0

16 Apr 19:20
e06f22d
Compare
Choose a tag to compare
  • Fix Next.js actions by removing @prisma/internals as a dependency
  • Validate context size to make sure it is under 1MB

v0.3.0

16 Apr 19:19
v0.3.0
2d6b2cd
Compare
Choose a tag to compare
  • 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

06 Mar 03:04
b0fa999
Compare
Choose a tag to compare
  • Don't crash in the migration when executing it with Supabase

v0.2.7

29 Feb 15:07
4586f43
Compare
Choose a tag to compare
  • Add bemiContext function for inline context setting
  • Delete express from peer dependencies

v0.2.6

21 Feb 22:03
240d36c
Compare
Choose a tag to compare
  • Reuse the Prisma client type when wrapping it by using withPgAdapter

v0.2.5

19 Feb 21:17
0217d75
Compare
Choose a tag to compare
  • Add BemiApolloServerPlugin

v0.2.4

19 Feb 17:25
7ec635d
Compare
Choose a tag to compare
  • Make it compatible with the latest Prisma v5.9.1