Skip to content

chore: bump version to 2.7.1#70

Merged
beonde merged 2 commits into
mainfrom
chore/bump-2.7.1
May 14, 2026
Merged

chore: bump version to 2.7.1#70
beonde merged 2 commits into
mainfrom
chore/bump-2.7.1

Conversation

@beonde
Copy link
Copy Markdown
Member

@beonde beonde commented May 14, 2026

Version Bump: 2.7.0 → 2.7.1

Prepares the SDK for the v2.7.1 release to PyPI.

Changes

Context

  • capiscio-core v2.7.1 is already released (5 platform binaries)
  • PR feat: make PoP (IAL-1) the default badge mode with CA fallback #69 (PoP default badge) is already merged to main
  • This version bump is the last step before tagging v2.7.1 to trigger PyPI publish
  • PyCon conference demos depend on capiscio-sdk>=2.7.0 — this release includes the PoP flow needed for the enforcement demo

- pyproject.toml: 2.7.0 → 2.7.1
- __init__.py: fix stale __version__ (was 2.6.0) → 2.7.1
- CHANGELOG.md: add [2.7.1] entry (PoP default badge, private_key_path fix)
Copilot AI review requested due to automatic review settings May 14, 2026 21:21
@github-actions
Copy link
Copy Markdown

✅ Documentation validation passed!

Unified docs will be deployed from capiscio-docs repo.

@github-actions
Copy link
Copy Markdown

✅ All checks passed! Ready for review.

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

Prepares capiscio-sdk-python for the v2.7.1 PyPI release by aligning the package metadata, runtime __version__, and changelog with the intended release contents (notably the PoP default badge mode and the private_key_path keeper fix from #69).

Changes:

  • Bump package version in pyproject.toml from 2.7.0 to 2.7.1.
  • Update capiscio_sdk.__version__ to 2.7.1 (previously stale).
  • Add a CHANGELOG.md entry for 2.7.1 describing the changed default and fixes.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Updates project/package version metadata to 2.7.1 for release packaging.
CHANGELOG.md Adds 2.7.1 release notes documenting PoP-default behavior and related fixes.
capiscio_sdk/init.py Updates runtime __version__ to 2.7.1 to match the release version.

Comment thread CHANGELOG.md

### Fixed
- Pass `private_key_path` through to badge keeper RPC start call (#69)
- Fix `__version__` in `__init__.py` (was stale at "2.6.0")
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Fixed in ceb7d72 — bumped CORE_VERSION from "2.7.0" to "2.7.1" in capiscio_sdk/_rpc/process.py.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link
Copy Markdown

✅ SDK server contract tests passed (test_server_integration.py). Cross-product scenarios are validated in capiscio-e2e-tests.

@github-actions
Copy link
Copy Markdown

✅ Documentation validation passed!

Unified docs will be deployed from capiscio-docs repo.

Ensures fresh SDK installs auto-download core v2.7.1 which includes
the private_key_path fix and nil-check badge verifier needed for PoP.
Copilot AI review requested due to automatic review settings May 14, 2026 21:30
@beonde beonde force-pushed the chore/bump-2.7.1 branch from ceb7d72 to 08d04ed Compare May 14, 2026 21:30
@github-actions
Copy link
Copy Markdown

✅ Documentation validation passed!

Unified docs will be deployed from capiscio-docs repo.

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 4 out of 4 changed files in this pull request and generated 1 comment.

Comment thread CHANGELOG.md

## [Unreleased]

## [2.7.1] - 2026-05-14
@github-actions
Copy link
Copy Markdown

✅ All checks passed! Ready for review.

@github-actions
Copy link
Copy Markdown

✅ SDK server contract tests passed (test_server_integration.py). Cross-product scenarios are validated in capiscio-e2e-tests.

@beonde beonde merged commit 44ea21e into main May 14, 2026
17 checks passed
@beonde beonde deleted the chore/bump-2.7.1 branch May 14, 2026 21:40
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