Skip to content

stackone-ai: v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Dec 15:16
cac2d56

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)