Skip to content

v2.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Mar 20:38
· 6 commits to main since this release
Immutable release. Only release title and notes can be modified.
803e243

CapiscIO SDK 2.6.0

Installation

pip install capiscio-sdk==2.6.0

Or upgrade:

pip install --upgrade capiscio-sdk

What's Changed

See CHANGELOG.md for detailed changes.

Documentation


Full Changelog: 0000000...v2.6.0

What's Changed

  • feat: Add CapiscIO.connect() for Let's Encrypt-style agent setup by @beonde in #26
  • fix: Address Copilot review comments for connect.py by @beonde in #27
  • chore: Prepare v2.4.1 release by @beonde in #28
  • fix(connect): Create agent when name specified but not found by @beonde in #29
  • fix: Address Copilot review comments (follow-up) by @beonde in #30
  • fix: improve identity recovery and directory structure by @beonde in #31
  • feat: add automatic binary download for capiscio-core by @beonde in #32
  • feat: add auto-event emission to CapiscioMiddleware by @beonde in #33
  • chore: streamline GitHub Copilot instructions by @beonde in #34
  • feat: env var key injection for ephemeral environments by @beonde in #35
  • docs: align README with Agent Guard product branding by @beonde in #36
  • fix: improve binary install experience by @beonde in #38
  • fix: eliminate agent card JSON dependency from connect, simple_guard, and fastapi integration by @beonde in #37
  • feat: Windows TCP fallback for embedded gRPC server by @beonde in #39
  • fix: wire BadgeKeeper.on_renew to SimpleGuard.set_badge_token by @beonde in #42
  • feat: add warmup CLI for binary pre-caching by @beonde in #43
  • fix: persist and recover did:key identity in dev mode by @beonde in #44
  • chore: bump version to 2.5.0 by @beonde in #45
  • feat: RFC-005 Step 9 — PIP request builder types by @beonde in #46
  • fix: proto descriptor collision and PyPI wheel packaging by @beonde in #47
  • chore: bump version to 2.6.0 by @beonde in #48
  • chore: add 2.6.0 changelog entry by @beonde in #49

Full Changelog: v2.4.0...v2.6.0