Skip to content

chore: bump version to 2.7.1#39

Merged
beonde merged 5 commits into
mainfrom
chore/bump-2.7.1
May 15, 2026
Merged

chore: bump version to 2.7.1#39
beonde merged 5 commits into
mainfrom
chore/bump-2.7.1

Conversation

@beonde
Copy link
Copy Markdown
Member

@beonde beonde commented May 15, 2026

Bump version to 2.7.1 for PyPI release.\n\nIncludes fixes from #38:\n- Use did:web identity in CA-connected mode (fixes DID_MISMATCH)\n- Auto-skip origin binding for stdio transports (fixes ORIGIN_MISMATCH)\n- Graceful gRPC error handling in verify_server() (fixes crash when core unavailable)

Copilot AI review requested due to automatic review settings May 15, 2026 07:05
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares a 2.7.1 PyPI release by updating package metadata and adding release notes for fixes from PR #38.

Changes:

  • Bumps capiscio-mcp package metadata from 2.7.0 to 2.7.1.
  • Adds a 2.7.1 changelog entry documenting three server identity/verification fixes.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

File Description
pyproject.toml Updates the package version metadata for the release.
CHANGELOG.md Adds release notes for version 2.7.1.

Comment thread pyproject.toml
Comment thread CHANGELOG.md
Copilot AI review requested due to automatic review settings May 15, 2026 07:20
@github-actions
Copy link
Copy Markdown

✅ Integration tests passed! capiscio-core gRPC tests working.

@github-actions
Copy link
Copy Markdown

✅ Integration tests passed! capiscio-core gRPC tests working.

@beonde beonde merged commit a75a2ba into main May 15, 2026
10 checks passed
@beonde beonde deleted the chore/bump-2.7.1 branch May 15, 2026 07:24
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.

Comments suppressed due to low confidence (1)

tests/test_connect.py:339

  • This replacement leaves the real_did value assigned earlier in the test unused, which will be flagged by the repo's Ruff lint target for tests. Please drop or underscore the unused binding when no longer asserting against the env-var-derived DID.
        # connect() derives did:web from server_url + server_id (Step 4)
        assert identity.did == FAKE_DID_WEB

Comment thread tests/test_connect.py
Comment thread tests/test_connect.py
Comment thread CHANGELOG.md
Comment thread pyproject.toml
[project]
name = "capiscio-mcp"
version = "2.7.0"
version = "2.7.1"
Comment thread capiscio_mcp/_core/lifecycle.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants