Skip to content

Commit a01b97a

Browse files
committed
Add breaking changes
Signed-off-by: Xuanwo <[email protected]>
1 parent c306f3d commit a01b97a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2626

2727
## [v0.6.0] - 2025-07-14
2828

29+
### Breaking Changes
30+
31+
* **API Changes:**
32+
* Change `FieldSummary` `{upper,lower}_bound` field types to `ByteBuf` (#1369)
33+
* Make `Transaction` own `base_table` instead of borrowing (#1421)
34+
* Remove `current_table`, `updates`, and `requirements` fields from `Transaction` (#1451)
35+
* Remove `data_file_content` field from `FileScanTask` (#1485)
36+
37+
* **Module Reorganization:**
38+
* Rename `iceberg-cli` crate to `iceberg-playground` (#1427)
39+
* Move memory catalog from separate module into core (#1480)
40+
41+
### All Changes
42+
2943
* chore(deps): Bump ordered-float from 2.10.1 to 4.6.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1374
3044
* fix: upgrade spark version by @ZENOTME in https://github.com/apache/iceberg-rust/pull/1384
3145
* feat: Introduce snapshot summary properties by @dentiny in https://github.com/apache/iceberg-rust/pull/1336

0 commit comments

Comments
 (0)