Changelog
Track the evolution of Code Pathfinder with detailed release notes and updates.
v1.3.5
v1.3.5February 8, 2026
What's Changed
- feat(mcp): Add --disable-metrics flag to MCP serve command and remove nsjail by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/506
- chore(deps-dev): bump webpack from 5.100.2 to 5.105.0 in /extension/secureflow in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/shivasurya/code-pathfinder/pull/507
- fix(ci): Replace deprecated GitHub Actions in release workflow by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/508
- feat(ci): Add diff-aware scanning and GitHub PR commenting by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/509
- feat(ci): Switch GitHub Action to ci command with PR commenting support by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/510
Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.3.4...v1.3.5
Release v1.3.4
v1.3.4February 3, 2026
What's Changed
- fix(dsl): Make single-file rule loading consistent with directory behavior by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/501
- fix(docker): Report all container rule violations, not just first match by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/502
- chore(deps): Upgrade Go to 1.25.6 and update dependencies by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/503
- fix(python/sast): Fix FQN construction for inline instantiation patterns by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/504
Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.3.3...v1.3.4
Release v1.3.3
v1.3.3January 31, 2026
What's Changed
- fix(python/sast): Support default parameter type inference by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/498
- feat(python/sast): Support inline instantiation in attribute extraction by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/499
Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.3.2...v1.3.3
Release v1.3.2
v1.3.2January 30, 2026
What's Changed
- fix(python/sast): Fix static method call resolution for cross-file calls by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/494
- fix(python/sast): Enable instance variable method call resolution (P0) by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/495
- chore: release v1.3.2 by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/496
Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.3.1...v1.3.2
Release v1.3.1
v1.3.1January 29, 2026
What's Changed
- docs: improve README clarity and consistency by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/487
- fix(python/sast): Build parent-qualified FQNs for nested functions to prevent ID collisions by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/488
- fix(python/sast): Enable cross-file import resolution for class instantiations by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/489
- fix(python/sast): Normalize project-internal imports to include project root by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/490
- fix(python/sast): Fix variable scope tracking in class methods by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/491
- chore: release v1.3.1 by @shivasurya in https://github.com/shivasurya/code-pathfinder/pull/492
Full Changelog: https://github.com/shivasurya/code-pathfinder/compare/v1.3.0...v1.3.1