File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
26
26
27
27
## [ v0.6.0] - 2025-07-14
28
28
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
+
29
43
* 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
30
44
* fix: upgrade spark version by @ZENOTME in https://github.com/apache/iceberg-rust/pull/1384
31
45
* feat: Introduce snapshot summary properties by @dentiny in https://github.com/apache/iceberg-rust/pull/1336
You can’t perform that action at this time.
0 commit comments