- Removed Versioned base class, versioned objects only need to have __versioned__ defined. - Session versioning now part of make_versioned function - Added meta parameter in TransactionLog - TransactionChanges model for tracking changed entities in given transaction - Added Flask extension
0.4.2
^^^^^^^^^^^^^^^^^^
- Alembic trigger syncing fixed for drop column and add column
0.4.1
^^^^^^^^^^^^^^^^^^
- Alembic trigger syncing fixed
0.4.0
^^^^^^^^^^^^^^^^^^
- Added support for multiple updates for same row within single transaction - History tables have now own revision column
0.3.12
^^^^^^^^^^^^^^^^^^^
- Not null constraints removed from all reflected columns - Fixed reify when parent has not null constraints - Added support for reifying deletion