Skip to content

Releases: seapagan/sqliter-py

0.19.0

14 Feb 16:52
0bda928

Choose a tag to compare

Closed Issues

  • Add bulk update API for set-based updates without raw SQL (#125) by seapagan

New Features

  • Feat: Add bulk update API for set-based updates (Issue #125) (#130) by seapagan

Full Changelog | Diff | Patch

0.18.1

13 Feb 16:28
8741fe6

Choose a tag to compare

Closed Issues

  • Ambiguous base-column filters with select_related joins (e.g. pk__in) (#126) by seapagan

Security

  • Update cryptography package to fix security alert (#128) by seapagan

Bug Fixes

  • Fix ambiguous base filters in select_related JOIN queries (#127) by seapagan
  • Fix debug logging missing from most SQL operations (#122) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.18.0

02 Feb 14:30
8a562da

Choose a tag to compare

New Features

Full Changelog | Diff | Patch

0.17.0

31 Jan 19:10
7d124b0

Choose a tag to compare

New Features

  • Feat: add many-to-many relationship support (#116) by seapagan

Full Changelog | Diff | Patch

0.16.0

30 Jan 17:23
71aaed6

Choose a tag to compare

New Features

Documentation

  • Docs: add comprehensive API reference section (#113) by seapagan

Full Changelog | Diff | Patch

0.15.0

29 Jan 12:25
367d273

Choose a tag to compare

Closed Issues

  • Improve LazyLoader type hints for mypy strict mode (#109) by seapagan

New Features

  • Fix ORM typing in strict mypy (nullable FKs, db.get) (#111) by seapagan
  • Feat: add select_related() eager loading and relationship filter traversal (#110) by seapagan

Documentation

Full Changelog | Diff | Patch

0.14.0

25 Jan 21:55
4da2f3d

Choose a tag to compare

0.14.0 (January 25, 2026)

Closed Issues

New Features

  • Add a TUI Demo Application to show off the library features (#103) by seapagan

Bug Fixes

Full Changelog | Diff | Patch

0.13.0

19 Jan 22:07
e5a8c95

Choose a tag to compare

New Features

  • Add ORM submodule with lazy loading and reverse relationships (#101) by seapagan

Full Changelog | Diff | Patch

0.12.0

17 Jan 21:49
2efd22e

Choose a tag to compare

New Features

Full Changelog | Diff | Patch

0.11.0

11 Jan 20:09
3417f15

Choose a tag to compare

New Features

  • Add optional query result caching with LRU eviction (#96) by seapagan
  • Migrate from pre-commit to prek (#94) by seapagan

Security

  • Fix security vulnerabilities in dependencies (#95) by seapagan

Full Changelog | Diff | Patch