Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bindings_python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
enable-cache: true
- name: Install tools
run: |
uv tool install ruff
uv tool install ruff@0.15.22

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given this is a simple merge, I plan not to address this.

It works fine today on the release branch.

- name: Check format
working-directory: "bindings/python"
run: |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [v0.10.1] - 2026-07-28

* chore: Update crossbeam-epoch to 0.9.20, pin CI ruff version to 0.15.22 by @dannycjones in https://github.com/apache/iceberg-rust/pull/2911

## [v0.10.0] - 2026-07-07

### Breaking Changes
Expand Down Expand Up @@ -288,6 +292,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
* Fix zizmor pin by @blackmwk in https://github.com/apache/iceberg-rust/pull/2762
* feat(encryption) [8/N] Read encrypted manifest file by @xanderbailey in https://github.com/apache/iceberg-rust/pull/2586
* Reject negative positional delete positions by @fallintoplace in https://github.com/apache/iceberg-rust/pull/2631
* chore: Update changelog for 0.10.0 by @dannycjones in https://github.com/apache/iceberg-rust/pull/2782
* Include license and notice files in iceberg-storage-opendal crate by @ankane in https://github.com/apache/iceberg-rust/pull/2823
* fix(license): Add missing LICENSE and NOTICE symlinks for iceberg-cache-moka and iceberg-catalog-loader by @dannycjones in https://github.com/apache/iceberg-rust/pull/2828

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

Expand Down
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resolver = "2"
edition = "2024"
homepage = "https://rust.iceberg.apache.org/"
publish = false
version = "0.10.0"
version = "0.10.1"

license = "Apache-2.0"
repository = "https://github.com/apache/iceberg-rust"
Expand Down
12 changes: 6 additions & 6 deletions bindings/python/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ cpufeatures@0.3.0 X X
crc32c@0.6.8 X X
crc32fast@1.5.0 X X
crossbeam-channel@0.5.15 X X
crossbeam-epoch@0.9.18 X X
crossbeam-epoch@0.9.20 X X
crossbeam-utils@0.8.21 X X
crunchy@0.2.4 X
crypto-common@0.1.7 X X
Expand Down Expand Up @@ -237,10 +237,10 @@ hyper-rustls@0.27.7 X X X
hyper-util@0.1.20 X
iana-time-zone@0.1.65 X X
iana-time-zone-haiku@0.1.2 X X
iceberg@0.10.0 X
iceberg-datafusion@0.10.0 X
iceberg-storage-opendal@0.10.0 X
iceberg_test_utils@0.10.0 X
iceberg@0.10.1 X
iceberg-datafusion@0.10.1 X
iceberg-storage-opendal@0.10.1 X
iceberg_test_utils@0.10.1 X
icu_collections@2.1.1 X
icu_locale_core@2.1.1 X
icu_normalizer@2.1.1 X
Expand Down Expand Up @@ -372,7 +372,7 @@ proc-macro2@1.0.106 X X
prost@0.14.3 X
prost-derive@0.14.3 X
psm@0.1.30 X X
pyiceberg_core_rust@0.10.0 X
pyiceberg_core_rust@0.10.1 X
pyo3@0.28.3 X X
pyo3-build-config@0.28.3 X X
pyo3-ffi@0.28.3 X X
Expand Down
10 changes: 5 additions & 5 deletions crates/catalog/glue/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cpufeatures@0.2.17 X X
crc32c@0.6.8 X X
crc32fast@1.5.0 X X
crossbeam-channel@0.5.15 X X
crossbeam-epoch@0.9.18 X X
crossbeam-epoch@0.9.20 X X
crossbeam-utils@0.8.21 X X
crunchy@0.2.4 X
crypto-common@0.1.7 X X
Expand Down Expand Up @@ -157,10 +157,10 @@ hyper-rustls@0.27.7 X X X
hyper-util@0.1.20 X
iana-time-zone@0.1.65 X X
iana-time-zone-haiku@0.1.2 X X
iceberg@0.10.0 X
iceberg-catalog-glue@0.10.0 X
iceberg-storage-opendal@0.10.0 X
iceberg_test_utils@0.10.0 X
iceberg@0.10.1 X
iceberg-catalog-glue@0.10.1 X
iceberg-storage-opendal@0.10.1 X
iceberg_test_utils@0.10.1 X
icu_collections@2.1.1 X
icu_locale_core@2.1.1 X
icu_normalizer@2.1.1 X
Expand Down
10 changes: 5 additions & 5 deletions crates/catalog/hms/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cpufeatures@0.2.17 X X
crc32c@0.6.8 X X
crc32fast@1.5.0 X X
crossbeam-channel@0.5.15 X X
crossbeam-epoch@0.9.18 X X
crossbeam-epoch@0.9.20 X X
crossbeam-utils@0.8.21 X X
crunchy@0.2.4 X
crypto-common@0.1.7 X X
Expand Down Expand Up @@ -138,10 +138,10 @@ hyper-rustls@0.27.7 X X X
hyper-util@0.1.20 X
iana-time-zone@0.1.65 X X
iana-time-zone-haiku@0.1.2 X X
iceberg@0.10.0 X
iceberg-catalog-hms@0.10.0 X
iceberg-storage-opendal@0.10.0 X
iceberg_test_utils@0.10.0 X
iceberg@0.10.1 X
iceberg-catalog-hms@0.10.1 X
iceberg-storage-opendal@0.10.1 X
iceberg_test_utils@0.10.1 X
icu_collections@2.1.1 X
icu_locale_core@2.1.1 X
icu_normalizer@2.1.1 X
Expand Down
20 changes: 10 additions & 10 deletions crates/catalog/loader/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ crc-catalog@2.4.0 X X
crc32c@0.6.8 X X
crc32fast@1.5.0 X X
crossbeam-channel@0.5.15 X X
crossbeam-epoch@0.9.18 X X
crossbeam-epoch@0.9.20 X X
crossbeam-queue@0.3.12 X X
crossbeam-utils@0.8.21 X X
crunchy@0.2.4 X
Expand Down Expand Up @@ -174,15 +174,15 @@ hyper-rustls@0.27.7 X X X
hyper-util@0.1.20 X
iana-time-zone@0.1.65 X X
iana-time-zone-haiku@0.1.2 X X
iceberg@0.10.0 X
iceberg-catalog-glue@0.10.0 X
iceberg-catalog-hms@0.10.0 X
iceberg-catalog-loader@0.10.0 X
iceberg-catalog-rest@0.10.0 X
iceberg-catalog-s3tables@0.10.0 X
iceberg-catalog-sql@0.10.0 X
iceberg-storage-opendal@0.10.0 X
iceberg_test_utils@0.10.0 X
iceberg@0.10.1 X
iceberg-catalog-glue@0.10.1 X
iceberg-catalog-hms@0.10.1 X
iceberg-catalog-loader@0.10.1 X
iceberg-catalog-rest@0.10.1 X
iceberg-catalog-s3tables@0.10.1 X
iceberg-catalog-sql@0.10.1 X
iceberg-storage-opendal@0.10.1 X
iceberg_test_utils@0.10.1 X
icu_collections@2.1.1 X
icu_locale_core@2.1.1 X
icu_normalizer@2.1.1 X
Expand Down
8 changes: 4 additions & 4 deletions crates/catalog/rest/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ core-foundation-sys@0.8.7 X X
cpufeatures@0.2.17 X X
crc32fast@1.5.0 X X
crossbeam-channel@0.5.15 X X
crossbeam-epoch@0.9.18 X X
crossbeam-epoch@0.9.20 X X
crossbeam-utils@0.8.21 X X
crunchy@0.2.4 X
crypto-common@0.1.7 X X
Expand Down Expand Up @@ -113,9 +113,9 @@ hyper@1.8.1 X
hyper-util@0.1.20 X
iana-time-zone@0.1.65 X X
iana-time-zone-haiku@0.1.2 X X
iceberg@0.10.0 X
iceberg-catalog-rest@0.10.0 X
iceberg_test_utils@0.10.0 X
iceberg@0.10.1 X
iceberg-catalog-rest@0.10.1 X
iceberg_test_utils@0.10.1 X
icu_collections@2.1.1 X
icu_locale_core@2.1.1 X
icu_normalizer@2.1.1 X
Expand Down
10 changes: 5 additions & 5 deletions crates/catalog/s3tables/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cpufeatures@0.2.17 X X
crc32c@0.6.8 X X
crc32fast@1.5.0 X X
crossbeam-channel@0.5.15 X X
crossbeam-epoch@0.9.18 X X
crossbeam-epoch@0.9.20 X X
crossbeam-utils@0.8.21 X X
crunchy@0.2.4 X
crypto-common@0.1.7 X X
Expand Down Expand Up @@ -157,10 +157,10 @@ hyper-rustls@0.27.7 X X X
hyper-util@0.1.20 X
iana-time-zone@0.1.65 X X
iana-time-zone-haiku@0.1.2 X X
iceberg@0.10.0 X
iceberg-catalog-s3tables@0.10.0 X
iceberg-storage-opendal@0.10.0 X
iceberg_test_utils@0.10.0 X
iceberg@0.10.1 X
iceberg-catalog-s3tables@0.10.1 X
iceberg-storage-opendal@0.10.1 X
iceberg_test_utils@0.10.1 X
icu_collections@2.1.1 X
icu_locale_core@2.1.1 X
icu_normalizer@2.1.1 X
Expand Down
8 changes: 4 additions & 4 deletions crates/catalog/sql/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ crc@3.4.0 X X
crc-catalog@2.4.0 X X
crc32fast@1.5.0 X X
crossbeam-channel@0.5.15 X X
crossbeam-epoch@0.9.18 X X
crossbeam-epoch@0.9.20 X X
crossbeam-queue@0.3.12 X X
crossbeam-utils@0.8.21 X X
crunchy@0.2.4 X
Expand Down Expand Up @@ -120,9 +120,9 @@ hyper@1.8.1 X
hyper-util@0.1.20 X
iana-time-zone@0.1.65 X X
iana-time-zone-haiku@0.1.2 X X
iceberg@0.10.0 X
iceberg-catalog-sql@0.10.0 X
iceberg_test_utils@0.10.0 X
iceberg@0.10.1 X
iceberg-catalog-sql@0.10.1 X
iceberg_test_utils@0.10.1 X
icu_collections@2.1.1 X
icu_locale_core@2.1.1 X
icu_normalizer@2.1.1 X
Expand Down
10 changes: 5 additions & 5 deletions crates/examples/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ core-foundation-sys@0.8.7 X X
cpufeatures@0.2.17 X X
crc32fast@1.5.0 X X
crossbeam-channel@0.5.15 X X
crossbeam-epoch@0.9.18 X X
crossbeam-epoch@0.9.20 X X
crossbeam-utils@0.8.21 X X
crunchy@0.2.4 X
crypto-common@0.1.7 X X
Expand Down Expand Up @@ -114,10 +114,10 @@ hyper@1.8.1 X
hyper-util@0.1.20 X
iana-time-zone@0.1.65 X X
iana-time-zone-haiku@0.1.2 X X
iceberg@0.10.0 X
iceberg-catalog-rest@0.10.0 X
iceberg-examples@0.10.0 X
iceberg_test_utils@0.10.0 X
iceberg@0.10.1 X
iceberg-catalog-rest@0.10.1 X
iceberg-examples@0.10.1 X
iceberg_test_utils@0.10.1 X
icu_collections@2.1.1 X
icu_locale_core@2.1.1 X
icu_normalizer@2.1.1 X
Expand Down
Loading
Loading