Release Posture

Releases

Release posture, compatibility expectations, and the current support matrix.

Current version

v1.0.0-rc.1 GitHub Releases

source

README.md

The release page consumes the synced v1 support matrix instead of a hand-copied website-only list.

stable groups

1

Groups currently carrying a GA-level compatibility promise.

experimental groups

2

Groups still included in release scope but not yet frozen for compatibility.

GA

Stable library roots

Public package surface is the long-term stable API for v1 users

Modules: core, router, contract, middleware, security, store, health, log, metrics

Supported reference

Canonical reference app

Kept aligned with the canonical bootstrap and stable-root usage, but not treated as a reusable extension catalog

Modules: reference/standard-service

Included in v1 release scope

CLI

Supported as a command-line tool, not as a Go import surface; command behavior and generated output must stay aligned with canonical docs

Modules: cmd/plumego

Experimental

App-facing extension families

Included in repo quality gates and release scope, but API/config compatibility is not frozen

Modules: x/ai, x/data, x/devtools, x/discovery, x/frontend, x/gateway, x/messaging, x/observability, x/ops, x/rest, x/tenant, x/websocket

Experimental

Subordinate extension primitives

Maintained and tested, but discovery should start from the owning family entrypoint and compatibility is not frozen

Modules: x/ipc, x/mq, x/pubsub, x/scheduler, x/webhook