From 95933a37189b32a41d87fc5148776f4481318442 Mon Sep 17 00:00:00 2001 From: tlento Date: Wed, 6 Sep 2023 12:18:07 -0700 Subject: [PATCH] Updating changelog --- .changes/0.202.0.md | 21 ++++++++++++++++++ .../Dependencies-20230905-164614.yaml | 6 ----- .../unreleased/Features-20230817-100659.yaml | 7 ------ .../unreleased/Features-20230823-131738.yaml | 6 ----- .../unreleased/Fixes-20230815-181153.yaml | 6 ----- .../unreleased/Fixes-20230828-165332.yaml | 6 ----- .../unreleased/Fixes-20230830-154233.yaml | 7 ------ CHANGELOG.md | 22 +++++++++++++++++++ 8 files changed, 43 insertions(+), 38 deletions(-) create mode 100644 .changes/0.202.0.md delete mode 100644 .changes/unreleased/Dependencies-20230905-164614.yaml delete mode 100644 .changes/unreleased/Features-20230817-100659.yaml delete mode 100644 .changes/unreleased/Features-20230823-131738.yaml delete mode 100644 .changes/unreleased/Fixes-20230815-181153.yaml delete mode 100644 .changes/unreleased/Fixes-20230828-165332.yaml delete mode 100644 .changes/unreleased/Fixes-20230830-154233.yaml diff --git a/.changes/0.202.0.md b/.changes/0.202.0.md new file mode 100644 index 0000000000..3342a735e2 --- /dev/null +++ b/.changes/0.202.0.md @@ -0,0 +1,21 @@ +## MetricFlow 0.202.0 - September 06, 2023 + +### Features + +- Adds the option for users to specify group by parameters with object syntax matching the where/filter expressions. ([#717](https://github.com/dbt-labs/metricflow/pull/717)) +- Expose measures for metrics on MFEngine with agg_time_dimension ([#735](https://github.com/dbt-labs/metricflow/issues/735)) + +### Fixes + +- Update dataflow plan to support different granularities with time offset metrics ([#726](https://github.com/dbt-labs/metricflow/issues/726)) +- Removes unneeded JoinOverTimeRangeNode step from dataflow plan. ([#743](https://github.com/dbt-labs/metricflow/issues/743)) +- Update BigQuery YEAR granularity truncation to use January 1st instead of ISOYEAR start ([#755](https://github.com/dbt-labs/metricflow/issues/755)) + +### Dependencies + +- Allow tabulate versions >= 0.8.9 ([#762](https://github.com/dbt-labs/metricflow/pull/762)) + +### Contributors +- [@DevonFulcher](https://github.com/DevonFulcher) ([#717](https://github.com/dbt-labs/metricflow/pull/717)) +- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#735](https://github.com/dbt-labs/metricflow/issues/735), [#726](https://github.com/dbt-labs/metricflow/issues/726), [#743](https://github.com/dbt-labs/metricflow/issues/743)) +- [@tlento](https://github.com/tlento) ([#755](https://github.com/dbt-labs/metricflow/issues/755), [#762](https://github.com/dbt-labs/metricflow/pull/762)) diff --git a/.changes/unreleased/Dependencies-20230905-164614.yaml b/.changes/unreleased/Dependencies-20230905-164614.yaml deleted file mode 100644 index 62f7355b60..0000000000 --- a/.changes/unreleased/Dependencies-20230905-164614.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Allow tabulate versions >= 0.8.9 -time: 2023-09-05T16:46:14.56318-07:00 -custom: - Author: tlento - PR: "762" diff --git a/.changes/unreleased/Features-20230817-100659.yaml b/.changes/unreleased/Features-20230817-100659.yaml deleted file mode 100644 index b8bc844a12..0000000000 --- a/.changes/unreleased/Features-20230817-100659.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Adds the option for users to specify group by parameters with object syntax - matching the where/filter expressions. -time: 2023-08-17T10:06:59.615022-05:00 -custom: - Author: DevonFulcher - Issue: None diff --git a/.changes/unreleased/Features-20230823-131738.yaml b/.changes/unreleased/Features-20230823-131738.yaml deleted file mode 100644 index 7760c98446..0000000000 --- a/.changes/unreleased/Features-20230823-131738.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Expose measures for metrics on MFEngine with agg_time_dimension -time: 2023-08-23T13:17:38.517068-07:00 -custom: - Author: courtneyholcomb - Issue: "735" diff --git a/.changes/unreleased/Fixes-20230815-181153.yaml b/.changes/unreleased/Fixes-20230815-181153.yaml deleted file mode 100644 index 6a69f9de83..0000000000 --- a/.changes/unreleased/Fixes-20230815-181153.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Update dataflow plan to support different granularities with time offset metrics -time: 2023-08-15T18:11:53.376909-07:00 -custom: - Author: courtneyholcomb - Issue: "726" diff --git a/.changes/unreleased/Fixes-20230828-165332.yaml b/.changes/unreleased/Fixes-20230828-165332.yaml deleted file mode 100644 index 2d3185d9b2..0000000000 --- a/.changes/unreleased/Fixes-20230828-165332.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Removes unneeded JoinOverTimeRangeNode step from dataflow plan. -time: 2023-08-28T16:53:32.99222-07:00 -custom: - Author: courtneyholcomb - Issue: "743" diff --git a/.changes/unreleased/Fixes-20230830-154233.yaml b/.changes/unreleased/Fixes-20230830-154233.yaml deleted file mode 100644 index 474f4f0588..0000000000 --- a/.changes/unreleased/Fixes-20230830-154233.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Update BigQuery YEAR granularity truncation to use January 1st instead of ISOYEAR - start -time: 2023-08-30T15:42:33.979853-07:00 -custom: - Author: tlento - Issue: "755" diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e116884f..41354cb2d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ - "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.202.0 - September 06, 2023 + +### Features + +- Adds the option for users to specify group by parameters with object syntax matching the where/filter expressions. ([#717](https://github.com/dbt-labs/metricflow/pull/717)) +- Expose measures for metrics on MFEngine with agg_time_dimension ([#735](https://github.com/dbt-labs/metricflow/issues/735)) + +### Fixes + +- Update dataflow plan to support different granularities with time offset metrics ([#726](https://github.com/dbt-labs/metricflow/issues/726)) +- Removes unneeded JoinOverTimeRangeNode step from dataflow plan. ([#743](https://github.com/dbt-labs/metricflow/issues/743)) +- Update BigQuery YEAR granularity truncation to use January 1st instead of ISOYEAR start ([#755](https://github.com/dbt-labs/metricflow/issues/755)) + +### Dependencies + +- Allow tabulate versions >= 0.8.9 ([#762](https://github.com/dbt-labs/metricflow/pull/762)) + +### Contributors +- [@DevonFulcher](https://github.com/DevonFulcher) ([#717](https://github.com/dbt-labs/metricflow/pull/717)) +- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#735](https://github.com/dbt-labs/metricflow/issues/735), [#726](https://github.com/dbt-labs/metricflow/issues/726), [#743](https://github.com/dbt-labs/metricflow/issues/743)) +- [@tlento](https://github.com/tlento) ([#755](https://github.com/dbt-labs/metricflow/issues/755), [#762](https://github.com/dbt-labs/metricflow/pull/762)) + ## MetricFlow 0.201.0 - August 17, 2023 ### Features