Releases: meshya/aiogram-sqlalchemy-storage
Releases · meshya/aiogram-sqlalchemy-storage
v0.2.0-0
v0.2.0-0 - 2025-08-28
Added
- Comprehensive documentation suite in
docs/directory
Changed
- BREAKING: Constructor now accepts
metadataparameter instead ofbase- Old:
SQLAlchemyStorage(sessionmaker=session, metadata=Base) - New:
SQLAlchemyStorage(sessionmaker=session, metadata=Base.metadata) - Passing
Baseobject is still supported but deprecated with warning
- Old:
- Improved integration with SQLAlchemy ORM
- Enhanced metadata handling for better table creation and migration support
- More robust session management
Fixed
- Fixed table creation
- Resolved database session lifecycle management
- Fixed JSON serialization edge cases
Deprecated
- Passing
Baseobject tometadataparameter (useBase.metadatainstead)
Documentation
- Added comprehensive setup and usage documentation
v0.1.1-2
Full Changelog: v0.1.0...v0.1.1-2