Releases: litestar-org/sqlspec
Releases · litestar-org/sqlspec
v0.46.0
v0.45.0
v0.44.0
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
- @hasansezertasan made their first contribution in #413
Full Changelog: v0.43.0...v0.44.0
v0.43.0
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
v0.41.1
What's Changed
- docs: fix documentation with VectorDistance reference + flask by @Kumzy in #394
- ci: remove --keep-going on building doc by @Kumzy in #396
- ci: update actions by @Kumzy in #395
- fix: resolve root to parent directory for file paths by @Kumzy in #397
- chore(release): bump to
v0.41.1by @cofin in #398
New Contributors
Full Changelog: v0.41.0...v0.41.1
v0.41.0
What's Changed
- chore(dialects): move sqlglot dialects to top-level package by @cofin in #378
- fix(parameters): deduplicate named params and fix SearchFilter placeholder reuse by @cofin in #380
- fix(sync_tools): use portal fallback when await_ called from async task by @cofin in #381
- fix(oracledb): add BLOB support and use byte-length thresholds for LOB coercion by @cofin in #385
- fix(aiosqlite): use unique URI per config for in-memory database isolation by @cofin in #383
- feat(storage): add CSV format support for Arrow table export/import by @cofin in #384
- fix(statement): support set operations in pagination and count queries by @cofin in #382
- feat: Postgres extension dialect support by @ftsartek in #359
- docs: overhaul documentation structure and content by @cofin in #386
- feat: improve mypyc configurations by @cofin in #388
- chore(deps): bump pyopenssl from 25.3.0 to 26.0.0 by @dependabot[bot] in #389
- fix(ci): update PGO training path and add validation workflow by @cofin in #391
- test: add regression coverage for load_sql_files path handling by @cofin in #393
Full Changelog: v0.40.0...v0.41.0
v0.40.0
v0.39.0
What's Changed
- docs: enhance framework examples and SQL playground by @cofin in #343
- fix(arrow)!: in-memory streaming by @cofin in #348
- feat(perf)!: parsing performance improvements by @cofin in #349
- feat(migrations): add migration squash engine by @cofin in #350
- fix: python template triple quote formatting by @ftsartek in #356
- perf(core): Deep dive optimizations for hot path by @cofin in #355
- fix(aiosqlite): improve pool shutdown and thread handling by @cofin in #363
- fix(aiosqlite): commit pending transactions on pool release by @cofin in #364
- revert: fix(aiosqlite): commit pending transactions on pool release by @cofin in #365
- feat(performance): optimized hot path and add benchmarking scripts by @cofin in #368
- fix(docs): restore search and harden hot-path optimizations by @cofin in #371
Full Changelog: v0.38.4...v0.39.0