Back to docs
Releases

Changelog

Version history and release notes for RecourseOS.

v0.1.40May 2026major

Go SDK

  • Second independent implementation — Complete Go implementation of the consequence evaluation protocol
  • Cross-implementation attestation — Ed25519 signatures verified between Go and TypeScript
  • Differential testing — 18/19 test cases match between implementations
  • Cross-action patterns in Go — All three patterns ported: backup+protected, replica+primary, protection-disabled

Documentation

  • New Go SDK documentation with installation, usage, and API reference
  • Updated attestation protocol status from "draft" to "implemented"
  • Added SDKs section to documentation hub
  • Added changelog page
v0.1.39May 2026fix
  • Fixed console layout glitch affecting fixture display
  • Balanced demo fixtures for better visual presentation
  • MCP Registry version updated
v1.0.0May 2026integration

GitHub Action

  • Published to GitHub MarketplacerecourseOS/recourse/action@v1
  • Evaluate Terraform plans in CI/CD pipelines
  • Configurable failure thresholds (fail-on: block, escalate, warn)
  • JSON output for downstream processing

Python Integrations

  • LangChain Tool — Published to PyPI
  • LlamaIndex Tool — Published to PyPI
v0.1.38May 2026feature
  • Console overhaul — Redesigned interactive console with better UX
  • Fixed invalid 'blocked' recoverability label (should be 'block')
  • Dark theme polish for landing page
  • Animated architecture diagram
  • Logo strip with cloud provider icons
v0.1.37May 2026feature
  • 20+ new tests — Enhanced test coverage across handlers
  • Homepage polish and visual improvements
  • Visual regression tests with Playwright
  • Package.json cleanup
v0.1.36May 2026major

Cross-Action Analysis

  • Dangerous pattern detection — Detects combinations where individual actions are safe but together are unrecoverable
  • backup_and_protected_both_deleted — Database and its backup deleted together
  • replica_and_primary_both_deleted — Primary and replica deleted in same plan
  • protection_disabled_then_deleted — Protection removed and resource deleted together
  • Confidence levels: definite, probable, possible
  • Tier upgrade when patterns detected
v0.1.34May 2026feature
  • Evidence requirements — Added evidenceRequirements to GCP, Azure, and AWS handlers
  • Expanded attestation protocol specification
  • Console fixes for target/action/provider extraction
v0.1.30May 2026feature
  • Console enhancements — Visual polish, more fixtures, attestation display
  • Fixed MCP input validation to accept both 'tool' and 'name' fields
  • Landing page hero copy improvements
  • About page with LinkedIn link