Skip to content

Latest commit

 

History

History
231 lines (100 loc) · 7.89 KB

File metadata and controls

231 lines (100 loc) · 7.89 KB

2.7.0 (2025-12-11)

Features

  • logging: Introduce debug logging utility and refactor logging in SQLBot (383191b)

2.6.0 (2025-12-10)

Features

  • web-app: Enhance web application port handling (ec47967)

2.5.0 (2025-12-04)

Features

  • add web interface option to CLI for SQLBot (442817f)

2.4.0 (2025-12-04)

Features

  • implement SQLBot web interface with real-time updates (f1ac73d)

2.3.8 (2025-12-02)

Bug Fixes

  • properly indent all multi-line user message continuation lines (e75b5f6)

2.3.7 (2025-12-02)

Bug Fixes

  • indent multi-line user message continuation lines (5f26870)

2.3.6 (2025-12-02)

Bug Fixes

  • use consistent left-arrow prompt for multi-line input continuation (d3e56d8)

2.3.5 (2025-12-02)

Bug Fixes

  • remove debug output and fix Unknown tool callback issue (d1a1e08)

2.3.4 (2025-12-02)

Bug Fixes

  • prevent .sqlbot/config.yml from overriding test environment variables (dcc00cd)

2.3.3 (2025-12-02)

Bug Fixes

  • resolve langchain 1.1.0 compatibility and banner display issues (1334b5a)

2.3.2 (2025-12-02)

Bug Fixes

  • remove incorrect banner display logic for query mode (1dfdafd)

2.3.1 (2025-12-02)

Bug Fixes

  • update tests to use text mode as default (3986263)

2.3.0 (2025-12-02)

Features

  • make text-based UI the default, add --textual flag for TUI (76c9182)

2.2.4 (2025-12-02)

Bug Fixes

  • auto-submit queries ending with semicolon in text mode (9b067a3)

2.2.3 (2025-12-02)

Bug Fixes

  • improve multi-line input UX - now requires blank line to submit after first line (e9382ce)

2.2.2 (2025-12-01)

Bug Fixes

  • include chat history in messages list for agent invocation (135ad89)

2.2.1 (2025-12-01)

Bug Fixes

  • pass callbacks via config parameter in agent.invoke (e9807c6)

2.2.0 (2025-12-01)

Features

  • update to langchain 1.1.0 API (f8ed99c)

2.1.0 (2025-12-01)

Features

  • add debug logging, conversation persistence, and performance indicators (5080619)

2.0.0 (2025-10-09)

Features

  • add multi-line input support for text and textual modes (2439e8b)

BREAKING CHANGES

  • none

1.3.1 (2025-10-07)

Bug Fixes

  • ensure OPENAI_API_KEY loads from .env in current directory (9b199c0)

1.3.0 (2025-09-23)

Features

  • export: add data export functionality for query results (91367a5)

1.2.2 (2025-09-21)

Bug Fixes

  • improve dbt setup error reporting with detailed diagnostics and actionable guidance
  • add missing dbt-sqlite adapter support for SQLite database connections
  • enhance error parsing to provide specific installation commands for missing adapters

1.2.1 (2025-09-21)

Bug Fixes

  • correct dbt profile discovery error messages and configuration (b29395b)

1.2.0 (2025-09-14)

Features

  • enhance Sakila database setup and CLI functionality (b947606)

1.1.0 (2025-09-14)

Features

  • YAML config file with dotconfig. (b10042a)

1.0.3 (2025-09-13)

Bug Fixes

  • update test assertions for SQLBot rebranding (9bbb3ec)

1.0.2 (2025-09-13)

Bug Fixes

  • test PyPI automation with credentials (41b7508)

1.0.1 (2025-09-13)

Bug Fixes

  • update repository URL to SQLBot (a588dba)

1.0.0 (2025-09-13)

Bug Fixes

  • add package-lock.json for semantic-release (d9ae517)

  • 🎉 Rebrand SQLBot to SQLBot v0.2.0 - Finally pushing to PyPI! (0490ad7)

Features

  • add semantic-release automation (7b6f855)

BREAKING CHANGES

  • CLI command is now 'sqlbot' instead of 'qbot'

Ready for the world! 🚀