Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 17:25
daed7c0

0.1.0 (2026-08-28)

⚠ BREAKING CHANGES

  • collapse distribution to nl2sql, nl2sql-api, nl2sql-adapter-sdk

Features

  • adapters: add DuckDB adapter as the nl2sql[duckdb] extra (60318d1)
  • adapters: add DuckDB adapter as the nl2sql[duckdb] extra (42b5bdf)
  • cli: add application container to docker demo; make mssql opt-in (a7bd223)
  • cli: add application container to docker demo; make mssql opt-in (7d761ff)

Bug Fixes

  • api: require explicit CORS origins instead of wildcard-with-credentials (6edfc95)
  • api: require explicit CORS origins instead of wildcard-with-credentials (96c1464)
  • core: construct SettingsAPI from the settings singleton (e9b9d43)
  • core: construct SettingsAPI from the settings singleton (770a737)
  • core: correct pydantic/langgraph floors and declare chromadb directly (c2fde1a)
  • core: correct pydantic/langgraph floors and declare chromadb directly (d4339ac)
  • core: make cancellation per-run instead of process-global (afd3473)
  • core: make cancellation per-run instead of process-global (6cebac7)
  • core: stop configuring the root logger at import time (bbb0597)
  • core: stop configuring the root logger at import time (ccbebda)

Documentation

  • align README and architecture docs with the code that exists (b066250)
  • align README and architecture docs with the code that exists (75bbb86)
  • describe the three-distribution layout (36014e6)
  • sync documentation with recent changes (c01c42b)
  • sync documentation with recent changes (40f3bea)

Code Refactoring

  • collapse distribution to nl2sql, nl2sql-api, nl2sql-adapter-sdk (c7755ad)

Continuous Integration

  • pin the first release to 0.1.0 and scope its changelog (f8d3137)