Skip to content

25.12.0

Choose a tag to compare

@jezdez jezdez released this 16 Dec 10:46
· 22 commits to main since this release
9fc2ebe

Release 25.12.0 (December 16, 2025)

🐛 Bug Fixes

  • Fix credential display in Flask-Admin (#1245)
    • Fixed ProjectCredential key field not showing correctly in admin inline views
    • Fixed credential key not being saved when creating new credentials
    • Added custom UUID formatter to display UUIDs as hex strings
    • Auto-generate UUID key when creating new credentials via admin

📦 Dependency Updates

  • Bump urllib3 from 2.5.0 to 2.6.2 (#1246)
  • Bump werkzeug from 3.1.3 to 3.1.4 (#1239)
  • Bump tomli from 2.2.1 to 2.3.0 (#1231)
  • Bump actions/checkout from 5 to 6 (#1237)

🧹 Maintenance

  • Pre-commit autoupdate (#1235)
  • Updated AGENTS.md testing guidelines to prefer mocker.patch() pattern

📝 Testing

  • Added comprehensive test suite for Flask-Admin customizations with 100% coverage for admin.py