wren-v0.8.0

mkturkcan/DARTwren-v0.8.0May 26, 2026by github-actions[bot]

AI Summary

The major version introduces dbt import workflow support and the ability to build MDL (Metadata Definition Language) manifests from OSI semantic models. It also fixes SQL identifier case handling across various components.

Key Highlights

  • Added dbt import workflow
  • Built MDL manifests from OSI semantic models
  • Fixed SQL identifier case handling

New Features

  • dbt integration
  • MDL manifest generation
  • SQL rewriter improvements

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))