Skip to content

Releases: StackOneHQ/stackone-ai-python

stackone-ai: v2.0.0

29 Dec 15:16
cac2d56

Choose a tag to compare

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 docs optional 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

  • remove deprecated OAS-based getTools, migrate to fetchTools only (#42) (d50d5fb)

stackone-ai: v0.3.4

13 Nov 09:45
6547388

Choose a tag to compare

0.3.4 (2025-11-12)

Features

  • Add MCP-backed dynamic tool fetching to Python SDK (#39) (d72ca80)
  • add provider/action filtering and hybrid BM25 + TF-IDF search (#37) (a1c688b)

stackone-ai: v0.3.3

27 Oct 15:06
a684c24

Choose a tag to compare

0.3.3 (2025-10-17)

Features

Bug Fixes

Documentation

stackone-ai: v0.3.2

26 Aug 15:42
d53ec59

Choose a tag to compare

0.3.2 (2025-08-26)

Features

  • support Python 3.9+ with optional MCP server support (#28) (1a37776)

This PR was generated with Release Please. See documentation.

stackone-ai: v0.3.1

20 Aug 10:18
7ae344f

Choose a tag to compare

0.3.1 (2025-08-19)

Documentation

  • add comprehensive LangChain integration section to README (#20) (cbf7f68)
  • rename meta tools (#27) (a9ebc03)

stackone-ai: v0.3.0

19 Aug 13:45
8a87462

Choose a tag to compare

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)

Miscellaneous Chores

stackone-ai: v0.0.4

05 Mar 12:07
3b213e6

Choose a tag to compare

0.0.4 (2025-03-05)

Bug Fixes

stackone-ai: v0.0.3

05 Mar 11:50
3e38b3d

Choose a tag to compare

0.0.3 (2025-03-05)

Features

Bug Fixes