Releases: Canner/WrenAI
Releases Β· Canner/WrenAI
0.19.1
0.19.1-rc.1
What's Changed
- chore(wren-ai-service): minor updates by @cyyeh in #1520
- Release 0.19.1-rc.1 by @github-actions in #1521
Full Changelog: 0.19.0...0.19.1-rc.1
0.19.0
Features
- Users can now adjust answers by editing the SQL directly or modifying reasoning steps to regenerate results. Contributed by @wwwy3y3, @fredalai and @andreashimin (#1512, #1516, #1517)
Fixes and chores
- fix release-rc-pr workflow by @onlyjackfrost in #1487
- chore(wren-ai-service): minor updates by @cyyeh in #1503
- chore(wren-ui): format invalidSql for better experience in fixing by @andreashimin in #1505
- chore(wren-ui): remove testcontainers and tmp package by @fredalai in #1511
Security updates
- chore(wren-ai-service): fix security issue by @cyyeh in #1509
- chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot in #1476
- chore(deps): bump tar-fs from 2.1.1 to 2.1.2 in /wren-ui in the npm_and_yarn group across 1 directory by @dependabot in #1514
- chore(wren-ui): update axios for security issue by @fredalai in #1515
Full Changelog: 0.18.0...0.19.0
0.19.0-rc.2
What's Changed
- chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot in #1476
- chore(deps): bump tar-fs from 2.1.1 to 2.1.2 in /wren-ui in the npm_and_yarn group across 1 directory by @dependabot in #1514
- chore(wren-ui): update axios for security issue by @fredalai in #1515
- fix(wren-ui): adjust steps issues by @andreashimin in #1516
- fix(wren-ui): allow to adjust the answer if generating a text answer fails by @fredalai in #1517
- Release 0.19.0-rc.2 by @github-actions in #1518
Full Changelog: 0.19.0-rc.1...0.19.0-rc.2
0.19.0-rc.1
What's Changed
- fix release-rc-pr workflow by @onlyjackfrost in #1487
- chore(wren-ai-service): minor updates by @cyyeh in #1503
- chore(wren-ai-service): improve relationship recommendation by @cyyeh in #1508
- chore(wren-ai-service): fix security issue by @cyyeh in #1509
- chore(wren-ui): format invalidSql for better experience in fixing by @andreashimin in #1505
- chore(wren-ui): remove testcontainers and tmp package by @fredalai in #1511
- epic(wren-ui): Adjust thread response answer by @andreashimin in #1512
- Release 0.19.0-rc.1 by @github-actions in #1513
Full Changelog: 0.18.0...0.19.0-rc.1
0.18.0
Features
- Knowledge: Instructions: Added new feature allowing users to define custom guidelines for SQL generation by @onlyjackfrost, @fredalai, and @cyyeh. (#1392, #1433, #1482, #1480, #1489)
- SQL Correction Flow: New capability for users to directly edit and apply corrected SQL when encountering errors by @andreashimin and @cyyeh. (#1451, #1469)
- Enhanced Reasoning UI: Optimized the existing reasoning interface with improved visualizations and smoother transitions between different stages of SQL generation by @andreashimin and @cyyeh. (#1451, #1471, #1473, #1452)
Fixes and Chores
- Fixed language for generating questions for SQL pairs by @fredalai (#1453)
- Made various minor service updates by @cyyeh (#1470)
- Updated demo video by @chilijung (#1477)
- Separated instant recommend questions to new effect for better performance by @andreashimin (#1488)
- Added semantics deletion when resetting project by @onlyjackfrost (#1490)
- CI improvements: added latest tag to UI image by @onlyjackfrost (#1485, #1491)
Security updates
- Upgraded Next.js version to 14.2.26 by @fredalai (#1456)
- Bumped containerd from 1.7.13 to 1.7.27 by @dependabot (#1417)
- Upgraded GitHub Actions dependencies: changed-files from v35 to v46 by @dependabot (#1419)
Full Changelog: 0.17.0...0.18.0
0.18.0-rc.4
What's Changed
- CI: add latest tag to ui image by @onlyjackfrost in #1485
- fix(wren-ai-service): delete instructions by @cyyeh in #1489
- fix(wren-ui): separate instant recommend questions to new effect by @andreashimin in #1488
- fix(wren-ui): delete semantics when reseting project by @onlyjackfrost in #1490
- chore(workflow): fix latest tag by @onlyjackfrost in #1491
- Release 0.18.0-rc.4 (ai-env-changed) by @wwwy3y3 in #1492
Full Changelog: 0.18.0-rc.3...0.18.0-rc.4
0.18.0-rc.3
What's Changed
- fix(wren-ui): correct generate instruction request payload by @onlyjackfrost in #1482
- release 0.18.0-rc.3 (ai-env-changed) by @wwwy3y3 in #1483
Full Changelog: 0.18.0-rc.2...0.18.0-rc.3
0.18.0-rc.2
What's Changed
- Update new video by @chilijung in #1477
- fix(wren-ai-service): fix global instructions indexing issue by @cyyeh in #1480
- Release 0.18.0-rc.2 (ai-env-changed) by @wwwy3y3 in #1481
Full Changelog: 0.18.0-rc.1...0.18.0-rc.2
0.18.0-rc.1
What's Changed
- fix(wren-ui): fix language for generate question for SQL pairs by @fredalai in #1453
- chore(wren-ui): Upgrade the Next.js version to 14.2.26 by @fredalai in #1456
- feat(wren-ui): instruction API by @onlyjackfrost in #1392
- chore(deps): bump github.com/containerd/containerd from 1.7.13 to 1.7.27 in /wren-launcher in the go_modules group across 1 directory by @dependabot in #1417
- chore(deps): bump tj-actions/changed-files from 35 to 46 in /.github/workflows in the github_actions group across 1 directory by @dependabot in #1419
- feat(wren-ui): Integrate API to implement instructions UI by @fredalai in #1433
- fix(wren-ai-service): allow sql generation reasoning streaming in followup asking by @cyyeh in #1452
- fix(wren-ai-service): fix sql expansion latency and retrieval issue by @cyyeh in #1469
- chore(wren-ai-service): minor updates by @cyyeh in #1470
- feat(wren-ui): Fix SQL flow in reasoning by @andreashimin in #1451
- feat(wren-ui): Reasoning enhancement & SQL pair in asking flow by @andreashimin in #1471
- fix(wren-ui): allow process state transition skipped when understanding by @andreashimin in #1473
- Release 0.18.0-rc.1 (ai-env-changed) by @wwwy3y3 in #1472
Full Changelog: 0.17.0...0.18.0-rc.1