Xata/pgroll: Release v0.2.0
New features:
- :unlock: Backfill in batches to avoid locking out updates to modified tables during the start phase. (https://github.com/xataio/pgroll/pull/137)
- :hourglass: Set Postgres'
lock_timeout
for pgroll DDL operations. (https://github.com/xataio/pgroll/pull/155) - 🛼 A
--version
flag to report the version of thepgroll
CLI (https://github.com/xataio/pgroll/pull/148) - 🐍 Allow
pgroll
's top-level CLI flags to be set via environment variables (https://github.com/xataio/pgroll/pull/152)