Skip to content

Commit 1b8f491

Browse files
authored
Merge pull request #231 from transform-data/release-0.111.1
Release 0.111.1
2 parents b345062 + 7b8713d commit 1b8f491

File tree

3 files changed

+400
-1228
lines changed

3 files changed

+400
-1228
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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)
25+
26+
927
## [0.111.0] - 2022-08-10
1028

1129
### Added

0 commit comments

Comments
 (0)