Releases: Canner/WrenAI
Releases · Canner/WrenAI
0.24.1
Enhancement
- chore(wren-ai-service): improve api params handling by @cyyeh in #1775
- chore(wren-ai-service): minor updates by @cyyeh in #1782
Fixes and chores
- Update README.md by @chilijung in #1772
- chore(wren-ai-service): fix docs by @cyyeh in #1774
- chore(wren-ai-service): update docs by @cyyeh in #1778
- chore(wren-ai-service): update dependencies and versions in poetry.lock and pyproject.toml by @yichieh-lu in #1776
Full Changelog: 0.24.0...0.24.1
0.24.1-rc.1
What's Changed
- Update README.md by @chilijung in #1772
- chore(wren-ai-service): fix docs by @cyyeh in #1774
- chore(wren-ai-service): improve api params handling by @cyyeh in #1775
- chore(wren-ai-service): update dependencies and versions in poetry.lock and pyproject.toml by @yichieh-lu in #1776
- chore(wren-ai-service): update docs by @cyyeh in #1778
- chore(wren-ai-service): minor updates by @cyyeh in #1782
- Release 0.24.1-rc.1 by @github-actions in #1783
Full Changelog: 0.24.0...0.24.1-rc.1
0.24.0
Features
- Support Athena connector by @fredalai in #1754
- Support Redshift connector by @fredalai in #1761, #1767, #1769
Enhancement
- Enhance llm_processor to support fallback models by @yichieh-lu in #1739
- Add option to filter fallback-triggered responses by @yichieh-lu in #1748
- Add support for custom instructions by @cyyeh in #1756
- Add loading state to Fix SQL modal by @fredalai in #1766
Fixes and chores
- Update APIs by @cyyeh in #1726
- Fix lint, improve semantics, and minor updates by @cyyeh in #1746, #1760, #1763, #1764
- Fix security issues by @cyyeh in #1759
- Improve eval behavior by @cyyeh in #1757
- Add Bedrock example config by @Neelesh2512 in #1728
- Update README.md by @chilijung in #1741
New Contributors
- @Neelesh2512 made their first contribution in #1728
Full Changelog: 0.23.0...0.24.0
0.24.0-rc.3
What's Changed
- feat(wren-ui): add awsSecretKey to sensitive properties for redshift by @fredalai in #1769
- Release 0.24.0-rc.3 by @github-actions in #1770
Full Changelog: 0.24.0-rc.2...0.24.0-rc.3
0.24.0-rc.2
0.24.0-rc.1
What's Changed
- chore(wren-ai-service): update apis by @cyyeh in #1726
- docs: add bedrock example config by @Neelesh2512 in #1728
- Update README.md by @chilijung in #1741
- feat(llm): enhance llm_processor to support fallback models and update LitellmLLMProvider to utilize fallback_model_list by @yichieh-lu in #1739
- chore(wren-ai-service): fix lint by @cyyeh in #1746
- feat(wren-ai-service): enable filtering is fallback triggered by @yichieh-lu in #1748
- feat(wren-ai-service): add custom instructions by @cyyeh in #1756
- fix(wren-ai-service): eval by @cyyeh in #1757
- chore(wren-ai-service): fix security issues by @cyyeh in #1759
- feat(wren-ui): Support Athena connector by @fredalai in #1754
- chore(wren-ai-service): minor updates (ai-env-changed) by @cyyeh in #1760
- chore(wren-ai-service): improve semantics description by @cyyeh in #1763
- chore(wren-ai-service): minor updates by @cyyeh in #1764
- feat(wren-ui): Support Redshift connector by @fredalai in #1761
- Release 0.24.0-rc.1 by @github-actions in #1765
New Contributors
- @Neelesh2512 made their first contribution in #1728
Full Changelog: 0.23.0...0.24.0-rc.1
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 8000 #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