chore: bump version to 2.1.1 across all components#666
Merged
shivasurya merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
Mirrors PR #659's bump pattern (+ #663's OCI tag sync). - python-sdk: pyproject.toml, codepathfinder/__init__.py, CHANGELOG.md - sast-engine: VERSION, cmd/root.go, mcp/types_test.go - MCP server descriptor: server.json (top-level + pypi + OCI docker tag) - deploy-sandbox workflow default + description - README @v2.1.1 action reference Release notes (CHANGELOG): - `with X() as y:` bindings resolved (Gap 19 — mlflow tarfile CVE shape) - Typed function parameters (`bundle: tarfile.TarFile`) seed receiver type - Nested-function scope FQNs aligned with Pass 1 indexing Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. This report is generated by SafeDep Github App |
Code Pathfinder Security ScanNo security issues detected.
Powered by Code Pathfinder |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #666 +/- ##
==========================================
- Coverage 85.06% 85.04% -0.02%
==========================================
Files 172 172
Lines 25027 25027
==========================================
- Hits 21288 21285 -3
- Misses 2942 2945 +3
Partials 797 797 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Bumps all components to v2.1.1. Follows the established PR #659 pattern (+ #663's OCI tag sync).
Files bumped
pyproject.toml,codepathfinder/__init__.py,CHANGELOG.mdVERSION,cmd/root.go(the-Xldflag target),mcp/types_test.goserver.json(top-levelversion, pypiversion, OCIv2.1.1Docker tag — all three in one go, unlike v2.1.0 which needed chore: sync server.json docker tag to v2.1.0 #663 follow-up).github/workflows/deploy-sandbox.ymldefault + descriptionshivasurya/code-pathfinder@v2.1.1action referenceWhat's in 2.1.1
Fixes (landed in #665 on this release):
with X() as y:bindings — closes the gap that prevented pure-L3 matchers from firing onwith tarfile.open(p) as tar: tar.extractall()and similar context-manager patterns acrosszipfile,gzip,tempfile,sqlite3,socket,open.def f(bundle: tarfile.TarFile): ...) seed the function scope, sobundle.method()resolves via the annotation. SupportsOptional[T],Union[T, None],T | None, generics, forward references ("MyClass"), and import-aliased names.module.parent.nested), fixing a latent issue that silently dropped bindings for helpers nested inside class methods.Test plan
go build ./...cleango test ./mcp/ ./cmd/ ./updatecheck/ ./output/— version-asserting packages green2.1.0/v2.1.0left in any bumped file (grep verified; SARIF spec references are unrelated)🤖 Generated with Claude Code