Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 09:23
· 9 commits to master since this release

v1.5.0 (2026-01-16)

Bug Fixes

  • Always run poetry install in CI (don't skip on cache hit) (0d61133)

  • Bust CI cache with new key prefix and ensure full install (0d61133)

  • Correct breakpoint line numbers and improve test assertions (0d61133)

  • Fix Rust test skip condition and lower coverage threshold (0d61133)

  • Improve LLM test prompts and make tests more resilient (0d61133)

  • Include examples directory in Docker test image (0d61133)

  • Remove secrets check from workflow job conditions (0d61133)

  • Resolve all type errors in adapter implementation (0d61133)

  • Resolve lint errors after rename (0d61133)

  • Update all workflow files to use Poetry and fix cache keys (0d61133)

  • Use Poetry in CI workflow instead of pip (0d61133)

  • Use python build module instead of poetry for semantic-release (7f01bf9)

Build System

  • Migrate from hatchling to Poetry (d2ee960)

Features

  • Add Docker test environment and fix LLDB adapter (0d61133)

  • Add multi-language MCP tools and LLM E2E tests (0d61133)

  • Implement Go debug adapter (delve) (0d61133)

  • Implement Node.js debug adapter (0d61133)

  • Implement Rust/C/C++ debug adapter (CodeLLDB) (0d61133)

Refactoring

  • Make DebugpyAdapter implement DebugAdapter ABC (0d61133)

  • Rename project from pybugger-mcp to polybugger-mcp (0d61133)


Detailed Changes: v1.4.0...v1.5.0