Skip to content

Releases: meshya/aiogram-sqlalchemy-storage

v0.2.0-0

28 Aug 10:13
Compare
Choose a tag to compare

v0.2.0-0 - 2025-08-28

Added

  • Comprehensive documentation suite in docs/ directory

Changed

  • BREAKING: Constructor now accepts metadata parameter instead of base
    • Old: SQLAlchemyStorage(sessionmaker=session, metadata=Base)
    • New: SQLAlchemyStorage(sessionmaker=session, metadata=Base.metadata)
    • Passing Base object is still supported but deprecated with warning
  • 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 Base object to metadata parameter (use Base.metadata instead)

Documentation

  • Added comprehensive setup and usage documentation

v0.1.1-2

30 Jan 02:21
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1-2

V0.1.0

30 Jan 01:51
bd9d1ef
Compare
Choose a tag to compare