Skip to content

Releases: litestar-org/sqlspec

v0.48.0

27 May 21:44
a506eb3

Choose a tag to compare

What's Changed

  • ci: free runner disk before docker image load by @cofin in #465
  • fix(tests): add init.py to sqlite unit-test package by @cofin in #466
  • ci: reduce GitHub Actions runner-minute consumption by @cofin in #467
  • feat(adapters): add arrow_odbc and mssql_python adapters by @cofin in #463
  • test(unit): close sqlite3 connections on exception paths by @cofin in #468
  • ci: add aggregate required check by @cofin in #469
  • ci: gate build workflow on unit checks by @cofin in #470
  • fix: repair filter providers and adapter regressions by @cofin in #476
  • feat(migrations): support specifying schema for migrations by @cofin in #471

Full Changelog: v0.47.0...v0.48.0

v0.47.0

24 May 21:25
8f43ed4

Choose a tag to compare

What's Changed

  • feat: struct-aware schema_dump default + values_from / set_from builder methods by @cofin in #442
  • perf: improve mypyc coverage by @cofin in #446
  • test: use rustfs for s3 integration fixtures by @cofin in #449
  • fix: repair Litestar NumPy serializer integration by @cofin in #450
  • fix: harden Arrow JSON ingest (#452) by @cofin in #453
  • fix: improve event listener by @cofin in #455
  • chore(tests): remove unneeded tests by @cofin in #456
  • fix(build): version-gate Traversable import for Py 3.11+ typeshed by @cofin in #458
  • ci: bump GitHub Actions to Node 24 majors + add dependabot by @cofin in #459
  • fix(ci): improve mypyc build testing and failure detection by @cofin in #461

Full Changelog: v0.46.3...v0.47.0

v0.46.3

03 May 17:21
ecc67be

Choose a tag to compare

What's Changed

  • fix: bound loader missing statement errors by @cofin in #440
  • fix(litestar): preserve app_config.plugins identity in on_app_init by @Kumzy in #441

Full Changelog: v0.46.2...v0.46.3

v0.46.2

30 Apr 18:41
b756cd6

Choose a tag to compare

What's Changed

  • fix: wire-mode filter normalization by @cofin in #439

Full Changelog: v0.46.1...v0.46.2

v0.46.1

28 Apr 18:57
ea191bd

Choose a tag to compare

What's Changed

  • fix(litestar): unique provider signatures stop filter cross-binding (#435) by @cofin in #436

Full Changelog: v0.46.0...v0.46.1

v0.46.0

28 Apr 02:53
2db85a4

Choose a tag to compare

What's Changed

  • fix(service): overload narrowing + serializer DEFAULT_TYPE_ENCODERS registry by @cofin in #433

Full Changelog: v0.45.0...v0.46.0

v0.45.0

27 Apr 16:41
d85ace0

Choose a tag to compare

What's Changed

  • feat: add Sanic framework integration by @cofin in #423
  • feat(oracledb): native JSON, VECTOR ergonomics, smart LOB coercion by @cofin in #430
  • feat: filter & service corrections by @cofin in #431

Full Changelog: v0.44.0...v0.45.0

v0.44.0

23 Apr 15:24
eb90aba

Choose a tag to compare

What's Changed

  • fix: honor msgspec rename in schema_dump + make OffsetPagination runtime-introspectable by @cofin in #421
  • feat: remove mock driver by @cofin in #422
  • feat: add aiomysql adapter by @hasansezertasan in #413

New Contributors

Full Changelog: v0.43.0...v0.44.0

v0.43.0

07 Apr 16:23
bff1ad0

Choose a tag to compare

What's Changed

  • fix: resolve mypyc compilation bugs, exception handling, filter providers, and vector distance SQL generation by @cofin in #401
  • fix: add paradedb and pgvector to SQL splitter dialect configs by @ftsartek in #409
  • feat: add Google SQLCommenter support and ADK stale-session detection by @cofin in #408
  • fix: remove sphinx-toolbox to fix Sphinx 9.x docs build by @cofin in #410

Full Changelog: v0.42.0...v0.43.0

v0.42.0

22 Mar 03:12
cf1f007

Choose a tag to compare

What's Changed

  • fix: address serializer mypyc follow-ups by @cofin in #399
  • feat(adk): overhaul ADK backend to align with v1.0.0 store by @cofin in #400

Full Changelog: v0.41.1...v0.42.0