Skip to main content

AxonFlow v8.0.1 Release Notes

Patch release: CI green on the v8.0.0 community mirror.

No platform behavior change. No migration impact. No SDK / plugin floor change. The v8.0.0 release notes carry the headline content — v8.0.1 just patches the community mirror so CI runs cleanly across all checkouts.

What's changed

A handful of test and workflow guards on the community mirror needed to be brought back in line with the v8.0.0 cut:

  • TestBootLogCanonicalShape, TestProbeBootLogShimMatchesCanonicalShape, TestProductionPostureRegistryWellFormed, and TestEveryWriteIntoRLSTableIsWrapped now run cleanly across all checkouts.
  • SDK Smoke Tests and Validate OpenAPI workflows updated to pass on all checkouts.

What's NOT changed

  • Platform behavior — v8.0.1 is byte-equivalent to v8.0.0 in everything that touches a customer request.
  • Migration story — no new migrations, no schema changes, no role changes.
  • SDK floor — Python / TypeScript / Go / Java still ship at v8.1.0; Rust preview at v0.3.1.
  • Plugin floor — claude / cursor / codex still ship at v1.5.0; openclaw at v2.5.0.
  • Compatibility — every v7.x / v8.0.0 client keeps working unchanged.

Upgrade notes

  • Self-hosted Community / Docker / docker compose up: pull the v8.0.1 image at your normal cadence; the upgrade is in-place. Existing ORG_ID, AXONFLOW_DB_APP_ROLE_URL, and AXONFLOW_DB_PLATFORM_ADMIN_URL env vars are unchanged.
  • In-VPC Enterprise: no preflight required for v8.0.0 → v8.0.1. Existing licenses, credentials, and DSN secrets keep working.
  • Community-SaaS users: no action required.
  • SDK / plugin users: no action required.

Migration resources