We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7cdc3 commit e06f22dCopy full SHA for e06f22d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+#### [v0.4.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.3.0...v0.4.0) - 2024-04-16
4
+
5
+- Fix Next.js actions by removing `@prisma/internals` as a dependency
6
+- Validate context size to make sure it is under 1MB
7
8
#### [v0.3.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.2.8...v0.3.0) - 2024-04-11
9
10
- Automatically include an original SQL query in application context
package.json
@@ -1,6 +1,6 @@
{
"name": "@bemi-db/prisma",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "Automatic data change tracking for Prisma",
"main": "dist/index.js",
"module": "./dist/index.mjs",
0 commit comments