Skip to content

v0.14.0

Choose a tag to compare

@benvinegar benvinegar released this 19 Jul 16:16
· 12 commits to main since this release
018f870

Breaking changes

  • scopeByColumn(table, table.column) now infers insert/update validation keys from the table property by default. Rules that previously scoped reads only will now reject cross-scope insert/update payloads unless validation is disabled explicitly with insertKey: false or updateKey: false.

Changed

  • Common single-column rules no longer need insertKey; Drizzle table metadata maps workspaceId: text("workspace_id") to the workspaceId insert/update payload key automatically.