diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3a3a2b9..e8e4f38f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v0.6.0](https://github.com/delta-io/delta-kernel-rs/tree/v0.6.0/) (2024-12-13) +## [v0.6.0](https://github.com/delta-io/delta-kernel-rs/tree/v0.6.0/) (2024-12-17) [Full Changelog](https://github.com/delta-io/delta-kernel-rs/compare/v0.5.0...v0.6.0) @@ -15,7 +15,10 @@ 6. `scan::log_replay::scan_action_iter` now takes fewer (and different) params. ([#512]) 7. `Expression::Unary`, `Expression::Binary`, and `Expression::Variadic` now wrap a struct of the same name containing their fields ([#530]) -8. New `Error` variant `Error::ChangeDataFeedIncompatibleSchema` +8. Moved `delta_kernel::engine::parquet_stats_skipping` module to + `delta_kernel::predicate::parquet_stats_skipping` ([#602]) +9. New `Error` variants `Error::ChangeDataFeedIncompatibleSchema` and `Error::InvalidCheckpoint` + ([#593]) *Additions* 1. Ability to read a table's change data feed with new TableChanges API! See new `table_changes` @@ -59,8 +62,10 @@ [#588]: https://github.com/delta-io/delta-kernel-rs/pull/588 [#589]: https://github.com/delta-io/delta-kernel-rs/pull/589 [#591]: https://github.com/delta-io/delta-kernel-rs/pull/591 +[#593]: https://github.com/delta-io/delta-kernel-rs/pull/593 [#596]: https://github.com/delta-io/delta-kernel-rs/pull/596 [#597]: https://github.com/delta-io/delta-kernel-rs/pull/597 +[#602]: https://github.com/delta-io/delta-kernel-rs/pull/602 ## [v0.5.0](https://github.com/delta-io/delta-kernel-rs/tree/v0.5.0/) (2024-11-26)