Skip to content

CHANGELOG

v0.4.6 (2025-10-03)

Bug Fixes

  • changelog: Set changelog mode to init to regenerate from scratch (37a08c3)

v0.4.5 (2025-10-03)

Bug Fixes

  • changelog: Add insertion_flag as expected by python-semantic-release (2fb664f)

v0.4.4 (2025-10-03)

Bug Fixes

  • packaging: Set licence-files to an empty list (f98606f)

v0.4.3 (2025-10-03)

Bug Fixes

  • packaging: Removing license info from package (50a8102)

v0.4.2 (2025-10-03)

Bug Fixes

  • packaging: Remove license-files from pyproject (a7ff4b1)

v0.4.1 (2025-10-03)

Bug Fixes

  • Update twine to fix packaging error (2ede82d)

v0.4.0 (2025-10-03)

Chores

Documentation

Features

  • New_lifespan to allow configuring sqla engine directly (#25, aa2642f)

v0.3.0 (2025-02-17)

Documentation

  • Fix image embedded on README.md/index.md (#14, 4fe8e9f)

  • Fix json response in README.md (#17, 8e58a8b)

  • Link to montreal python (#16, a83a3ca)

  • Setup mkdocs-material + add documentation (#13, c8367fc)

  • SLQAlchemy 2.0+ rather than SQLAlchemy 2 (#15, 893c479)

Features

v0.2.4 (2025-01-27)

Bug Fixes

  • Release & publish using new name FastSQLA (#11, 2ae70e4)

Documentation

  • Change project name & write a better README (#10, af90cc5)

v0.2.3 (2025-01-19)

Bug Fixes

  • Remove SQLAlchemy from project classifiers (#9, 264a29e)

v0.2.2 (2025-01-19)

Bug Fixes

Chores

v0.2.1 (2025-01-19)

Bug Fixes

  • Expose pagination API + more tests (#6, 7054d97)

Chores

v0.2.0 (2024-09-09)

Chores

  • Automatic release & publishing (c619b5e)

Features

  • Lifespan + session & pagination dependencies (#1, 1942e59)

v0.1.4 (2024-09-07)

  • Initial Release