From 06fc453adcb485d35bace97dc99de0d4d7c9254c Mon Sep 17 00:00:00 2001 From: luoyuxia Date: Thu, 14 May 2026 15:24:38 +0800 Subject: [PATCH 1/4] docs: update releases page for 0.1.0 and upcoming 0.2.0 Move 0.1.0 to Past Releases with its shipped features, and add 0.2.0 as the upcoming release with planned features currently in development on main. Co-Authored-By: Claude Opus 4.6 --- docs/src/releases.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/docs/src/releases.md b/docs/src/releases.md index 11b8b390..91831a5f 100644 --- a/docs/src/releases.md +++ b/docs/src/releases.md @@ -25,20 +25,30 @@ Apache Paimon Rust follows [Semantic Versioning](https://semver.org/). All relea ## Upcoming -### 0.1.0 (In Development) +### 0.2.0 (In Development) -The first release of Apache Paimon Rust. Track progress at the [0.1.0 milestone](https://github.com/apache/paimon-rust/issues/3). +Track progress at the [0.2.0 milestone](https://github.com/apache/paimon-rust/milestone/2). Planned features: -- Paimon table format reader -- Local filesystem, S3, and OSS storage backends -- REST Catalog client -- Apache DataFusion integration -- Partitioned table support -- C FFI bindings -- Go bindings +- Primary-key table read/write support with sort-merge deduplication +- DataFusion DML support (INSERT OVERWRITE, TRUNCATE TABLE, DROP PARTITION, CALL procedures) +- System tables ($snapshots, $tags, $manifests, $schemas) +- Multi-catalog support, session-scoped dynamic options (SET/RESET), and temporary tables +- Lumina vector index read infrastructure and Vortex columnar file format support +- Exact COUNT(*) pushdown via partition statistics ## Past Releases -No releases yet. Stay tuned! +### 0.1.0 (2026-04-24) + +The first release of Apache Paimon Rust. + +Key features: + +- Paimon table format reader (Parquet, ORC, Avro) with schema evolution +- Filesystem and REST Catalog support +- Apache DataFusion integration (catalog, predicate/projection push-down, time travel, partition pruning, statistics) +- Deletion vectors, data-level stats pruning, BTree global index, Tantivy full-text search index +- Commit pipeline with SnapshotCommit abstraction +- Go / Python bindings From f96d28b24da530787d28d5e9e9ae0f09e560003e Mon Sep 17 00:00:00 2001 From: luoyuxia Date: Thu, 14 May 2026 15:25:55 +0800 Subject: [PATCH 2/4] docs: remove non-existent 0.2.0 milestone link Co-Authored-By: Claude Opus 4.6 --- docs/src/releases.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/releases.md b/docs/src/releases.md index 91831a5f..a0f42669 100644 --- a/docs/src/releases.md +++ b/docs/src/releases.md @@ -27,8 +27,6 @@ Apache Paimon Rust follows [Semantic Versioning](https://semver.org/). All relea ### 0.2.0 (In Development) -Track progress at the [0.2.0 milestone](https://github.com/apache/paimon-rust/milestone/2). - Planned features: - Primary-key table read/write support with sort-merge deduplication From 845c686bc255900db80ee1406bfd0244afd44966 Mon Sep 17 00:00:00 2001 From: luoyuxia Date: Thu, 14 May 2026 15:27:01 +0800 Subject: [PATCH 3/4] docs: remove date from 0.1.0 heading Co-Authored-By: Claude Opus 4.6 --- docs/src/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/releases.md b/docs/src/releases.md index a0f42669..c1572f78 100644 --- a/docs/src/releases.md +++ b/docs/src/releases.md @@ -38,7 +38,7 @@ Planned features: ## Past Releases -### 0.1.0 (2026-04-24) +### 0.1.0 The first release of Apache Paimon Rust. From b60810d24c5dfd64ad31516ead54ba19a6ed551f Mon Sep 17 00:00:00 2001 From: luoyuxia Date: Thu, 14 May 2026 15:27:43 +0800 Subject: [PATCH 4/4] docs: add release link for 0.1.0 Co-Authored-By: Claude Opus 4.6 --- docs/src/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/releases.md b/docs/src/releases.md index c1572f78..2d9ac0b1 100644 --- a/docs/src/releases.md +++ b/docs/src/releases.md @@ -38,7 +38,7 @@ Planned features: ## Past Releases -### 0.1.0 +### [0.1.0](https://github.com/apache/paimon-rust/releases/tag/v0.1.0) The first release of Apache Paimon Rust.