The canonical release notes live in the state-server and avvy-worker repos. This page is an index of finalized, public-facing releases — it does not mirror full release contents.
R0 Soft Financial (2026-05-04). Feature branch codex/r0-soft-financial-dev-merge — fully implemented: wallet / billing / commerce / entitlements / earnings handler packages, typed four-account ledger, Stripe Tax + signed webhook, cooling-off tranches with five-code refund refusal enum, verified-trader gating, idempotency middleware, atomic purchase execution with commerce audit. CI green (pipeline 19433, 2026-05-12). Not yet merged to dev (no MR open); production unlock requires merging, reverting the branch's commented-out test stage in .gitlab-ci.yml, triggering the manual Publish job, and provisioning the new billing env vars + Ansible config. Full detail: Financial Model.
State Server 2.10.0 — Creator Analytics Dashboard. Added creator analytics dashboard endpoint, creator-scoped summary, trends, top-brane, time-series payloads, anonymous visitor/session brane-visit ingestion, brane interaction analytics ingestion. See REST API.
State Server 2.9.0 — Projection Job 3D Model Generation. Async 3D model generation from projection step images. Tencent Hunyuan 3D 3.1 + PBR worker flow. Internal HMAC-signed CBOR callback endpoint for worker-uploaded model artifacts. See Signed Callbacks and JS SDK: Model Processing.
State Server 2.8.0 — Async Model Object Pipeline. Async object pipeline that creates inventory objects from GLB/GLTF sources with optional user metadata overrides. Processed CBOR stored in S3 and attached to user inventory.
State Server 2.7.0 — Async Model Preview Pipeline. First async preview pipeline; polling endpoint; HMAC-signed worker callback; image-understanding metadata schema.
State Server 2.6.0 — Company Accounts. Shared company profiles with admin / member membership roles.
State Server 2.5.0 — User Preferences. Notification preferences (email + categories); company account reference in user settings.
State Server 2.4.0 — Brane Walkthroughs. Brane walkthrough waypoint paths with optional preview images (presigned S3 URLs).
State Server 2.3.0 — Object Versioning + Visibility. private / unlisted / public visibility; public/unlisted readable without auth; public/unlisted objects immutable (updates create a new private draft).
State Server 2.2.0 — Brane Discovery. Privacy settings API with GDPR compliance, brane visit tracking, popular branes, HyperLogLog unique-visitor counting, time-windowed popularity indices.
State Server 2.1.x — Localized Names + Complex Properties. Legacy /brane format support, complex object properties, 16-element transform matrices, expanded examples.
gitlab.avvyland.com/avvy/state-server — RELEASE_NOTE_*.md at repo root.gitlab.avvyland.com/avvy/avvy-worker — RELEASE_NOTE_*.md at repo root.state-server-master-task-spec-2026-04-20/ (formal task-spec artifact; not mirrored).There is no fixed release cadence in R0. Releases land when a coherent set of features ships and tests pass; major version bumps follow API-shape changes, minor version bumps add features behind existing endpoints, patches are bug fixes.
Architecture Overview.
REST API for endpoint version history at the API level (the version bullets above are sourced from the openapi-v2.yml description block).