Changelog - Version 0.2.1¶
Release Date: 2026-01-02 Status: Alpha
Fixed¶
Migrations (Issue #8)¶
- Fixed core/internal migrations from dropping external app tables
- Enhanced migration environment configuration to properly handle external app tables
- Improved Alembic configuration for external apps to prevent accidental table drops
- Updated migration templates to ensure proper table filtering and isolation
Migration System¶
- Enhanced
autogen.pyto better handle external app table detection - Improved migration context configuration for both core and external apps
- Updated migration environment templates with better table filtering logic
Technical Details¶
This patch release fixes a critical issue where core/internal migrations could accidentally drop tables belonging to external apps. The fix ensures proper isolation between core project migrations and external app migrations, preventing data loss and maintaining the integrity of external app tables.
Full Documentation: See the documentation for detailed usage instructions.