Skip to content

chore: release (alpha) - #459

Open
supabase-releaser[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: release (alpha)#459
supabase-releaser[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@supabase-releaser

@supabase-releaser supabase-releaser Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@supabase/pg-delta@1.0.0-alpha.50

Minor Changes

  • cb9a90b: feat(pg-delta): apply accepts a pre-extracted source fact base for the fingerprint gate

    apply() re-extracted the target on every gated call so the fingerprint could
    be compared to the plan's source. Callers that already extracted the target they
    planned from — and still hold exclusive write access — can now pass that raw
    FactBase as sourceFactBase. The gate reconstructs the same managed view and
    skips the extract; a mismatched base still fails. Default behaviour (re-extract)
    is unchanged when the option is absent. planSchemaFiles returns the planning
    extract as targetFactBase so a library caller that still holds exclusive write
    access can pass it; schema apply keeps the live re-extract because it does not
    hold that guarantee across shadow load.

    sourceFactBase is only valid when nothing else can write to the target between
    plan and apply; the caller is asserting that. fingerprintGate: false remains
    the escape hatch that drops the check entirely.

Patch Changes

  • 1c2d4cb: fix(pg-delta): the shadow loader's DML observation no longer probes tables in the active policy's assumed (platform) schemas
  • 8365dc2: fix(pg-delta): do not plan a duplicate CREATE for a platform event trigger hidden by owner on one side only (CLI-2341)
  • a982dfa: Keep checked-out PostgreSQL clients protected by an error listener until
    release.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 45b20fc to b025eb2 Compare September 8, 2026 08:39
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b025eb2 to ff0fad2 Compare September 8, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants