Skip to content

Releases: nadeem4/nl2sql

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 14:26
536a502

0.1.2 (2026-09-07)

Bug Fixes

  • ci: publish without attestations from the called workflow (#80) (2bcdbe8)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 02:56
da7955d

0.1.1 (2026-09-07)

Bug Fixes

  • ci: build the API image from the repository root (495c1c3)
  • ci: build the API image from the repository root (6ce3c49)
  • cli: repair the doctor connectivity check (2abb600)
  • cli: repair the doctor connectivity check (1cc9e44)
  • config: treat an empty providers list as no secret providers (97fe5d2)
  • config: treat an empty providers list as no secret providers (d08a45c)
  • demo: make the docker demo datasources reachable (b7edaf9)
  • demo: make the docker demo datasources reachable (1381c9c)
  • demo: survive an unusable prompt during docker demo setup (#79) (6b9f712)
  • pipeline: keep the error code when a routing error reaches the runtime (#78) (2cf2170)
  • pipeline: raise a real exception when no subgraph matches (#75) (74f283b)

Documentation

  • sync documentation with recent changes (#77) (3dd87e6)

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)