wren-manifest-macro-v0.2.0
Canner/WrenAIwren-manifest-macro-v0.2.0Jul 10, 2026by github-actions[bot]
AI Summary
This release aligns the manifest macro module with core updates, adding support for MDL layout versioning and dialect fields. It also removes deprecated types and adds support for new connectors.
Key Highlights
- MDL layout versioning and dialect field support
- Migration from Metric to Cube types
- Spark connector support
- Databricks connector support
Breaking Changes
- Replacement of Metric types with Cube types
- Addition of MDL layout versioning and dialect fields
New Features
- MDL layout versioning
- Dialect field on Model and View
- Spark connector support
- Databricks connector support
- Apache Doris connector support
- Composite (multi-column) primary key support
Full Release Notes
## [0.2.0](https://github.com/Canner/WrenAI/compare/wren-manifest-macro-v0.1.0...wren-manifest-macro-v0.2.0) (2026-07-10) ### Features * add MDL layout versioning and dialect field on Model and View ([#1556](https://github.com/Canner/WrenAI/issues/1556)) ([db2f0e4](https://github.com/Canner/WrenAI/commit/db2f0e4689b3565989288489c57a3e5a55a2f3ef)) * **core:** import wren-engine into core/ ([cc9b67f](https://github.com/Canner/WrenAI/commit/cc9b67f593bf94c7418e0abb0ed46aa4a21613c3)) * **core:** import wren-engine into core/ ([#2209](https://github.com/Canner/WrenAI/issues/2209)) ([8b8a1a3](https://github.com/Canner/WrenAI/commit/8b8a1a3c5bf2a43d56ea1587782a0d5d853803b2)) * **ibis:** Add Spark connector ([#1398](https://github.com/Canner/WrenAI/issues/1398)) ([260eb68](https://github.com/Canner/WrenAI/commit/260eb68fbd467ade901d5c58af73e3ecafecaf77)) * **ibis:** introduce Databricks connector ([#1361](https://github.com/Canner/WrenAI/issues/1361)) ([8601c78](https://github.com/Canner/WrenAI/commit/8601c780b4193c15042261280039be22b8527631)) * **wren-core-base:** replace Metric with Cube types and remove deprecated security types ([#1574](https://github.com/Canner/WrenAI/issues/1574)) ([72d18a8](https://github.com/Canner/WrenAI/commit/72d18a81bbc28a9833a07e19486de16cf59836d0)) * **wren-core:** support composite (multi-column) primary keys ([#2345](https://github.com/Canner/WrenAI/issues/2345)) ([d33917f](https://github.com/Canner/WrenAI/commit/d33917f046f4ac0abddbbce9ce6c9c10b5adb10a)) * **wren-engine:** add Apache Doris connector support ([#1430](https://github.com/Canner/WrenAI/issues/1430)) ([185dbb0](https://github.com/Canner/WrenAI/commit/185dbb09a93d82a6cc6e092148983f04a6e05d6c)) ### Bug Fixes * **core:** normalize the name of session property ([#1331](https://github.com/Canner/WrenAI/issues/1331)) ([ccd040c](https://github.com/Canner/WrenAI/commit/ccd040c8976336cb91529992c2e4ea1f72870607))