All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2026-01-23
- [breaking] Add support for Apache Paimon table format
- Update documentation to contain Apache Paimon
0.2.2 - 2026-01-20
- Better formatting for bytes related values
- Fix matching on Iceberg table version
- (deps) update iceberg requirement from 0.7.0 to 0.8.0
- (deps) update apache-avro requirement from 0.17 to 0.21
- Badge case to lower case
0.2.1 - 2026-01-12
- Fix the table formats badges
- Minor updates
- Minor improvements on docs
0.2.0 - 2026-01-10
- [breaking] Add support for HTTP/WebDAV
- [breaking] Add HDFS support
- Document supported storages
0.1.4 - 2026-01-08
- Fix table formats badge texts
0.1.3 - 2026-01-08
- Fix Lake Pulse logo for lib.rs
0.1.2 - 2026-01-08
- Minor cosmetic fixes
- Add downloads badge to Readme
0.1.1 - 2026-01-06
- Minor fix crate root page
0.1.0 - 2025-11-11
- Initial release of Lake Pulse
- Support for analyzing Delta Lake tables
- Support for analyzing Apache Iceberg tables
- Support for analyzing Apache Hudi tables
- Support for analyzing Lance tables
- Multi-cloud storage support (AWS S3, Azure Data Lake, GCP)
- Local filesystem support
- Comprehensive health metrics including:
- File organization and compaction opportunities
- Metadata analysis and schema evolution
- Partition statistics
- Time travel/snapshot metrics
- Storage efficiency insights
- Builder pattern API for analyzer configuration
- Pretty-printed report output
- Examples for all supported table formats and storage providers