Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 15:03
· 55 commits to main since this release
7d88c25

⚑ Highlights

πŸ’» Add support for Postgres 17 (#387)
🚀 Improve backfill performance by up to 80% (#389)
πŸ“¦ Allow configuration of the batch size during backfills with the --backfill-batch-size flag (#406)
🐒 Allow configuration of a delay between each batch during backfills with the --backfill-batch-delay flag (#410)
🧩 Add support for creating partial indexes in create_index operations (#404)
πŸ’­ Capture CREATE / DROP schema statements as inferred migrations (#359)
⏫ Use of pgroll as a Go module now requires Go 1.23 (#397)
πŸ” Distinguish inferred migrations by timestamp for statements within the same transaction (#362)
❓ Add a WithNoVersionSchemaForRawSQL Go module option to control creating version schemas for raw SQL migrations (#365)
πŸ”Ž Add a WithSearchPath Go module option to allow widening the Postgres search path during migration execution (#380)

Thanks to first time contributors πŸ™ ❀️ :

Changelog