Release History¶
| Version | Date | Links |
|---|---|---|
| 0.2.0 | January 26, 2026 | Release Notes · Source · Blog Post |
| 0.1.0 | September 10, 2025 | Release Notes · Source |
For the full changelog of each release, see the GitHub Releases page.
0.2.0¶
- Table scan planning with V2 delete and filtering support
- Append table support
- Schema evolution and table metadata update operations
- Transaction API with snapshot management
- REST catalog client with namespace and table CRUD
- Expression system with metrics and residual evaluators
- Meson build system support
0.1.0¶
- Core data types, schema, and table metadata (JSON serde)
- Partition specs, sort orders, and snapshot management
- Basic table scan planning (w/o deletes)
- Avro and Parquet file format support
- Local file I/O via Arrow FileSystem
- In-memory catalog