Releases: nadeem4/nl2sql
Releases · nadeem4/nl2sql
Release list
v0.1.2
v0.1.1
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
v0.1.0
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)