Changelog

What's new in Aroha

Protocol, SDK, and infrastructure release notes. System status →

v1.2.0

minor2026-06-20

CI hardening, conformance suite improvements, and npm publish reliability.

Fixed

  • Made tampered-token credential test deterministic — previously had a 1-in-64 chance of being a no-op when the last base64url character was already the hardcoded replacement.
  • Publish pipeline now publishes each npm package individually to survive rate limits, instead of publishing in parallel and silently dropping packages on 429s.
  • Workflow dispatch on publish-npm is now restricted to main/tags only to prevent accidental re-runs from feature branches.

Changed

  • SDK version badges on website updated to v1.2.0.
  • Conformance suite restructured to catch timing-dependent test failures earlier in CI.

v1.1.0

minor2026-05-14

MCP bridge GA, hermes-bridge beta, brand icon system overhaul.

Added

  • @aroha-sdk/mcp-bridge is now GA — stable API for bidirectional MCP ↔ Aroha capability translation.
  • @aroha-sdk/hermes-bridge beta — connects Hermes Agent (Nous Research) and ZeroClaw (Rust MCP) via stdio.
  • Google A2A bridge (@aroha-sdk/a2a-bridge) added to registry.
  • BrandIcon + BrandBadge component system with official SVG paths for 15+ ecosystem partners.
  • MCP logo uses official 3-stroke SVG path (Linux Foundation / Anthropic).

Fixed

  • LangChain brand color corrected to #7FC8FF (was dark navy, invisible on white backgrounds).
  • BrandBadge now applies correct bg tint for stroke-based (MCP) vs fill-based icons.

v1.0.0

major2026-04-01

General availability of the Aroha Protocol v1. TypeScript and Python SDKs stable.

Stable

  • Aroha Protocol specification v1 — message types, signing scheme, DID format, spending mandate schema.
  • @aroha-sdk/run, @aroha-sdk/core, @aroha-sdk/credentials, @aroha-sdk/orchestrator — stable API.
  • Python aroha package — asyncio-native, decorator-based serve(), Python 3.11+.
  • Registry server open-sourced under MIT — self-hostable, Cloudflare Workers deployment included.
  • Conformance test suite published — third-party SDK authors can validate compatibility.

Alpha (not for production)

  • Settlement and EscrowSettlement — on-chain financial features, API may change.
  • Go SDK and Java SDK — on roadmap for Q3 2026.

v0.9.0

alpha2026-02-19

Public beta launch. Core protocol and TypeScript SDK available for early adopters.

Added

  • Aroha Protocol v0.9 specification — subject to change before 1.0.
  • TypeScript SDK alpha — @aroha-sdk/core and @aroha-sdk/run.
  • Agent Hub (hub.aroha-labs.com) — beta registry for discovering agents.
  • Playground — interactive API explorer with sandbox echo, weather, and currency agents.
  • Studio (beta) — no-code agent builder.