Releases: StackOneHQ/stackone-ai-python
Releases · StackOneHQ/stackone-ai-python
stackone-ai: v2.0.0
2.0.0 (2025-12-29)
⚠ BREAKING CHANGES
- 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)
Features
- add test coverage reporting with GitHub Pages badge (#62) (0ef05cf)
- security: add gitleaks for secret detection (#63) (1a31baa)
Bug Fixes
- 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)
Documentation
- remove meta tools implementation details from README (#40) (10510d4)
- remove obsolete migration section from README (#56) (bdcf90d)
Miscellaneous Chores
- bump minimum Python version to 3.11 (#81) (527e828)
- remove MkDocs documentation generation feature (#46) (947863e)
- trigger release 2.0.0 (#82) (daa963b)
Code Refactoring
stackone-ai: v0.3.4
stackone-ai: v0.3.3
stackone-ai: v0.3.2
stackone-ai: v0.3.1
stackone-ai: v0.3.0
0.3.0 (2025-08-19)
Features
- 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)