Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tlento committed Feb 29, 2024
1 parent 8a51cb0 commit d72e0da
Show file tree
Hide file tree
Showing 17 changed files with 81 additions and 92 deletions.
40 changes: 40 additions & 0 deletions .changes/0.205.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## MetricFlow 0.205.0 - February 29, 2024

### Breaking Changes

- Remove SQL-Comment-Based Tags ([#1034](https://github.com/dbt-labs/metricflow/issues/1034))

### Features

- Enable querying metric_time without metrics. ([#928](https://github.com/dbt-labs/metricflow/issues/928))
- Enable querying cumulative metrics with their agg_time_dimension. ([#1000](https://github.com/dbt-labs/metricflow/issues/1000))
- Enable offset metrics to be queried with agg_time_dimension. ([#1006](https://github.com/dbt-labs/metricflow/issues/1006))
- Add Support for Consistent SQL Query Generation ([#1020](https://github.com/dbt-labs/metricflow/issues/1020))

### Fixes

- Validate that there are metrics or group by items in each query. ([#1002](https://github.com/dbt-labs/metricflow/issues/1002))
- For measures that join to time spine, allow joining when agg_time_dimension is queried. ([#1009](https://github.com/dbt-labs/metricflow/issues/1009))
- Join to time spine if requested for conversion metric input measures. ([#1048](https://github.com/dbt-labs/metricflow/issues/1048))
- Enable querying offset metric with multiple agg_time_dimensions at once. Also fixes a bug when filtering by a different grain than the group by grain. ([#1052](https://github.com/dbt-labs/metricflow/issues/1052), [#1053](https://github.com/dbt-labs/metricflow/issues/1053))
- Bug fix: if measure joins to time spine, apply filters again after that join. ([#1039](https://github.com/dbt-labs/metricflow/issues/1039))
- Improve error message for metrics/queries with missing inputs ([#1051](https://github.com/dbt-labs/metricflow/issues/1051))

### Docs

- change group-bys to group-by in the tutorial message

### Under the Hood

- Add test for nested derived metric filter rendering bug fixed in 0.204.0 ([#920](https://github.com/dbt-labs/metricflow/issues/920))

### Dependencies

- Remove unused numpy dependency ([#984](https://github.com/dbt-labs/metricflow/issues/984))
- Update Jinja2 past 3.1.3 to resolve CVE-2024-22195 ([#1049](https://github.com/dbt-labs/metricflow/issues/1049))

### Contributors
- [@batou9150](https://github.com/batou9150)
- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#928](https://github.com/dbt-labs/metricflow/issues/928), [#1000](https://github.com/dbt-labs/metricflow/issues/1000), [#1006](https://github.com/dbt-labs/metricflow/issues/1006), [#1002](https://github.com/dbt-labs/metricflow/issues/1002), [#1009](https://github.com/dbt-labs/metricflow/issues/1009), [#1048](https://github.com/dbt-labs/metricflow/issues/1048), [#1052](https://github.com/dbt-labs/metricflow/issues/1052), [#1053](https://github.com/dbt-labs/metricflow/issues/1053), [#1039](https://github.com/dbt-labs/metricflow/issues/1039))
- [@plypaul](https://github.com/plypaul) ([#1034](https://github.com/dbt-labs/metricflow/issues/1034), [#1020](https://github.com/dbt-labs/metricflow/issues/1020))
- [@tlento](https://github.com/tlento) ([#1051](https://github.com/dbt-labs/metricflow/issues/1051), [#920](https://github.com/dbt-labs/metricflow/issues/920), [#984](https://github.com/dbt-labs/metricflow/issues/984), [#1049](https://github.com/dbt-labs/metricflow/issues/1049))
6 changes: 0 additions & 6 deletions .changes/unreleased/Breaking Changes-20240215-114702.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Dependencies-20240119-174213.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Dependencies-20240226-171347.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Docs-20240126-133614.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20231206-083358.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20240125-220047.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20240126-132734.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20240131-155100.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240126-120303.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Fixes-20240126-145338.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240226-140325.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Fixes-20240227-181223.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240228-084335.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240229-112831.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20240125-171747.yaml

This file was deleted.

41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,47 @@
- "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.205.0 - February 29, 2024

### Breaking Changes

- Remove SQL-Comment-Based Tags ([#1034](https://github.com/dbt-labs/metricflow/issues/1034))

### Features

- Enable querying metric_time without metrics. ([#928](https://github.com/dbt-labs/metricflow/issues/928))
- Enable querying cumulative metrics with their agg_time_dimension. ([#1000](https://github.com/dbt-labs/metricflow/issues/1000))
- Enable offset metrics to be queried with agg_time_dimension. ([#1006](https://github.com/dbt-labs/metricflow/issues/1006))
- Add Support for Consistent SQL Query Generation ([#1020](https://github.com/dbt-labs/metricflow/issues/1020))

### Fixes

- Validate that there are metrics or group by items in each query. ([#1002](https://github.com/dbt-labs/metricflow/issues/1002))
- For measures that join to time spine, allow joining when agg_time_dimension is queried. ([#1009](https://github.com/dbt-labs/metricflow/issues/1009))
- Join to time spine if requested for conversion metric input measures. ([#1048](https://github.com/dbt-labs/metricflow/issues/1048))
- Enable querying offset metric with multiple agg_time_dimensions at once. Also fixes a bug when filtering by a different grain than the group by grain. ([#1052](https://github.com/dbt-labs/metricflow/issues/1052), [#1053](https://github.com/dbt-labs/metricflow/issues/1053))
- Bug fix: if measure joins to time spine, apply filters again after that join. ([#1039](https://github.com/dbt-labs/metricflow/issues/1039))
- Improve error message for metrics/queries with missing inputs ([#1051](https://github.com/dbt-labs/metricflow/issues/1051))

### Docs

- change group-bys to group-by in the tutorial message

### Under the Hood

- Add test for nested derived metric filter rendering bug fixed in 0.204.0 ([#920](https://github.com/dbt-labs/metricflow/issues/920))

### Dependencies

- Remove unused numpy dependency ([#984](https://github.com/dbt-labs/metricflow/issues/984))
- Update Jinja2 past 3.1.3 to resolve CVE-2024-22195 ([#1049](https://github.com/dbt-labs/metricflow/issues/1049))

### Contributors
- [@batou9150](https://github.com/batou9150)
- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#928](https://github.com/dbt-labs/metricflow/issues/928), [#1000](https://github.com/dbt-labs/metricflow/issues/1000), [#1006](https://github.com/dbt-labs/metricflow/issues/1006), [#1002](https://github.com/dbt-labs/metricflow/issues/1002), [#1009](https://github.com/dbt-labs/metricflow/issues/1009), [#1048](https://github.com/dbt-labs/metricflow/issues/1048), [#1052](https://github.com/dbt-labs/metricflow/issues/1052), [#1053](https://github.com/dbt-labs/metricflow/issues/1053), [#1039](https://github.com/dbt-labs/metricflow/issues/1039))
- [@plypaul](https://github.com/plypaul) ([#1034](https://github.com/dbt-labs/metricflow/issues/1034), [#1020](https://github.com/dbt-labs/metricflow/issues/1020))
- [@tlento](https://github.com/tlento) ([#1051](https://github.com/dbt-labs/metricflow/issues/1051), [#920](https://github.com/dbt-labs/metricflow/issues/920), [#984](https://github.com/dbt-labs/metricflow/issues/984), [#1049](https://github.com/dbt-labs/metricflow/issues/1049))

## MetricFlow 0.204.0 - January 11, 2024

### Features
Expand Down

0 comments on commit d72e0da

Please sign in to comment.