v0.0.5
What's Changed
- feat: CLI --check mode for CI gating by @Apakottur in #56
- fix: defer DROP NOT NULL past the primary key that enforces it by @Apakottur in #57
- fix: introspect with empty search_path for deterministic, portable SQL by @Apakottur in #58
- fix: phase DROP EXTENSION after the objects that depend on it by @Apakottur in #59
- fix: re-emit comments on drop-and-recreate to preserve convergence by @Apakottur in #60
- fix: close remaining false-convergence gaps (types, zero-col tables, ext comment) by @Apakottur in #61
- fix: hold one catalog snapshot across introspection loaders by @Apakottur in #63
- test: run test suite against Postgres 14-18 by @Apakottur in #64
- feat: reject invalid indexes with a clear error by @Apakottur in #65
- feat: read DSNs from PGMIG_SOURCE/PGMIG_TARGET env vars by @Apakottur in #67
- fix: move test Postgres port below the ephemeral range by @Apakottur in #70
- feat: index_concurrently option for CONCURRENTLY index statements by @Apakottur in #66
- feat: ignore_extension_version to suppress extension version updates by @Apakottur in #68
- feat: support domain types (create, drop, alter) by @Apakottur in #72
- feat: support views (basic) by @Apakottur in #71
Full Changelog: v0.0.4...v0.0.5