Skip to content

Commit b87c52c

Browse files
chore: release v0.2.0
1 parent a67c23a commit b87c52c

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/polygon-io/datafusion-materialized-views/compare/v0.1.1...v0.2.0) - 2025-06-20
11+
12+
### Added
13+
- `Decorator` trait ([#26](https://github.com/polygon-io/datafusion-materialized-views/pull/26)) (by @suremarc) - #26
14+
15+
### Other
16+
- Fixed dependencies. (by @jared-m-combs) - #8
17+
- updated chrono (by @jared-m-combs) - #7
18+
- Fixed compilation errors (by @jared-m-combs) - #6
19+
- Pin chrono (by @matthewmturner) - #6
20+
- update datafusion fork rev (by @suremarc) - #6
21+
- update deps to use arrow/datafusion forks (by @suremarc) - #6
22+
- Allow customization of `list_all_files` function. ([#69](https://github.com/polygon-io/datafusion-materialized-views/pull/69)) (by @jared-m-combs) - #6
23+
- Allow for 'special' partitions that are omitted in the staleness check. ([#68](https://github.com/polygon-io/datafusion-materialized-views/pull/68)) (by @jared-m-combs) - #6
24+
- don't panic if eq class is not found ([#60](https://github.com/polygon-io/datafusion-materialized-views/pull/60)) (by @suremarc) - #6
25+
- Handle table scan filters that reference dropped columns ([#59](https://github.com/polygon-io/datafusion-materialized-views/pull/59)) (by @suremarc) - #6
26+
- exclude some materialized views from query rewriting ([#57](https://github.com/polygon-io/datafusion-materialized-views/pull/57)) (by @suremarc) - #6
27+
- Optimize performance bottleneck if projection is large ([#56](https://github.com/polygon-io/datafusion-materialized-views/pull/56)) (by @xudong963) - #6
28+
- Upgrade df47 ([#55](https://github.com/polygon-io/datafusion-materialized-views/pull/55)) (by @xudong963) - #6
29+
- Update itertools requirement from 0.13 to 0.14 ([#32](https://github.com/polygon-io/datafusion-materialized-views/pull/32)) (by @dependabot[bot]) - #6
30+
- Update ordered-float requirement from 4.6.0 to 5.0.0 ([#49](https://github.com/polygon-io/datafusion-materialized-views/pull/49)) (by @dependabot[bot]) - #6
31+
- Upgrade DF46 ([#48](https://github.com/polygon-io/datafusion-materialized-views/pull/48)) (by @xudong963) - #6
32+
- Update extension ([#45](https://github.com/polygon-io/datafusion-materialized-views/pull/45)) (by @matthewmturner) - #3
33+
- make explain output stable ([#44](https://github.com/polygon-io/datafusion-materialized-views/pull/44)) (by @suremarc) - #44
34+
- Add alternate analysis for MVs with no partition columns ([#39](https://github.com/polygon-io/datafusion-materialized-views/pull/39)) (by @suremarc) - #39
35+
- upgrade to datafusion 45 ([#38](https://github.com/polygon-io/datafusion-materialized-views/pull/38)) (by @suremarc) - #38
36+
- use nanosecond timestamps in file metadata ([#28](https://github.com/polygon-io/datafusion-materialized-views/pull/28)) (by @suremarc) - #28
37+
38+
### Contributors
39+
40+
* @jared-m-combs
41+
* @matthewmturner
42+
* @suremarc
43+
* @xudong963
44+
* @dependabot[bot]
45+
1046
## [0.1.1](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.0...v0.1.1) - 2025-01-07
1147

1248
### 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.2.0"
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)