Skip to content

Commit f903a19

Browse files
authored
chore: Update changelog and dependency lists for 0.10.0 (#2745)
## Which issue does this PR close? N/A ## What changes are included in this PR? Update changelog for us to cut 0.10.0-rc2. ## Are these changes tested? No, changelog update only.
1 parent 77c5d71 commit f903a19

17 files changed

Lines changed: 30 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file.
2424
The format is based on [Keep a Changelog](https://keepachangelog.com/)
2525
and this project adheres to [Semantic Versioning](https://semver.org/).
2626

27-
## [v0.10.0] - 2026-06-23
27+
## [v0.10.0] - 2026-06-29
2828

2929
### Breaking Changes
3030

@@ -251,6 +251,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
251251
* feat(transaction): remove statistics file metadata for expired snapshots by @dhruvarya-db in https://github.com/apache/iceberg-rust/pull/2667
252252
* fix: fix RUSTSEC-2026-0185 by @CTTY in https://github.com/apache/iceberg-rust/pull/2703
253253
* fix(reader): graceful handling of missing column index by @sandugood in https://github.com/apache/iceberg-rust/pull/2693
254+
* fix: avoid lost-wakeup hang in DeleteFileIndex::get_deletes_for_data_file by @dhruvarya-db in https://github.com/apache/iceberg-rust/pull/2696
255+
* chore: Move dependency list generation back to release manager task by @dannycjones in https://github.com/apache/iceberg-rust/pull/2706
256+
* fix(transaction): don't let user properties override computed summary metrics by @viirya in https://github.com/apache/iceberg-rust/pull/2726
257+
* chore(deps): Bump rust-lang/crates-io-auth-action from 1.0.4 to 1.0.5 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2728
258+
* chore(deps-dev): Bump huggingface-hub from 1.18.0 to 1.20.1 in /bindings/python by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2730
259+
* chore(deps-dev): Bump maturin from 1.13.3 to 1.14.1 in /bindings/python by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2731
260+
* chore(deps-dev): Bump pytest from 9.0.3 to 9.1.1 in /bindings/python by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2732
261+
* chore(deps): Bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2733
262+
* chore(deps): Bump bytes from 1.11.1 to 1.12.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2734
263+
* chore(deps): Bump taiki-e/install-action from 2.81.7 to 2.82.2 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2735
264+
* chore(deps): Bump minijinja from 2.20.0 to 2.21.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2736
265+
* chore: Update all cargo install references to use --locked by @dannycjones in https://github.com/apache/iceberg-rust/pull/2739
266+
* fix: Update Python binding test fixtures to close catalogs by @dannycjones in https://github.com/apache/iceberg-rust/pull/2721
254267

255268
## [v0.9.0] - 2026-03-10
256269

bindings/python/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ bumpalo@3.20.2 X X
7171
bytemuck@1.25.0 X X X
7272
bytemuck_derive@1.10.2 X X X
7373
byteorder@1.5.0 X X
74-
bytes@1.11.1 X
74+
bytes@1.12.0 X
7575
bzip2@0.6.1 X X
7676
cbc@0.1.2 X X
7777
cc@1.2.57 X X

crates/catalog/glue/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bumpalo@3.20.2 X X
6565
bytemuck@1.25.0 X X X
6666
bytemuck_derive@1.10.2 X X X
6767
byteorder@1.5.0 X X
68-
bytes@1.11.1 X
68+
bytes@1.12.0 X
6969
bytes-utils@0.1.4 X X
7070
cc@1.2.57 X X
7171
cfg-if@1.0.4 X X

crates/catalog/hms/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bumpalo@3.20.2 X X
4747
bytemuck@1.25.0 X X X
4848
bytemuck_derive@1.10.2 X X X
4949
byteorder@1.5.0 X X
50-
bytes@1.11.1 X
50+
bytes@1.12.0 X
5151
cc@1.2.57 X X
5252
cfg-if@1.0.4 X X
5353
cfg_aliases@0.2.1 X

crates/catalog/loader/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ bumpalo@3.20.2 X X
6969
bytemuck@1.25.0 X X X
7070
bytemuck_derive@1.10.2 X X X
7171
byteorder@1.5.0 X X
72-
bytes@1.11.1 X
72+
bytes@1.12.0 X
7373
bytes-utils@0.1.4 X X
7474
cc@1.2.57 X X
7575
cfg-if@1.0.4 X X

crates/catalog/rest/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bumpalo@3.20.2 X X
4242
bytemuck@1.25.0 X X X
4343
bytemuck_derive@1.10.2 X X X
4444
byteorder@1.5.0 X X
45-
bytes@1.11.1 X
45+
bytes@1.12.0 X
4646
cc@1.2.57 X X
4747
cfg-if@1.0.4 X X
4848
chrono@0.4.44 X X

crates/catalog/s3tables/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bumpalo@3.20.2 X X
6565
bytemuck@1.25.0 X X X
6666
bytemuck_derive@1.10.2 X X X
6767
byteorder@1.5.0 X X
68-
bytes@1.11.1 X
68+
bytes@1.12.0 X
6969
bytes-utils@0.1.4 X X
7070
cc@1.2.57 X X
7171
cfg-if@1.0.4 X X

crates/catalog/sql/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bumpalo@3.20.2 X X
4343
bytemuck@1.25.0 X X X
4444
bytemuck_derive@1.10.2 X X X
4545
byteorder@1.5.0 X X
46-
bytes@1.11.1 X
46+
bytes@1.12.0 X
4747
cc@1.2.57 X X
4848
cfg-if@1.0.4 X X
4949
chrono@0.4.44 X X

crates/examples/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bumpalo@3.20.2 X X
4242
bytemuck@1.25.0 X X X
4343
bytemuck_derive@1.10.2 X X X
4444
byteorder@1.5.0 X X
45-
bytes@1.11.1 X
45+
bytes@1.12.0 X
4646
cc@1.2.57 X X
4747
cfg-if@1.0.4 X X
4848
chrono@0.4.44 X X

crates/iceberg/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bumpalo@3.20.2 X X
4242
bytemuck@1.25.0 X X X
4343
bytemuck_derive@1.10.2 X X X
4444
byteorder@1.5.0 X X
45-
bytes@1.11.1 X
45+
bytes@1.12.0 X
4646
cc@1.2.57 X X
4747
cfg-if@1.0.4 X X
4848
chrono@0.4.44 X X

0 commit comments

Comments
 (0)