|
21 | 21 |
|
22 | 22 | | Version | Date | Links | |
23 | 23 | |---------|------|-------| |
| 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/) | |
24 | 25 | | 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/) | |
25 | 26 | | 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/) | |
26 | 27 |
|
27 | 28 | For the full changelog of each release, see the [GitHub Releases page](https://github.com/apache/iceberg-cpp/releases). |
28 | 29 |
|
| 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 | + |
29 | 45 | ## 0.2.0 |
30 | 46 |
|
31 | 47 | - Table scan planning with V2 delete and filtering support |
|
0 commit comments