2.5.0 (2026-03-25)
2.4.0 (2026-03-06)
- search: Semantic Tool Search (#149) (ac76d1b)
- skills: add just-commands skill with dynamic context injection (#133) (bf9f3fb)
2.3.1 (2026-01-29)
2.3.0 (2026-01-29)
2.1.1 (2026-01-22)
2.1.0 (2026-01-22)
- deepwiki badge (#97) (d8b0234)
- readme: improve Nix development environment setup instructions (#94) (2d6f6c2)
- readme: reorganise installation section (#72) (3cde479)
- rules: add nix-workflow rule (#106) (b10c164)
2.0.0 (2025-12-29)
- Drop support for Python 3.9 and 3.10.
- Error handling now uses httpx exceptions instead of requests exceptions. Code catching RequestException should be updated to catch httpx.HTTPStatusError or httpx.RequestError.
- migrate examples and tests to connector-based tool naming (#51)
- The
docsoptional dependency group and related commands (make docs-serve,make docs-build) are no longer available. - remove MCP server implementation (#45)
- remove deprecated OAS-based getTools, migrate to fetchTools only (#42)
- add test coverage reporting with GitHub Pages badge (#62) (0ef05cf)
- security: add gitleaks for secret detection (#63) (1a31baa)
- ci: use just commands in CI and release workflows (#57) (38a9dd6)
- migrate examples and tests to connector-based tool naming (#51) (c365dbd)
- migrate HTTP client from requests to httpx (#52) (9d180ef)
- remove MCP server implementation (#45) (bcb12b4)
- scripts: add uv lock refresh to version update script (#50) (bde6d88)
- remove meta tools implementation details from README (#40) (10510d4)
- remove obsolete migration section from README (#56) (bdcf90d)
- bump minimum Python version to 3.11 (#81) (527e828)
- remove MkDocs documentation generation feature (#46) (947863e)
- trigger release 2.0.0 (#82) (daa963b)
0.3.4 (2025-11-12)
- Add MCP-backed dynamic tool fetching to Python SDK (#39) (d72ca80)
- add provider/action filtering and hybrid BM25 + TF-IDF search (#37) (a1c688b)
0.3.3 (2025-10-17)
0.3.2 (2025-08-26)
0.3.1 (2025-08-19)
- add comprehensive LangChain integration section to README (#20) (cbf7f68)
- rename meta tools (#27) (a9ebc03)
0.3.0 (2025-08-19)
- add CLAUDE.md for Claude Code guidance (#15) (ac9fe98)
- bring Python SDK to feature parity with Node SDK (#17) (8b6de99)
- remove automatic STACKONE_ACCOUNT_ID environment variable loading (#23) (aa0aaf6)
- simplify meta tool function names to match Node SDK (#19) (4572609)