Releases: Tracktor/padmy
Releases · Tracktor/padmy
0.25.2
0.25.1
0.25.1 (2025-12-23)
✨ New Features
- PostgreSQL 18 support - Added compatibility across builds and CI workflows
- Optional "anonymize" feature group - Data privacy functionality now installable separately
🔧 Maintenance
- Updated asyncpg to v0.31+
- Fixed Alpine repository configuration for PostgreSQL client installation
0.25.0
0.25.0 (2025-12-23)
✨ New Features
- Migration file header repair - Automatically repair headers for migration files
- Improved migration reordering - Enhanced reordering with selectable strategies and optional output directory
- Better file tracking - Improved tracking of modified files during migration operations
- Python 3.14 support - Added compatibility with Python 3.14
🔧 Maintenance
- Added LICENSE file
0.24.3
0.24.3 (2025-12-17)
Fix
- add restrict key param to dump utils
0.24.2
0.24.2 (2025-12-16)
Fix
- dump arguments not passed as expected
0.24.1
0.24.1 (2025-12-09)
Fix
- adding error log on dump error
0.24.0
0.23.0
0.23.0 (2025-12-03)
Feat
- Added SSL/TLS and mTLS support for secure database connections with configurable certificates and keys.
- Introduced centralized configuration path management.
Bug Fixes
- Fixed schema exploration to safely handle foreign keys from tables outside analyzed schemas.
- Improved error message formatting.
0.22.0
0.21.3
0.21.3 (2025-11-18)
Chore
- Fix CI build