Releases: Canner/WrenAI
Releases · Canner/WrenAI
0.23.0
Features
- Support Oracle data source by @narsik123 & @onlyjackfrost in #1606, #1716
- Added MySQL SSL support by @onlyjackfrost in #1698
- Added language configuration support for generate_vega_chart by @flyrun9527 in #1718
Enhancements
- Added context window size handling in LLMProvider and related components by @yichieh-lu in #1693
- Enabled SQL correction to be set multiple times by @cyyeh in #1668
- Adjusted ask prompt input placeholder by @fredalai in #1639
- Adjusted SQL toolbar for View SQL by @fredalai in #1638
- Refactored datasource setup for better extension by @andreashimin in #1672
- Extended reasoning text limit to 6000 characters by @andreashimin in #1673
- Made password field optional in MySQL connection form by @ongdisheng in #1713
Chores and fixes
- Fixed DeepSeek response JSON format validation by @luochuan-cmss in #1529
- Updated Props for prompt component by @fredalai in #1642
- Fixed client cron validation by @andreashimin in #1658
- Improved manual cache refresh wording by @andreashimin in #1660
- Fixed misconfiguration issues by @cyyeh in #1675
- Resolved Langfuse cost display issue by @cyyeh in #1699
- Fixed lint errors by @onlyjackfrost in #1717
- Security: Updated undici from 5.28.5 to 5.29.0 by @dependabot in #1657
- Sent empty data signal to Langfuse by @cyyeh in #1640
- Updated docker-compose environment by @cyyeh in #1641
- Updated query SQL API endpoint by @cyyeh in #1647
- Updated configuration and removed unused code by @cyyeh in #1695, #1697, #1709, #1710, #1714, #1715, #1719, #1722, #1723
- Updated README documentation by @chilijung in #1665, #1666, #1667, #1678, #1701, #1705, #1706
- Added Qwen3 think/no_think configuration example by @s2010 in #1707
- Updated README documentation by @eren-ture in #1682
New Contributors
- @luochuan-cmss made their first contribution in #1529
- @eren-ture made their first contribution in #1682
- @narsik123 made their first contribution in #1606
- @s2010 made their first contribution in #1707
- @flyrun9527 made their first contribution in #1718
Full Changelog: 0.22.2...0.23.0
0.23.0-rc.1
What's Changed
- chore(wren-ai-service): send empty data signal to langfuse by @cyyeh in #1640
- feat(wren-ui): adjust ask prompt input placeholder by @fredalai in #1639
- feat(wren-ui): Adjust SQL toolbar for View SQL by @fredalai in #1638
- chore(wren-ai-service): update docker-compose env by @cyyeh in #1641
- fix(wren-ai-service): The DeepSeek response may not be a valid JSON format. by @luochuan-cmss in #1529
- fix(wren-ui): update Props for prompt component by @fredalai in #1642
- chore(wren-ai-service): update query sql api endpoint by @cyyeh in #1647
- fix(wren-ui): adjust client cron validation by @andreashimin in #1658
- fix(wren-ui): adjust manual cache refresh wording by @andreashimin in #1660
- Update README.md by @chilijung in #1665
- Update README.md by @chilijung in #1666
- Update README.md by @chilijung in #1667
- feat(wren-ai-service): allow setting sql correction multiple times (ai-env-changed) by @cyyeh in #1668
- chore(wren-ui): extend reasoning text limit to 6000 by @andreashimin in #1673
- chore(deps): bump undici from 5.28.5 to 5.29.0 in /wren-ui in the npm_and_yarn group across 1 directory by @dependabot in #1657
- fix(wren-ai-service): fix misconfiguraiton (ai-env-changed) by @cyyeh in #1675
- chore(wren-ai-service): fix config by @cyyeh in #1677
- Update README.md by @chilijung in #1678
- refactor(wren-ui): setup datasource for better extension by @andreashimin in #1672
- chore(wren-ai-service) Update README.md by @eren-ture in #1682
- feat(wren-ai-service): add context window size handling in LLMProvider and related components by @yichieh-lu in #1693
- Add UI functionality to capture Oracle data source by @narsik123 in #1606
- chore(wren-ai-service): minor updates by @cyyeh in #1695
- chore(wren-ai-service): fix model usage using streaming by @cyyeh in #1697
- Update readme structure by @chilijung in #1701
- Update README.md by @chilijung in #1705
- Update README.md by @chilijung in #1706
- fix(wren-ai-service): langfuse cost display issue by @cyyeh in #1699
- docs: add Qwen3 think/no_think config example (#1636) by @s2010 in #1707
- chore(wren-ai-service): correct wren_ibis endpoint in config examples by @cyyeh in #1709
- chore(wren-ai-service): minor updates by @cyyeh in #1710
- chore(wren-ai-service): remove unused config by @cyyeh in #1714
- chore(wren-ai-service): remove unused code by @cyyeh in #1715
- chore(wren-ui): Make password field optional in MySQL connection form by @ongdisheng in #1713
- feat(wren-ui): Support connect to Oracle with dsn by @onlyjackfrost in #1716
- feat(wren-ui): Support MySQL ssl by @onlyjackfrost in #1698
- fix(wren-ui): fix lint error by @onlyjackfrost in #1717
- chore(wren-ai-service): minor updates by @cyyeh in #1719
- Feat(wren-ui):/generate_vega_chart Add language configuration support by @flyrun9527 in #1718
- chore(wren-ai-service): minor updates by @cyyeh in #1722
- chore(wren-ai-service): minor updates by @cyyeh in #1723
- Release 0.23.0-rc.1 by @github-actions in #1724
New Contributors
- @luochuan-cmss made their first contribution in #1529
- @eren-ture made their first contribution in #1682
- @narsik123 made their first contribution in #1606
- @s2010 made their first contribution in #1707
- @flyrun9527 made their first contribution in #1718
Full Changelog: 0.22.2...0.23.0-rc.1
0.22.2
What's Changed
- fix(wren-ui): optional chaining to prevent null in chart schema by @andreashimin in #1634
Full Changelog: 0.22.1...0.22.2
0.22.1
Fixes and chores
- chore(wren-ai-service): fix logger issue by @cyyeh in #1625
- chore(wren-ai-service): minor updates (ai-env-changed) by @cyyeh in #1626
- fix(wren-ui): transform temporal value for chart displaying in safari by @andreashimin in #1624
- feat(wren-ai-service): fix by ai endpoint (ai-env-changed) by @cyyeh in #1628
- chore(wren-ai-service): fix typo by @cyyeh in #1629
- fix(wren-ui): adjust replacement regex for including UTC, UTC+0, UTC+00:00 by @andreashimin in #1630
- chore(wren-ai-service): improve error handling by @cyyeh in #1631
Full Changelog: 0.22.0...0.22.1
0.22.0
Features
- Support query caching at dashboard by @onlyjackfrost, @andreashimin in #1594
Fixes and chores
- Update CONTRIBUTING.md by @chilijung in #1603
- update readme with Wren AI API by @chilijung in #1604
- chore(wren-ai-service): fix security issue by @cyyeh in #1610
- chore(actions): add mac and linux arm64 distribution for release rc workflow by @cyyeh in #1605
- fix(wren-launcher): upgrade docker package to resolve vulnerability issue by @wwwy3y3 in #1615
- chore(wren-ai-service): add enable_column_pruning to ask api (ai-env-changed) by @cyyeh in #1614
- feat(wren-ui): support records data source version by @onlyjackfrost in #1608
- fix(wren-ui): fix graphql schema and reading optional property error by @onlyjackfrost in #1619
New Contributors
- @Yu-Hao-88 made their first contribution in #1621
Full Changelog: 0.21.0...0.22.0
0.22.0-rc.1
What's Changed
- Update CONTRIBUTING.md by @chilijung in #1603
- update readme with Wren AI API by @chilijung in #1604
- chore(wren-ai-service): fix security issue by @cyyeh in #1610
- chore(actions): add mac and linux arm64 distribution for release rc workflow by @cyyeh in #1605
- fix(wren-launcher): upgrade docker package to resolve vulnerability issue by @wwwy3y3 in #1615
- feat(wren-ui): support cache dashboard item by @onlyjackfrost in #1594
- chore(wren-ai-service): add enable_column_pruning to ask api (ai-env-changed) by @cyyeh in #1614
- feat(wren-ui): support records data source version by @onlyjackfrost in #1608
- Release 0.22.0 by @github-actions in #1617
- Release 0.22.0-rc.1 by @github-actions in #1618
Full Changelog: 0.21.0...0.22.0-rc.1
0.21.0
Features
- Add restful API by @wwwy3y3 in #1585
- Add API history tab by @andreashimin in #1598
Fixes and chores
- chore(wren-ai-service): allow ignore sql generation reasoning in api by @cyyeh in #1586
- chore(wren-ai-service): improve prompts by @cyyeh in #1595
Full Changelog: 0.20.0...0.21.0
0.21.0-rc.1
What's Changed
- chore(wren-launcher): minor-updates (ai-env-changed) by @cyyeh in #1577
- chore(wren-ai-service): allow ignore sql generation reasoning in api by @cyyeh in #1586
- chore(wren-ai-service): improve prompts by @cyyeh in #1595
- feature(wren-ui): add restful API by @wwwy3y3 in #1585
- Release 0.21.0-rc.1 (ai-env-changed) by @github-actions in #1600
Full Changelog: 0.20.0...0.21.0-rc.1
0.20.0
Features
- Added support for question-SQL pairs with data source syntax by @onlyjackfrost and @andreashimin in #1539, #1573
- Implemented editable chart titles in dashboard charts by @andreashimin in #1564
Fixes and chores
- Added original question and invalid SQL return when adjusting by @onlyjackfrost in #1528
- Added instructions, SQL pairs, and SQL functions to adjust SQL by @cyyeh in #1526
- Removed ask details related code (ai-env-changed) by @cyyeh in #1557
- Removed SQL expansion related code (ai-env-changed) by @cyyeh in #1558
- Refined service version settings in kustomization.yaml by @cyyeh in #1563
- Removed demo by @cyyeh in #1567
- Reduced Antd bundle size by @andreashimin in #1560
- Fixed DuckDb image path case-sensitivity & adjusted retrieving models text by @andreashimin in #1571
- Fixed MSSQL error formatting by @onlyjackfrost in #1572
- Enhanced model substitution error messages by @onlyjackfrost in #1574
Security updates
- Updated golang.org/x/net from 0.36.0 to 0.38.0 in /wren-launcher by @dependabot in #1556
Full Changelog: 0.19.2...0.20.0
0.20.0-rc.2
What's Changed
- fix(wren-ui): DuckDb image path case-sensitive & adjust retrieving models text by @andreashimin in #1571
- fix(wren-ui): fix format mssql error by @onlyjackfrost in #1572
- fix(wren-ui): add loading to import data source SQL syntax modal by @andreashimin in #1573
- chore(wren-ui): enhance model substitution error message by @onlyjackfrost in #1574
- Release 0.20.0-rc.2 by @github-actions in #1575
Full Changelog: 0.20.0-rc.1...0.20.0-rc.2