Changelog¶
All notable user-facing Metaxy changes are to be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning, except for experimental features.
While Metaxy's core functionality and versioning engine are stable and quite complete, the CLI and some of the more advanced APIs and integrations are considered experimental.
Abstract
stable features are guaranteed to follow SemVer and won't receive breaking changes in between minor releases. Such changes will be announced with a deprecation warning.
A feature is considered stable if it's documented and doesn't have an "Experimental" badge.
experimental features may be changed or removed at any time without deprecation warnings. They may be documented and in this case must display an "Experimental" warning badge:
Experimental
This functionality is experimental.
0.1.0¶
The first public Metaxy release !
This release should be considered an alpha release: it is ready for production use and has been dogfooded internally at Anam.ai, but we don't have any community feedback yet.
Added¶
-
Feature Definitions and related models
-
Metaxy versioning engine and storage layout
-
Integrations: DeltaLake, Dagster, Ray, ClickHouse, MCP, Claude
Experimental¶
-
metaxy.lock-based workflow for multi-environment setups -
Integrations: DuckDB, BigQuery, LanceDB, SQLAlchemy, SQLModel