Releases: supabase/pg-toolbelt
Releases · supabase/pg-toolbelt
@supabase/pg-delta@1.0.0-alpha.11
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 emittingCREATE 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
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
Major Changes
- 0cefa0a: alpha release @supabase/pg-topo
@supabase/pg-delta@1.0.0-alpha.4
v1.0.0-alpha.3
v1.0.0-alpha.2
v1.0.0-alpha.1
Major Changes
- f8614f1: Rework the public API exports
v1.0.0-alpha.0
Major Changes
- 88bdff0: Release alpha