Releases

Changelog

A record of every release shipped to the Kraken OS platform. New capabilities, performance work, and fixes.

v0.1.0latest2025-01-28
Added
  • Agent orchestration engine with support for multi-step reasoning chains
  • Real-time observability dashboard with latency, throughput, and error-rate panels
  • Human-in-the-loop approval gates for high-risk agent actions
  • SDK packages for Python and TypeScript with streaming support
  • Role-based access control with SSO integration (SAML / OIDC)
v0.0.42025-01-14
Added
  • Guardrail policy engine — define constraints in YAML, enforced at runtime
  • Agent sandbox mode for safe experimentation without side-effects
Improved
  • Reduced P99 orchestration latency from 48ms to 11ms
  • WebSocket reconnection logic now uses exponential backoff
v0.0.32024-12-20
Added
  • Webhook event system for agent lifecycle notifications
  • Audit log with full action replay and exportable CSV
Fixed
  • Agent timeout not respected when upstream LLM provider stalls
  • Dashboard memory chart rendering NaN on empty time windows
v0.0.22024-12-05
Added
  • Multi-region deployment support (us-east-1, eu-west-1, ap-southeast-1)
  • CLI tool for local agent development and testing
Improved
  • Token budget allocation algorithm now accounts for tool-call overhead
v0.0.12024-11-18
Added
  • Initial platform release — single-agent orchestration loop
  • Basic observability with structured JSON logging
  • API key authentication and rate limiting