The canonical changelog lives at github.com/awaithumans/awaithumans/releases — every tagged release ships with full notes, breaking changes, and migration guidance. This page summarizes the headline changes per version with deep links into the docs.Documentation Index
Fetch the complete documentation index at: https://docs.awaithumans.dev/llms.txt
Use this file to discover all available pages before exploring further.
Subscribe to release notifications on GitHub: open the repo → Watch → Custom → Releases. New version, new ping.
Versioning policy
awaithumans follows Semantic Versioning with these conventions:
- MAJOR (
v1.0.0→v2.0.0) — breaking changes to the public SDK signature (await_human()parameters), wire format, or error codes. Migration guides ship in the release notes. - MINOR (
v0.1.0→v0.2.0) — new features, new channels/adapters, deprecations. No breaking changes to the SDK signature within a minor. - PATCH (
v0.1.0→v0.1.1) — bug fixes, doc fixes, internal refactors. Always safe to upgrade.
^1.0.0 range is safe.
Releases
v0.1.0 — Public preview (May 2026)
The first tagged release. Everything in the docs ships with this version: the core primitive, three channels (dashboard, Slack, email), two durable adapters (Temporal, LangGraph), AI verification across four providers, the dashboard, CLI, and Docker image. Highlights:- One function call:
await_human()/awaitHuman() - Strict Stripe-style idempotency — direct-mode resumes across agent restarts
- HMAC-signed webhooks with 3-day retry envelope
- Server-side AI verification (Claude / OpenAI / Gemini / Azure OpenAI)
- One-command self-hosting
main pre-tag, the only behavior break is the strict idempotency change — a terminal task’s key now stays bound to that task.
Full release notes →
Where to next
- Roadmap — what’s coming after v0.1
- GitHub Releases — every version, full notes
- Versioning & release notes — pinning recommendations