Skip to content

v0.23.0

Choose a tag to compare

@winebarrel winebarrel released this 25 Apr 08:00
Immutable release. Only release title and notes can be modified.
v0.23.0
24747de

Changelog

  • 24747de Merge pull request #98 from winebarrel/improve-concurrently-coverage
  • b3076b1 Improve DiffTables/diffTable coverage for CONCURRENTLY paths
  • 3482f29 Merge pull request #97 from winebarrel/add-index-concurrently-option
  • 982b3ec Address Copilot review: strengthen test assertions
  • 8aa4326 Add tests for edge cases and HasConcurrently flag
  • eb50d18 Merge pull request #96 from winebarrel/add-index-concurrently-option
  • 7a4f693 Clarify --with-tx + CONCURRENTLY note in README
  • decf112 Add test: pist:concurrently + --with-tx OK when no index changes
  • dc7f923 Derive HasConcurrently from diff layer instead of string scanning
  • a0bb20a Wrap index DDL errors with index name context
  • 4468e03 Reject -- pist:concurrently with trailing arguments
  • 1778408 Remove currentIdx.Concurrently fallback for pure drops
  • 8b3d185 Validate --with-tx + CONCURRENTLY only when index DDL is generated
  • 870b4ce Improve test coverage for CONCURRENTLY code paths
  • 47ff89d Add matview index CONCURRENTLY tests
  • eebbd66 Extend --index-concurrently and directive to materialized view indexes
  • b98f79f Add -- pist:concurrently directive for per-index CONCURRENTLY
  • 39b02cb Use pg_query AST for DROP INDEX CONCURRENTLY and fix comment
  • dadb4fa Add --index-concurrently option for CREATE/DROP INDEX CONCURRENTLY
  • c51b1c8 Merge pull request #95 from winebarrel/add-materialized-views-to-readme
  • ca3badc Add materialized views to supported objects list in README
  • 650ea48 Merge pull request #93 from winebarrel/split-release-workflow
  • 9af4cb8 Split release workflow into goreleaser and docker jobs