Skip to content

v1.1.0

Choose a tag to compare

@mickelsamuel mickelsamuel released this 20 Feb 02:26
· 33 commits to main since this release

MigrationPilot v1.1.0

PostgreSQL migration safety CLI + GitHub Action. Know exactly what your migration will do before you merge.

Highlights

  • 48 safety rules (MP001-MP048) covering locks, data safety, and best practices
  • Auto-fix for 6 common issues
  • 14 migration framework detection
  • Watch mode + git pre-commit hooks
  • 6 output formats: CLI, JSON, SARIF, Markdown, PR comment, execution plan
  • Config presets (recommended, strict, CI)
  • Pro tier with production context analysis

Install

npm install -g migrationpilot

Links