You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.111.1] - 2022-08-30
10
+
11
+
### Added
12
+
- A lightweight Visual Studio Code [extension for authoring configs](https://marketplace.visualstudio.com/items?itemName=Transform.metricflow) with simple support for inline schema validation and auto-completion! Local repo changes limited to JSON schema generation. (@jack-transform)
13
+
- Metric model template for Shopify metrics - if you use Shopify, this template can get you up and running for tracking your Shopify metrics! (@hesham-nawaz)
14
+
15
+
### Fixed
16
+
- Fixed warehouse validation failures caused by interaction with measure-specific aggregation times (@QMalcolm)
17
+
- Resolved intermittent semantic validation failures due to unpicklable pydantic objects (@tlento)
18
+
- Fixed edge case with semi-additive measures failing on certain join dimension connections (@WilliamDee)
19
+
- Restructured semantic container depedencies to eliminate certain classes of circular import errors (@tlento)
20
+
21
+
### Updated
22
+
- Replaced Pydantic objects with serializable Dataclasses to improve plan building speed. This can reduce time to generate dataflow plans by 10-20x for complex queries. (@plypaul)
23
+
- Refactored validation logic to make it easier to reason about (@QMalcolm)
24
+
- Modified inference detection rules to make it more likely to classify low cardinality string columns as categorical dimensions (@tlento)
0 commit comments