Skip to content

Commit f240867

Browse files
chore: release v0.2.0
1 parent 77febb0 commit f240867

2 files changed

Lines changed: 55 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/massive-com/datafusion-materialized-views/compare/v0.1.1...v0.1.2) - 2025-11-05
11+
12+
### Added
13+
- `Decorator` trait ([#26](https://github.com/massive-com/datafusion-materialized-views/pull/26)) (by @suremarc) - #26
14+
- view exploitation ([#19](https://github.com/massive-com/datafusion-materialized-views/pull/19)) (by @suremarc) - #19
15+
- SPJ normal form ([#18](https://github.com/massive-com/datafusion-materialized-views/pull/18)) (by @suremarc) - #18
16+
17+
### Other
18+
- Update dependencies to point to the massive-com GitHub organization ([#19](https://github.com/massive-com/datafusion-materialized-views/pull/19)) (by @suever) - #19
19+
- Fixed dependencies. (by @jared-m-combs) - #8
20+
- updated chrono (by @jared-m-combs) - #7
21+
- Fixed compilation errors (by @jared-m-combs) - #6
22+
- Pin chrono (by @matthewmturner) - #6
23+
- update datafusion fork rev (by @suremarc) - #6
24+
- update deps to use arrow/datafusion forks (by @suremarc) - #6
25+
- Allow customization of `list_all_files` function. ([#69](https://github.com/massive-com/datafusion-materialized-views/pull/69)) (by @jared-m-combs) - #6
26+
- 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
27+
- don't panic if eq class is not found ([#60](https://github.com/massive-com/datafusion-materialized-views/pull/60)) (by @suremarc) - #6
28+
- Handle table scan filters that reference dropped columns ([#59](https://github.com/massive-com/datafusion-materialized-views/pull/59)) (by @suremarc) - #6
29+
- exclude some materialized views from query rewriting ([#57](https://github.com/massive-com/datafusion-materialized-views/pull/57)) (by @suremarc) - #6
30+
- Optimize performance bottleneck if projection is large ([#56](https://github.com/massive-com/datafusion-materialized-views/pull/56)) (by @xudong963) - #6
31+
- Upgrade df47 ([#55](https://github.com/massive-com/datafusion-materialized-views/pull/55)) (by @xudong963) - #6
32+
- Update itertools requirement from 0.13 to 0.14 ([#32](https://github.com/massive-com/datafusion-materialized-views/pull/32)) (by @dependabot[bot]) - #6
33+
- 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
34+
- Upgrade DF46 ([#48](https://github.com/massive-com/datafusion-materialized-views/pull/48)) (by @xudong963) - #6
35+
- Update extension ([#45](https://github.com/massive-com/datafusion-materialized-views/pull/45)) (by @matthewmturner) - #3
36+
- make explain output stable ([#44](https://github.com/massive-com/datafusion-materialized-views/pull/44)) (by @suremarc) - #44
37+
- Add alternate analysis for MVs with no partition columns ([#39](https://github.com/massive-com/datafusion-materialized-views/pull/39)) (by @suremarc) - #39
38+
- upgrade to datafusion 45 ([#38](https://github.com/massive-com/datafusion-materialized-views/pull/38)) (by @suremarc) - #38
39+
- use nanosecond timestamps in file metadata ([#28](https://github.com/massive-com/datafusion-materialized-views/pull/28)) (by @suremarc) - #28
40+
- release v0.1.1 ([#17](https://github.com/massive-com/datafusion-materialized-views/pull/17)) (by @github-actions[bot]) - #17
41+
- add constructor for RowMetadataRegistry from FileMetadata ([#25](https://github.com/massive-com/datafusion-materialized-views/pull/25)) (by @suremarc) - #25
42+
- add changelog manually ([#14](https://github.com/massive-com/datafusion-materialized-views/pull/14)) (by @suremarc) - #14
43+
- don't use paths-ignore ([#15](https://github.com/massive-com/datafusion-materialized-views/pull/15)) (by @suremarc) - #15
44+
- some api improvements + remove manual changelog ([#12](https://github.com/massive-com/datafusion-materialized-views/pull/12)) (by @suremarc) - #12
45+
- Integration test ([#10](https://github.com/massive-com/datafusion-materialized-views/pull/10)) (by @suremarc) - #10
46+
- setup changelog ([#9](https://github.com/massive-com/datafusion-materialized-views/pull/9)) (by @suremarc) - #9
47+
- Release plz ([#7](https://github.com/massive-com/datafusion-materialized-views/pull/7)) (by @suremarc) - #7
48+
- stale_files + rename to mv_dependencies ([#6](https://github.com/massive-com/datafusion-materialized-views/pull/6)) (by @suremarc) - #6
49+
- Incremental view maintenance ([#3](https://github.com/massive-com/datafusion-materialized-views/pull/3)) (by @suremarc) - #3
50+
- Add `FileMetadata` table and `RowMetadataRegistry` ([#2](https://github.com/massive-com/datafusion-materialized-views/pull/2)) (by @suremarc) - #2
51+
- Setup cargo + CI ([#1](https://github.com/massive-com/datafusion-materialized-views/pull/1)) (by @suremarc)
52+
- Initial commit (by @matthewmturner)
53+
54+
### Contributors
55+
56+
* @suever
57+
* @jared-m-combs
58+
* @matthewmturner
59+
* @suremarc
60+
* @xudong963
61+
* @dependabot[bot]
62+
* @github-actions[bot]
63+
1064
## [0.1.1](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.0...v0.1.1) - 2025-01-07
1165

1266
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "datafusion-materialized-views"
20-
version = "0.1.1"
20+
version = "0.1.2"
2121
edition = "2021"
2222
homepage = "https://github.com/datafusion-contrib/datafusion-materialized-views"
2323
repository = "https://github.com/datafusion-contrib/datafusion-materialized-views"

0 commit comments

Comments
 (0)