Changelog
Release history and breaking changes.
Changelog
Overview
Release history for AgentTrust SDK and Edge Gateway. For the canonical changelog, see the repository root CHANGELOG.md.
Why It Matters
Track breaking changes, new features, and migration steps between versions.
Current Version
- Python SDK:
0.0.1a1(PyPI:agentrust-sdk) - TypeScript SDK:
0.0.1-alpha.1(npm:agentrust-sdk) - Edge Gateway: aligned with SDK
0.0.1a1
Recent Highlights
SDK
@harness/validatedecorator with sync + async supportAgentTrustClient/AsyncAgentTrustClientwith failure modes- Embedded gateway via
embed_gateway()/EmbeddedGateway auto_instrument()for OpenAI, LangChain, LangGraph- Queue mode with
drain_queue()and CLI replay - Framework adapters: LangGraph, CrewAI, AutoGen, Claude Agents, OpenAI Agents, MCP
agentrustCLI: init, status, audit, policy, queue, export- Tier-gated capabilities via JWT
- OpenTelemetry hooks (
[otel]extra)
Edge Gateway
- Full validation pipeline: 6-check ValidationEngine, ConfidenceEngine, RiskEngine, DecisionEngine
- Append-only audit store with hash chain (Enterprise)
- Human review queue
- Async LLM judge (Ollama/Claude, Enterprise)
- Policy packs: base, financial, HIPAA, GDPR, PCI, SOC2, SOX, PII, medical
- Agent certification harness
- React dashboard: executions, review, analytics, policies, reliability
- Docker Compose and Helm/K8s deployment
- SAML SSO (Enterprise)
- Prometheus metrics and OTEL export
Upgrade Notes
- SDK and gateway versions should be kept aligned (
min_gateway_versionin SDK config) - Team-tier adapters require valid API key with Team+ JWT claim
- Queue mode: call
drain_queue()oragentrust queue replay— not fully automatic
Related Resources
- CHANGELOG.md — full release notes
- Troubleshooting
- Support