Skip to content

Commit cc4d35f

Browse files
zhjwpkuwgtmac
andauthored
doc: add release history for release v0.3.0 (#743)
Co-authored-by: Gang Wu <ustcwg@gmail.com>
1 parent 8d88bef commit cc4d35f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

mkdocs/docs/releases.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,27 @@
2121

2222
| Version | Date | Links |
2323
|---------|------|-------|
24+
| 0.3.0 | June 14, 2026 | [Release Notes](https://github.com/apache/iceberg-cpp/releases/tag/v0.3.0) · [Source](https://dist.apache.org/repos/dist/release/iceberg/apache-iceberg-cpp-0.3.0/) · [Blog Post](https://iceberg.apache.org/blog/apache-iceberg-cpp-0.3.0-release/) |
2425
| 0.2.0 | January 26, 2026 | [Release Notes](https://github.com/apache/iceberg-cpp/releases/tag/v0.2.0) · [Source](https://dist.apache.org/repos/dist/release/iceberg/apache-iceberg-cpp-0.2.0/) · [Blog Post](https://iceberg.apache.org/blog/apache-iceberg-cpp-0.2.0-release/) |
2526
| 0.1.0 | September 10, 2025 | [Release Notes](https://github.com/apache/iceberg-cpp/releases/tag/v0.1.0) · [Source](https://archive.apache.org/dist/iceberg/apache-iceberg-cpp-0.1.0/) |
2627

2728
For the full changelog of each release, see the [GitHub Releases page](https://github.com/apache/iceberg-cpp/releases).
2829

30+
## 0.3.0
31+
32+
- Extend table scan planning with v2 delete support, manifest filtering, and projection
33+
- Incremental scan planning with append-only and basic changelog scan support
34+
- REST catalog improvements including initial OAuth2 support with auto-refresh, basic authentication, snapshot loading mode, namespace separators, and server-side scan planning
35+
- New table metadata update including partition statistics, schema update, and expire snapshots with file cleanup support
36+
- Transaction with retry, and scaffolding work on MergingSnapshotUpdate for update, delete, overwrite, etc.
37+
- SQL catalog support backed by SQLite, PostgreSQL, and MySQL stores
38+
- File scan task reader with v2 deletes support
39+
- V2 data writer support and writer metrics collection
40+
- Groundwork for scan and commit metrics reporting
41+
- Puffin metadata and reader/writer support
42+
- Initial v3 support with the unknown and nanosecond timestamp types
43+
- FileIO enrichment including new InputFile and OutputFile interfaces, bulk delete and S3 integration
44+
2945
## 0.2.0
3046

3147
- Table scan planning with V2 delete and filtering support

0 commit comments

Comments
 (0)