|
5 | 5 | - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
|
6 | 6 | - 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)
|
7 | 7 |
|
| 8 | +## MetricFlow 0.204.0 - January 11, 2024 |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +- Add Trino support to the MetricFlow. ([#207](https://github.com/dbt-labs/metricflow/issues/207)) |
| 13 | +- Implemented date_part in where filter. ([#None](https://github.com/dbt-labs/metricflow/issues/None)) |
| 14 | +- Resolve Ambiguous Group-By-Items ([#887](https://github.com/dbt-labs/metricflow/issues/887)) |
| 15 | +- Support for Conversion Metrics ([#252](https://github.com/dbt-labs/metricflow/issues/252)) |
| 16 | +- Add a Query Validation Rule for Repeated Metrics in a Query ([#943](https://github.com/dbt-labs/metricflow/issues/943)) |
| 17 | +- Expose label on Metric & Dimension for use in APIs. ([#956](https://github.com/dbt-labs/metricflow/issues/956)) |
| 18 | + |
| 19 | +### Fixes |
| 20 | + |
| 21 | +- Apply time offset for nested dervied & ratio metrics ([#882](https://github.com/dbt-labs/metricflow/issues/882)) |
| 22 | +- Fix Incorrect SQL Column Name Rendering for WhereConstraintNode ([#908](https://github.com/dbt-labs/metricflow/issues/908)) |
| 23 | +- `Unable To Satisfy Query Error` with Cumulative Metrics in Saved Queries ([#917](https://github.com/dbt-labs/metricflow/issues/917)) |
| 24 | +- Fixes a bug in dimension-only queries where the filter column is removed before the filter has been applied. ([#923](https://github.com/dbt-labs/metricflow/issues/923)) |
| 25 | +- Bug fix: Keep where constraint column until used for nested derived offset metric queries. ([#930](https://github.com/dbt-labs/metricflow/issues/930)) |
| 26 | +- Fixes incorrect time constraint applied to derived offset metrics. ([#925](https://github.com/dbt-labs/metricflow/issues/925)) |
| 27 | +- Remove default time constraint for queries with cumulative metrics. ([#917](https://github.com/dbt-labs/metricflow/issues/917)) |
| 28 | +- Return exit code 1 for failed validations ([#867](https://github.com/dbt-labs/metricflow/issues/867)) |
| 29 | +- Optimizer Does Not Deduplicate Common Metrics ([#941](https://github.com/dbt-labs/metricflow/issues/941)) |
| 30 | +- Duplicate input measures after combiner optimizer ([#969](https://github.com/dbt-labs/metricflow/issues/969)) |
| 31 | + |
| 32 | +### Under the Hood |
| 33 | + |
| 34 | +- Test to ensure Dimension and TimeDimension syntax are identical in the case of time dimensions |
| 35 | +- Fixed typo in error message |
| 36 | + |
| 37 | +### Dependencies |
| 38 | + |
| 39 | +- Remove unnecessary MarkupSafe dependency ([#950](https://github.com/dbt-labs/metricflow/pull/950)) |
| 40 | + |
| 41 | +### Contributors |
| 42 | +- [@DevonFulcher](https://github.com/DevonFulcher) |
| 43 | +- [@WilliamDee](https://github.com/WilliamDee) ([#252](https://github.com/dbt-labs/metricflow/issues/252), [#867](https://github.com/dbt-labs/metricflow/issues/867), [#969](https://github.com/dbt-labs/metricflow/issues/969)) |
| 44 | +- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#956](https://github.com/dbt-labs/metricflow/issues/956), [#882](https://github.com/dbt-labs/metricflow/issues/882), [#923](https://github.com/dbt-labs/metricflow/issues/923), [#930](https://github.com/dbt-labs/metricflow/issues/930), [#925](https://github.com/dbt-labs/metricflow/issues/925)) |
| 45 | +- [@plypaul](https://github.com/plypaul) ([#887](https://github.com/dbt-labs/metricflow/issues/887), [#943](https://github.com/dbt-labs/metricflow/issues/943), [#908](https://github.com/dbt-labs/metricflow/issues/908), [#917](https://github.com/dbt-labs/metricflow/issues/917), [#917](https://github.com/dbt-labs/metricflow/issues/917), [#941](https://github.com/dbt-labs/metricflow/issues/941)) |
| 46 | +- [@sarbmeetka](https://github.com/sarbmeetka) ([#207](https://github.com/dbt-labs/metricflow/issues/207)) |
| 47 | +- [@tlento](https://github.com/tlento) ([#950](https://github.com/dbt-labs/metricflow/pull/950)) |
| 48 | + |
8 | 49 | ## MetricFlow 0.203.1 - November 15, 2023
|
9 | 50 |
|
10 | 51 | ### Fixes
|
|
0 commit comments