Skip to content

Releases: litestar-org/sqlspec

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

v0.41.1

20 Mar 18:09
64fbb3d

Choose a tag to compare

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.1 by @cofin in #398

New Contributors

Full Changelog: v0.41.0...v0.41.1

v0.41.0

17 Mar 22:04
be38267

Choose a tag to compare

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

24 Feb 18:19
1cdadc5

Choose a tag to compare

What's Changed

  • feat(sqlglot): pin to latest version of sqlglot by @cofin in #372

Full Changelog: v0.39.0...v0.40.0

v0.39.0

22 Feb 19:07
1c9b19d

Choose a tag to compare

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

v0.38.4

27 Jan 17:24
7e8af3e

Choose a tag to compare

What's Changed

  • fix(storage): ensure streams are buffered by @cofin in #344
  • fix: race condition in connection pool initialization by @cofin in #347

Full Changelog: v0.38.3...v0.38.4

v0.38.3

23 Jan 20:31
0593663

Choose a tag to compare

What's Changed

  • feat(migrations): enhance logging and migration tracking by @cofin in #339
  • feat: add on_connection_create hooks and fix DuckDB variable persistence by @cofin in #342

Full Changelog: v0.38.2...v0.38.3

v0.38.2

22 Jan 18:36
4e51156

Choose a tag to compare

What's Changed

  • fix: storage backend path handling and async streaming blocking by @cofin in #337
  • feat: add use_logger parameter for migrations and include_driver_name for logging by @cofin in #338

Full Changelog: v0.38.1...v0.38.2

v0.38.1

22 Jan 00:02
ac19c46

Choose a tag to compare

What's Changed

  • feat: add Python 3.14 CI testing and MyPyC wheel builds by @cofin in #331
  • fix: litestar plugin session provider by @ftsartek in #332
  • fix: driver parameter normalization by @cofin in #333
  • chore(release): bump to v0.38.1 by @cofin in #334
  • fix: build issues for mysql by @cofin in #335

New Contributors

Full Changelog: v0.38.0...v0.38.1

v0.38.0

17 Jan 00:23
e14094e

Choose a tag to compare

What's Changed

  • feat: improve logging with structured context and COMMAND operation type by @cofin in #326
  • feat: add value_type parameter for type conversion in select_value methods by @cofin in #329
  • feat: more granular exception mapping by @cofin in #330

Full Changelog: v0.37.1...v0.38.0