wren-v0.8.0
andimarafioti/faster-qwen3-ttswren-v0.8.0May 26, 2026by github-actions[bot]
AI Summary
This release introduces a dbt import workflow and builds MDL manifests from OSI semantic models. It also includes a bug fix to ensure SQL identifier case is honored across various policy and rewriting components.
Key Highlights
- Added dbt import workflow for easier integration.
- Built MDL manifests from OSI semantic models.
- Fixed SQL identifier case handling across policy, extract, and CTE rewriter.
New Features
- dbt import workflow
- MDL manifest generation from OSI semantic models
Full Release Notes
## [0.8.0](https://github.com/Canner/WrenAI/compare/wren-v0.7.0...wren-v0.8.0) (2026-05-26) ### Features * **wren:** add dbt import workflow ([#2279](https://github.com/Canner/WrenAI/issues/2279)) ([0bd16b8](https://github.com/Canner/WrenAI/commit/0bd16b8a95c7f599488177f9a56e232c17760e25)) * **wren:** build MDL manifests from OSI semantic models ([#2322](https://github.com/Canner/WrenAI/issues/2322)) ([983cf8b](https://github.com/Canner/WrenAI/commit/983cf8bff589b5028b611bcb1ef89834990f9517)) ### Bug Fixes * **wren:** honor SQL identifier case across policy, extract, and CTE rewriter ([#2310](https://github.com/Canner/WrenAI/issues/2310)) ([9b5fe22](https://github.com/Canner/WrenAI/commit/9b5fe22ee35209ec23ec3bd4fe2b04133407a8bc))