What's New
80 Safety Rules
- 32 new rules (MP049-MP080) covering partitions, pgvector, RLS, triggers, sequences, TOAST compression, XID wraparound, and more
- 77 free rules, 3 production-context rules (Pro tier)
VS Code Extension
- On-save diagnostics for SQL files
- Hover tooltips with safe alternatives
- 12 quick fixes (one-click auto-fix)
- Configurable PG version, severity levels, and rule exclusions
Enterprise Features
- Team management with org seats and member tracking
- Policy enforcement (required rules, severity floors, blocked patterns)
- SSO authentication (device code flow, API key auth)
Advanced Analysis
- Trigger cascade analysis
- Schema state simulation (in-memory DDL replay)
- Cross-migration dependency graph with cycle detection
- Sequence overflow monitoring
- Migration duration prediction with table stats calibration
- Lock queue simulation with connection modeling
- Expand-contract migration template generator
New CLI Commands
template— generate expand-contract migration templatespredict— estimate migration durationteam— manage org seats and memberslogin/logout— SSO authenticationpolicy— enforce team policies
Additional
- MCP server with 4 tools for AI assistant integration
- WASM browser playground at /playground
- 5 config presets (recommended, strict, ci, startup, enterprise)
- Schema drift detection and historical trend analysis
- Security hardened: AES-256-GCM auth encryption, config validation, webhook sanitization
- 975 tests across 54 files
Full Changelog: v1.2.0...v1.4.0