Skip to content

Commit a92fd3f

Browse files
authored
chore: update changelog and dependencies for 0.7.0 release (apache#1713)
## Which issue does this PR close? - Relates to apache#1631 for 0.7.0 release ## What changes are included in this PR? Go through release process again https://rust.iceberg.apache.org/release.html#github-side for new 0.7.0rc2 ## Are these changes tested?
1 parent ba487fc commit a92fd3f

File tree

14 files changed

+33
-13
lines changed

14 files changed

+33
-13
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
124124
* docs: Update download links to 0.6.0 by @manuzhang in https://github.com/apache/iceberg-rust/pull/1677
125125
* docs: Fix Podman and Orbstack pages not found by @manuzhang in https://github.com/apache/iceberg-rust/pull/1678
126126
* Update bug report template with the latest version, 0.6.0 by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1679
127+
* chore: Bump version to 0.7.0 by @CTTY in https://github.com/apache/iceberg-rust/pull/1681
127128
* Expose Avro reader to PyIceberg by @Fokko in https://github.com/apache/iceberg-rust/pull/1328
129+
* CI: Fix Nightly PyPi GitHub Action by @Fokko in https://github.com/apache/iceberg-rust/pull/1683
130+
* chore: Update 0.7.0 change log to include avro reader by @CTTY in https://github.com/apache/iceberg-rust/pull/1687
131+
* chore: Bump toolchain version to rust 1.87 and update dependencies list by @CTTY in https://github.com/apache/iceberg-rust/pull/1688
132+
* ci: Don't run CI on unrelated changes by @manuzhang in https://github.com/apache/iceberg-rust/pull/1686
133+
* CI: Fix Nightly PyPi GitHub Action by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1689
134+
* infra: add check-msrv to Makefile by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1680
135+
* feat: Enable zstd by @Fokko in https://github.com/apache/iceberg-rust/pull/1692
136+
* docs: update "how to release" by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1691
137+
* ci: Fix triggering CI by @manuzhang in https://github.com/apache/iceberg-rust/pull/1693
138+
* feat: TableIdent derives PartialOrd by @DerGut in https://github.com/apache/iceberg-rust/pull/1670
139+
* chore(deps): Bump ordered-float from 2.10.1 to 4.6.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1700
140+
* chore(deps): Bump rust_decimal from 1.37.2 to 1.38.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1699
141+
* Make SetExpression's constructor public by @thecatherinehuang in https://github.com/apache/iceberg-rust/pull/1695
142+
* chore: Bump the Java integration test to 1.10.0 by @Fokko in https://github.com/apache/iceberg-rust/pull/1701
143+
* chore: Bump Iceberg test fixtures to 1.10.0 by @Fokko in https://github.com/apache/iceberg-rust/pull/1703
128144
* refactor: Move equality-ids closer to the spec by @Fokko in https://github.com/apache/iceberg-rust/pull/1705
145+
* Add UUID support for the Avro schema by @Fokko in https://github.com/apache/iceberg-rust/pull/1706
146+
* chore: Update change log to include the equality id spec fix by @CTTY in https://github.com/apache/iceberg-rust/pull/1707
147+
* Add unit tests for UpdateStatisticsAction functionality. by @slfan1989 in https://github.com/apache/iceberg-rust/pull/1675
148+
* Restore workflow triggering changes. by @liurenjie1024 in https://github.com/apache/iceberg-rust/pull/1709
129149

130150
## [v0.6.0] - 2025-07-14
131151

crates/catalog/glue/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ reqsign@0.16.5 X
238238
reqwest@0.12.23 X X
239239
ring@0.17.14 X X
240240
roaring@0.11.2 X X
241-
rust_decimal@1.37.2 X
241+
rust_decimal@1.38.0 X
242242
rustc-demangle@0.1.26 X X
243243
rustc_version@0.4.1 X X
244244
rustls@0.21.12 X X X

crates/catalog/hms/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ reqsign@0.16.5 X
226226
reqwest@0.12.23 X X
227227
ring@0.17.14 X X
228228
roaring@0.11.2 X X
229-
rust_decimal@1.37.2 X
229+
rust_decimal@1.38.0 X
230230
rustc-demangle@0.1.26 X X
231231
rustc-hash@2.1.1 X X
232232
rustc_version@0.4.1 X X

crates/catalog/loader/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ reqsign@0.16.5 X
267267
reqwest@0.12.23 X X
268268
ring@0.17.14 X X
269269
roaring@0.11.2 X X
270-
rust_decimal@1.37.2 X
270+
rust_decimal@1.38.0 X
271271
rustc-demangle@0.1.26 X X
272272
rustc-hash@2.1.1 X X
273273
rustc_version@0.4.1 X X

crates/catalog/rest/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ reqsign@0.16.5 X
204204
reqwest@0.12.23 X X
205205
ring@0.17.14 X X
206206
roaring@0.11.2 X X
207-
rust_decimal@1.37.2 X
207+
rust_decimal@1.38.0 X
208208
rustc-demangle@0.1.26 X X
209209
rustc_version@0.4.1 X X
210210
rustls@0.23.31 X X X

crates/catalog/s3tables/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ reqsign@0.16.5 X
238238
reqwest@0.12.23 X X
239239
ring@0.17.14 X X
240240
roaring@0.11.2 X X
241-
rust_decimal@1.37.2 X
241+
rust_decimal@1.38.0 X
242242
rustc-demangle@0.1.26 X X
243243
rustc_version@0.4.1 X X
244244
rustls@0.21.12 X X X

crates/catalog/sql/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ reqsign@0.16.5 X
211211
reqwest@0.12.23 X X
212212
ring@0.17.14 X X
213213
roaring@0.11.2 X X
214-
rust_decimal@1.37.2 X
214+
rust_decimal@1.38.0 X
215215
rustc-demangle@0.1.26 X X
216216
rustc_version@0.4.1 X X
217217
rustls@0.23.31 X X X

crates/examples/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ reqsign@0.16.5 X
205205
reqwest@0.12.23 X X
206206
ring@0.17.14 X X
207207
roaring@0.11.2 X X
208-
rust_decimal@1.37.2 X
208+
rust_decimal@1.38.0 X
209209
rustc-demangle@0.1.26 X X
210210
rustc_version@0.4.1 X X
211211
rustls@0.23.31 X X X

crates/iceberg/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ reqsign@0.16.5 X
199199
reqwest@0.12.23 X X
200200
ring@0.17.14 X X
201201
roaring@0.11.2 X X
202-
rust_decimal@1.37.2 X
202+
rust_decimal@1.38.0 X
203203
rustc-demangle@0.1.26 X X
204204
rustc_version@0.4.1 X X
205205
rustls@0.23.31 X X X

crates/integration_tests/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ reqsign@0.16.5 X
268268
reqwest@0.12.23 X X
269269
ring@0.17.14 X X
270270
roaring@0.11.2 X X
271-
rust_decimal@1.37.2 X
271+
rust_decimal@1.38.0 X
272272
rustc-demangle@0.1.26 X X
273273
rustc_version@0.4.1 X X
274274
rustix@1.0.8 X X X

0 commit comments

Comments
 (0)