Skip to content

CHANGELOG

v0.7.2 (2026-05-05)

Bug Fixes

  • Pin pygments to upstream HtmlFormatter filename=None fix (#57, df0ab7f)

Chores

  • deps-dev: Bump aiosqlite from 0.20.0 to 0.22.1 (#56, 8df1378)

  • deps-dev: Bump faker from 28.4.1 to 40.12.0 (#55, 031c46d)

v0.7.1 (2026-05-04)

Bug Fixes

  • Upgrade dependencies to fix vulnerabilities (#54, 338b796)

Chores

  • Enable dependabot (c31ecc6)

  • Set dependabot interval to daily (7d700ad)

  • Update beads config (#46, 4ee115f)

  • deps: Bump h11 in the uv group across 1 directory (#36, d3eb8a5)

  • deps: Bump mkdocs-material from 9.7.1 to 9.7.6 (#53, 333966e)

  • deps: Bump requests in the uv group across 1 directory (#37, c51b28a)

  • deps: Bump sqlmodel from 0.0.22 to 0.0.38 (#42, 7a07b99)

  • deps: Bump starlette in the uv group across 1 directory (#38, c8ffa15)

  • deps: Bump structlog from 24.4.0 to 25.5.0 (#52, 8cd1635)

  • deps: Bump the uv group across 1 directory with 3 updates (#48, 9708fcc)

  • deps: Bump urllib3 in the uv group across 1 directory (#39, f8a4a79)

  • deps-dev: Bump coverage from 7.6.1 to 7.13.5 (#45, b5f451c)

  • deps-dev: Bump httpx from 0.27.2 to 0.28.1 (#51, 222e0ec)

  • deps-dev: Bump pdbpp from 0.11.7 to 0.12.1 (#43, 94f2a02)

  • deps-dev: Bump pytest from 8.3.2 to 9.0.2 (#41, 667604b)

  • deps-dev: Bump pytest-cov from 5.0.0 to 7.1.0 (#50, 22f6b98)

  • deps-dev: Bump python-semantic-release from 10.4.1 to 10.5.3 (#44, 073a1ac)

  • deps-dev: Bump ruff from 0.13.3 to 0.15.12 (#49, 089b078)

Documentation

v0.7.0 (2026-02-26)

Features

  • Add fastsqla-pagination agent skill (#31, 618cd14)

v0.6.0 (2026-02-26)

Chores

  • Add context7 claim (fd9bf41)

  • Initialize beads issue tracking (6e98cf4)

Features

v0.5.1 (2026-01-10)

Bug Fixes

  • Allow lifespan to receive app=None (#30, 3a3893f)

Chores

  • Update LICENSE (065b853)

  • Upgrade docs dependencies and fix build issues (#29, 8a8f456)

v0.5.0 (2025-11-11)

Features

  • Scope Session dependency to function (#28, 1b8f528)

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