Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/massive-com/datafusion-materialized-views/compare/v0.1.1...v0.1.2) - 2025-11-05

### Added
- `Decorator` trait ([#26](https://github.com/massive-com/datafusion-materialized-views/pull/26)) (by @suremarc) - #26
- view exploitation ([#19](https://github.com/massive-com/datafusion-materialized-views/pull/19)) (by @suremarc) - #19
- SPJ normal form ([#18](https://github.com/massive-com/datafusion-materialized-views/pull/18)) (by @suremarc) - #18

### Other
- Update dependencies to point to the massive-com GitHub organization ([#19](https://github.com/massive-com/datafusion-materialized-views/pull/19)) (by @suever) - #19
- Fixed dependencies. (by @jared-m-combs) - #8
- updated chrono (by @jared-m-combs) - #7
- Fixed compilation errors (by @jared-m-combs) - #6
- Pin chrono (by @matthewmturner) - #6
- update datafusion fork rev (by @suremarc) - #6
- update deps to use arrow/datafusion forks (by @suremarc) - #6
- Allow customization of `list_all_files` function. ([#69](https://github.com/massive-com/datafusion-materialized-views/pull/69)) (by @jared-m-combs) - #6
- Allow for 'special' partitions that are omitted in the staleness check. ([#68](https://github.com/massive-com/datafusion-materialized-views/pull/68)) (by @jared-m-combs) - #6
- don't panic if eq class is not found ([#60](https://github.com/massive-com/datafusion-materialized-views/pull/60)) (by @suremarc) - #6
- Handle table scan filters that reference dropped columns ([#59](https://github.com/massive-com/datafusion-materialized-views/pull/59)) (by @suremarc) - #6
- exclude some materialized views from query rewriting ([#57](https://github.com/massive-com/datafusion-materialized-views/pull/57)) (by @suremarc) - #6
- Optimize performance bottleneck if projection is large ([#56](https://github.com/massive-com/datafusion-materialized-views/pull/56)) (by @xudong963) - #6
- Upgrade df47 ([#55](https://github.com/massive-com/datafusion-materialized-views/pull/55)) (by @xudong963) - #6
- Update itertools requirement from 0.13 to 0.14 ([#32](https://github.com/massive-com/datafusion-materialized-views/pull/32)) (by @dependabot[bot]) - #6
- Update ordered-float requirement from 4.6.0 to 5.0.0 ([#49](https://github.com/massive-com/datafusion-materialized-views/pull/49)) (by @dependabot[bot]) - #6
- Upgrade DF46 ([#48](https://github.com/massive-com/datafusion-materialized-views/pull/48)) (by @xudong963) - #6
- Update extension ([#45](https://github.com/massive-com/datafusion-materialized-views/pull/45)) (by @matthewmturner) - #3
- make explain output stable ([#44](https://github.com/massive-com/datafusion-materialized-views/pull/44)) (by @suremarc) - #44
- Add alternate analysis for MVs with no partition columns ([#39](https://github.com/massive-com/datafusion-materialized-views/pull/39)) (by @suremarc) - #39
- upgrade to datafusion 45 ([#38](https://github.com/massive-com/datafusion-materialized-views/pull/38)) (by @suremarc) - #38
- use nanosecond timestamps in file metadata ([#28](https://github.com/massive-com/datafusion-materialized-views/pull/28)) (by @suremarc) - #28
- release v0.1.1 ([#17](https://github.com/massive-com/datafusion-materialized-views/pull/17)) (by @github-actions[bot]) - #17
- add constructor for RowMetadataRegistry from FileMetadata ([#25](https://github.com/massive-com/datafusion-materialized-views/pull/25)) (by @suremarc) - #25
- add changelog manually ([#14](https://github.com/massive-com/datafusion-materialized-views/pull/14)) (by @suremarc) - #14
- don't use paths-ignore ([#15](https://github.com/massive-com/datafusion-materialized-views/pull/15)) (by @suremarc) - #15
- some api improvements + remove manual changelog ([#12](https://github.com/massive-com/datafusion-materialized-views/pull/12)) (by @suremarc) - #12
- Integration test ([#10](https://github.com/massive-com/datafusion-materialized-views/pull/10)) (by @suremarc) - #10
- setup changelog ([#9](https://github.com/massive-com/datafusion-materialized-views/pull/9)) (by @suremarc) - #9
- Release plz ([#7](https://github.com/massive-com/datafusion-materialized-views/pull/7)) (by @suremarc) - #7
- stale_files + rename to mv_dependencies ([#6](https://github.com/massive-com/datafusion-materialized-views/pull/6)) (by @suremarc) - #6
- Incremental view maintenance ([#3](https://github.com/massive-com/datafusion-materialized-views/pull/3)) (by @suremarc) - #3
- Add `FileMetadata` table and `RowMetadataRegistry` ([#2](https://github.com/massive-com/datafusion-materialized-views/pull/2)) (by @suremarc) - #2
- Setup cargo + CI ([#1](https://github.com/massive-com/datafusion-materialized-views/pull/1)) (by @suremarc)
- Initial commit (by @matthewmturner)

### Contributors

* @suever
* @jared-m-combs
* @matthewmturner
* @suremarc
* @xudong963
* @dependabot[bot]
* @github-actions[bot]

## [0.1.1](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.0...v0.1.1) - 2025-01-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "datafusion-materialized-views"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
homepage = "https://github.com/datafusion-contrib/datafusion-materialized-views"
repository = "https://github.com/datafusion-contrib/datafusion-materialized-views"
Expand Down