Skip to content

Releases: Tracktor/padmy

0.25.2

30 Dec 13:38

Choose a tag to compare

0.25.2 (2025-12-30)

Fix

  • fix conditional faker import (#37)

0.25.1

23 Dec 20:20

Choose a tag to compare

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

23 Dec 19:23

Choose a tag to compare

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

17 Dec 15:22

Choose a tag to compare

0.24.3 (2025-12-17)

Fix

  • add restrict key param to dump utils

0.24.2

16 Dec 17:11

Choose a tag to compare

0.24.2 (2025-12-16)

Fix

  • dump arguments not passed as expected

0.24.1

09 Dec 13:30

Choose a tag to compare

0.24.1 (2025-12-09)

Fix

  • adding error log on dump error

0.24.0

08 Dec 10:20

Choose a tag to compare

0.24.0 (2025-12-08)

Feat

  • add a convenience dump command (#34)

0.23.0

03 Dec 21:51

Choose a tag to compare

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

18 Nov 13:37

Choose a tag to compare

0.22.0 (2025-11-18)

Feat

  • adding reorder migrations by last, update README (#32)

0.21.3

18 Nov 08:57

Choose a tag to compare

0.21.3 (2025-11-18)

Chore

  • Fix CI build