Hi all, The Apache Iceberg Rust community is pleased to announce that Apache Iceberg Rust 0.10.0 has been released!
Iceberg is a data access layer that allows users to easily and efficiently retrieve data from various storage services in a unified way. The notable changes since the previous release include: 1. Schema evolution: addition and removal of columns are now supported 2. Maintenance operations: ExpireSnapshotsAction was introduced to expire old snapshots according to configured policies 3. Tokio runtime configuration: It is now possible to configure the Tokio runtime used by the Iceberg Rust library 4. Parquet content-defined chunking table properties are now respected 5. Catalogs now support purge operations (with some existing operations that already had that behavior being renamed from drop to purge) 6. REST Catalog can now be queried for optional supported endpoints 7. New storage backend introduced for HuggingFace Hub Please refer to the change log for the complete list of changes: https://github.com/apache/iceberg-rust/releases/tag/v0.10.0 Apache Iceberg Rust website: https://rust.iceberg.apache.org/ Download Links: https://rust.iceberg.apache.org/download From official ASF distribution: https://dist.apache.org/repos/dist/release/iceberg/apache-iceberg-rust-0.10.0/ Iceberg Resources: - Issue: https://github.com/apache/iceberg-rust/issues - Mailing list: [email protected]<mailto:[email protected]> Thank you to all for your contributions! Thanks, Danny On behalf of the Apache Iceberg Community
