v1.2.0 New features: * Re-export arrow and parquet * Add support for arrow 54 and 55 Fixes: * Zstd writer: avoid double dot "..zst" extension Internal: * Bump minimal tested version from 1.76 to 1.81 because arrow 55 requires Rust 1.81 * Fixes for Clippy 1.88
v1.1.1 Bug fixes: * Don't depend on arrow's default features * parquet: Close and open new file before running out of row groups
v1.1.0 New feature: * Add support for UTF8 partitioning columns Internal: * Move PartitionedTableWriter to its own module