Skip to main content

Feature lifecycle

DQX features move through release stages as they mature. When a feature is not yet generally available, its documentation page shows a status badge next to the title — for example, the DQX MCP Server is Beta. This page explains what each badge means.

Features without a badge are generally available.

Status badges

BadgeStageSummary
ExperimentalExperimentalFor evaluation only; may change or be removed at any time.
BetaBetaUsable and feature-complete; the API may still change before GA.
DeprecatedDeprecatedStill works but slated for removal; migrate to the replacement.

Generally available features carry no badge, so GA is not shown in this table.

Experimental

The feature is available for evaluation and early feedback. Its API, behavior, and on-disk or table formats may change — or the feature may be removed entirely — in any release, without notice or a migration path. There are no backward-compatibility or support guarantees. Not recommended for production workloads.

Beta

The feature is feature-complete and usable, and is released for broader adoption and feedback ahead of general availability. The API may still change in backward-incompatible ways between releases, and some rough edges may remain. It is suitable for non-critical workloads; if you depend on the current behavior, pin your DQX version and review the changelog when upgrading.

Generally available (GA)

The feature is stable and production-ready, and is covered by DQX's normal semantic versioning and backward-compatibility practices. This is the default: a feature with no status badge is generally available.

Deprecated

The feature still works but is slated for removal in a future release. Its documentation points to the recommended replacement — migrate at your earliest convenience. Deprecations and their removal timelines are called out in the changelog.