What's Changed
Highlights
- Added configuration-only automatic cache synchronization with safe fallback to the previous cache when refresh fails.
- Added optional authenticated cache encryption and cache inspection/provenance reporting.
- Hardened migration simulation across transactions, savepoints, cascading drops, dependencies, and quoted identifiers.
- Added the reusable GitHub Action for offline migration-review artifacts.
- Expanded live PostgreSQL differential validation to PostgreSQL 14–18.
Compatibility
- New cache writes use the headered V3 format.
- V1 and V2 caches remain readable.
- Older v0.4.2 V5 caches require
safe-migrate syncafter upgrading.
See CHANGELOG.md for the full details.