Skip to content

Releases: supabase/pg-toolbelt

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

10 Apr 11:21
65e7823

Choose a tag to compare

Pre-release

Patch Changes

  • 8048cd9: Fix view diffs to drop and recreate views when the projected column list changes (for example when SELECT * views need to pick up a new base-table column), instead of emitting CREATE OR REPLACE VIEW.
  • bb63513: fix(depend): order CREATE EXTENSION before CREATE INDEX when index uses extension-provided operator class
  • 066683e: fix(pg-delta): order domain CHECK function dependencies before domain creation
  • f2cd63e: Use normalized object snapshots when comparing extracted catalog objects for equality so semantically identical metadata does not produce false-positive diffs.

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

02 Apr 13:55
fff4160

Choose a tag to compare

Pre-release

Patch Changes

  • 72dce37: Support PostgreSQL 18 table introspection for NOT NULL constraints and add pg18 test coverage.

@supabase/pg-topo@1.0.0-alpha.0

18 Feb 13:57
8375333

Choose a tag to compare

Pre-release

Major Changes

  • 0cefa0a: alpha release @supabase/pg-topo

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

18 Feb 13:57
8375333

Choose a tag to compare

Pre-release

Minor Changes

  • c267747: feat: add basic formatter to sql output

Patch Changes

  • 4f8faf3: fix(formatter): issue with EVENT TRIGGER clause
  • 1dacd2a: Handle constraint triggers in table introspection and trigger updates

v1.0.0-alpha.3

04 Feb 11:12
7ae7049

Choose a tag to compare

v1.0.0-alpha.3 Pre-release
Pre-release

Patch Changes

  • bbf13d3: fix: add 'supabase_superuser' to roles filter
  • f4b10f7: add cli_login_postgres to system roles

v1.0.0-alpha.2

27 Jan 10:28
7a70112

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release

Patch Changes

  • c20112a: Fix sslmode=require connections to SSL-enforced databases
  • 323f751: Fix support for using a different role after a connection is established. Migrate to "pg" for finer control over the connections.

v1.0.0-alpha.1

26 Dec 11:31
72a4438

Choose a tag to compare

v1.0.0-alpha.1 Pre-release
Pre-release

Major Changes

  • f8614f1: Rework the public API exports

v1.0.0-alpha.0

19 Dec 18:38
88b2673

Choose a tag to compare

v1.0.0-alpha.0 Pre-release
Pre-release

Major Changes