Hi all, The Apache Iceberg Rust community is pleased to announce that Apache Iceberg Rust 0.9.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 last release include: 1. Introduced the new Storage trait (RFC-0002), enabling pluggable storage backends with built-in LocalFs and Memory implementations, and moved OpenDal support into its own iceberg-storage-opendal crate. 2. Upgraded to DataFusion 52 with CREATE TABLE, DROP TABLE, LIMIT pushdown, and expanded predicate pushdown for LIKE, Boolean, Timestamp, Binary, and isnan. 3. Delivered several Parquet reader performance improvements including byte-range coalescing, metadata size hints, and avoiding redundant stat() calls and stream builder creation. Please refer to the change log for the complete list of changes: https://github.com/apache/iceberg-rust/releases/tag/v0.9.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.9.0/ Iceberg Resources: - Issue: https://github.com/apache/iceberg-rust/issues - Mailing list: [email protected] Thanks, On behalf of the Apache Iceberg Community
