Skip to content

Commit

Permalink
update changelog for actual 0.6.0 release (#604)
Browse files Browse the repository at this point in the history
actual 0.6.0 release occurring now, ran into a build issue last friday
which was fixed in #602
  • Loading branch information
zachschuermann authored Dec 17, 2024
1 parent d058bca commit 54f575d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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`
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 54f575d

Please sign in to comment.