Skip to content

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 20:42
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.

CapiscIO SDK 2.5.0

Installation

pip install capiscio-sdk==2.5.0

Or upgrade:

pip install --upgrade capiscio-sdk

What's Changed

See CHANGELOG.md for detailed changes.

Documentation


Full Changelog: 0000000...v2.5.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

Full Changelog: v2.4.0...v2.5.0