Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 12:01
· 4 commits to main since this release

0.3.1

Patch Changes

  • be1ffc9: Scope the example seeder's guard to the workspace, and import eq.

    The guard left workspace_id to row-level security, which is exactly the mistake the template
    should not be teaching: the transaction is bound to the workspace, so RLS scopes it on a
    correctly-configured instance and silently does not on one whose owner can bypass a policy. Every
    first-party seeder had the same defect and every workspace after the first was created empty.