Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Feb 6, 2025
1 parent 757766e commit 7b2a536
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 26 deletions.
17 changes: 17 additions & 0 deletions .changes/0.207.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## MetricFlow 0.207.2 - February 06, 2025

### Features

- Allow setting aliases for queried metrics ([#1573](https://github.com/dbt-labs/metricflow/issues/1573))

### Fixes

- Always treat metric_time and the agg_time_dimension the same in the JoinToTimeSpineNode. ([#1541](https://github.com/dbt-labs/metricflow/issues/1541))
- Apply time constraints after time offsets to avoid filtering out values that will change later in the query. ([#1544](https://github.com/dbt-labs/metricflow/issues/1544))
- pdate mf tutorial flow to always create / use the sample dbt project. ([#1651](https://github.com/dbt-labs/metricflow/issues/1651))

### Contributors
- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#1541](https://github.com/dbt-labs/metricflow/issues/1541), [#1544](https://github.com/dbt-labs/metricflow/issues/1544))
- [@plypaul](https://github.com/plypaul) ([#1651](https://github.com/dbt-labs/metricflow/issues/1651))
- [@serramatutu](https://github.com/serramatutu) ([#1573](https://github.com/dbt-labs/metricflow/issues/1573))

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20241213-110407.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20241121-073923.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Fixes-20241121-140607.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20250129-152608.yaml

This file was deleted.

20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/metricflow/blob/main/CONTRIBUTING.md)

## MetricFlow 0.207.2 - February 06, 2025

### Features

- Allow setting aliases for queried metrics ([#1573](https://github.com/dbt-labs/metricflow/issues/1573))

### Fixes

- Always treat metric_time and the agg_time_dimension the same in the JoinToTimeSpineNode. ([#1541](https://github.com/dbt-labs/metricflow/issues/1541))
- Apply time constraints after time offsets to avoid filtering out values that will change later in the query. ([#1544](https://github.com/dbt-labs/metricflow/issues/1544))
- pdate mf tutorial flow to always create / use the sample dbt project. ([#1651](https://github.com/dbt-labs/metricflow/issues/1651))

### Contributors
- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#1541](https://github.com/dbt-labs/metricflow/issues/1541), [#1544](https://github.com/dbt-labs/metricflow/issues/1544))
- [@plypaul](https://github.com/plypaul) ([#1651](https://github.com/dbt-labs/metricflow/issues/1651))
- [@serramatutu](https://github.com/serramatutu) ([#1573](https://github.com/dbt-labs/metricflow/issues/1573))


## MetricFlow 0.207.1 - January 24, 2025

### Breaking Changes
Expand Down Expand Up @@ -70,7 +88,6 @@
- [@serramatutu](https://github.com/serramatutu) ([#1451](https://github.com/dbt-labs/metricflow/issues/1451), [#1494](https://github.com/dbt-labs/metricflow/issues/1494))
- [@tlento](https://github.com/tlento) ([#1011](https://github.com/dbt-labs/metricflow/issues/1011), [#1011](https://github.com/dbt-labs/metricflow/issues/1011), [#1011](https://github.com/dbt-labs/metricflow/issues/1011), [#1240](https://github.com/dbt-labs/metricflow/issues/1240), [#1011](https://github.com/dbt-labs/metricflow/issues/1011), [#1280](https://github.com/dbt-labs/metricflow/issues/1280), [#1011](https://github.com/dbt-labs/metricflow/issues/1011), [#1299](https://github.com/dbt-labs/metricflow/issues/1299))


## MetricFlow 0.206.0 - June 11, 2024

### Breaking Changes
Expand Down Expand Up @@ -622,3 +639,4 @@
### Special thanks

Special thanks to @zzsza for the quick fix for our BigQuery token parsing bug!

0 comments on commit 7b2a536

Please sign in to comment.