Skip to content

v24.0.0

Choose a tag to compare

@github-actions github-actions released this 18 May 13:31
· 15 commits to main since this release
e7ad416

24.0.0 (2026-05-18)

⚠ BREAKING CHANGES

  • schema: ${model.name}WhereUnique now carries non-nullable
    fields when the model has filterable: { nonNull: true } simple/enum
    fields or relation FKs. Any consumer schema with such fields will see
    its entity(where: { … }) queries fail typegen until they opt into
    the cascade by providing those fields. Upgrade requires updating every
    singular-by-id query to nest the mandatory filters (the typegen errors
    list exactly the sites that need touching).

Co-authored-by: Claude Opus 4.7 noreply@anthropic.com

Features

  • schema: enforce mandatory filters + nonNull-filterable relations on WhereUnique (#471) (e7ad416)