Releases: Canner/WrenAI
Releases Β· Canner/WrenAI
0.2.1
New Features
- Show metadata of model & provide expandable rows to table by @andreashimin (#163)
- Improve thread UI. Adjusting how we display questions and summaries by @wwwy3y3, @fredalai (#164, #167)
Enhancements
Fixes and Chores
- Fix postgres connector duplicated schema issue by @wwwy3y3 (#157)
- Fix nba dataset issue by @cyyeh (#169)
Maintenance and Documentation
- Update README.md add video by @chilijung (#162)
- Refine demo video by @cyyeh (#168)
Module Versions
Module Name | Module Version |
---|---|
Wren UI | 0.3.2 |
Wren AI Service | 0.2.5 |
Wren Engine | 0.3.3 |
Full Changelog: 0.2.0...0.2.1
0.2.1-rc.1
What's Changed
- Feature/ai service/improve pipelines by @cyyeh in #161
- Update README.md add video by @chilijung in #162
- Fix/pg duplicated schema issue by @wwwy3y3 in #157
- feat(wren-ui): Show metadata of model & provide expandable rows to table by @andreashimin in #163
- fix nba dataset by @cyyeh in #169
- feat(wren-ui): add summary to thread response by @wwwy3y3 in #167
- feat(wren-ui): Improve thread response UI by @fredalai in #164
- release 0.2.1-rc.1 by @wwwy3y3 in #171
Module Versions
Module Name | Module Version |
---|---|
Wren UI | 0.3.2 |
Wren AI Service | 0.2.5 |
Wren Engine | 0.3.3 |
Full Changelog: 0.2.0...0.2.1-rc.1
0.2.0
This release updates WrenAI to 0.2.0
New Features
- Added settings UI and Discord integration by @andreashimin (#137, #104)
- Created UI for view management, including creation, deletion, and modeling by @fredalai, @wwwy3y3 (#99, #114, #117, #122, #133)
- Support for PostgreSQL connector by @wwwy3y3 @fredalai, @andreashimin (#127, #135, #141, #150)
- Support share connection info by @fredalai, @wwwy3y3 (#119, #126)
- Support deploy with show status on modeling page by @fredalai (#107)
- Telemetry by @onlyjackfrost, @andreashimin (#116, #120)
- Support settings page by @andreashimin (#137)
Enhancements
- Improved the AI service with a demo lab, query understanding, and refined data pipelines by @cyyeh (#128, #130, #136, #143)
- Evaluation process now has an option to use the optimal database schema by @imAsterSun (#132)
- Updated the ask evaluation output paths in the Streamlit app by @imAsterSun (#101)
- Enhance sample datasets data types and accuracy by @wwwy3y3, @onlyjackfrost, @andreashimin (#139, #142, #144, #145)
- Enhance error message experience in docker connector by @onlyjackfrost (#151)
Fixes and Chores
- Corrected issues with AI service's evaluation process and UI's data sourcing by @paopa (#102)
- List threads should in time desc order by @onlyjackfrost (#108)
- Fix engine integration issues @wwwy3y3 (#118)
- Change project schema & catalog to wrenai by @onlyjackfrost (#121)
- Fix invalid session props cause saveDataSource action to fail by @onlyjackfrost (#138)
- Fix incorrect array deconstructor in on-boarding provess by @onlyjackfrost (#140)
- Update fetch policy for onboarding flow by @fredalai (#146)
- Allow back to previous steps for onboarding and improve by @fredalai (#152)
Maintenance and Documentation
- Update issue templates by @wwwy3y3 (#97)
- Add aster as author by @cyyeh (#98)
- Update readme by @chilijung (#105, #111, #113)
- Prevent duplicated workflow triggered by @onlyjackfrost (#109)
- Prevent ai service from running ui workflow by @onlyjackfrost (#110)
- Fix typos by @chilijung (#129)
New Contributors
Full Changelog: 0.1.1...0.2.0
0.2.0-rc.2
What's Changed
- fix broken discord invitation link by @cyyeh in #148
- fix wording in launcher by @cyyeh in #149
- fix(wren-ui): Fix pg save data source missing await by @andreashimin in #150
- Fix(wren-ui): provide better error message by @onlyjackfrost in #151
- fix(wren-ui): allow back to previous steps for onboarding and improve by @fredalai in #152
- Release 0.2.0-rc.2 by @wwwy3y3 in #154
Module Versions
Module Name | Module Version |
---|---|
Wren UI | 0.3.1 |
Wren AI Service | 0.2.3 |
Wren Engine | 0.3.3 |
Full Changelog: 0.2.0-rc.1...0.2.0-rc.2
0.2.0-rc.1
Note: This is a prerelease version for
0.2.0
What's Changed
- Update issue templates by @wwwy3y3 in #97
- add aster as author by @cyyeh in #98
- update ask evaluation outputs path in streamlit app by @imAsterSun in #101
- Add readme by @chilijung in #105
- fix(ai-service): correct the breaking change for ask details evaluation process by @paopa in #102
- Chore(wren-ui): prevent duplicated workflow triggered by @onlyjackfrost in #109
- feat(wren-ui): Add views create/delete, validation, preview data APIs by @wwwy3y3 in #106
- feat(wren-ui): Add view UI for modeling by @fredalai in #99
- Chore: Prevent ai service from running ui workflow by @onlyjackfrost in #110
- feat(wren-ui): Add settings UI & discord by @andreashimin in #104
- Fix(wren-ui): list threads should in time desc order by @onlyjackfrost in #108
- Add readme by @chilijung in #111
- docs(readme): update README.md by @kpman in #112
- chore: add link to mission doc by @chilijung in #113
- feat(wren-ui/api): save columns when creating view by @wwwy3y3 in #114
- fix(wren-ui/api): fix engine throws 400 error if properties contains non-string value by @wwwy3y3 in #118
- feat(wren-ui) Support save as View by @fredalai in #117
- Feature/share models api by @wwwy3y3 in #119
- Fix(wren-ui): change project schema & catalog to wrenai by @onlyjackfrost in #121
- feat(wren-ui): Support deploy with show status on modeling page by @fredalai in #107
- feat(wren-ui): UI integration API of View for the modeling page by @fredalai in #122
- feat(wren-ui): Support share connection info by @fredalai in #126
- Fix Typo by @chilijung in #129
- Feature/wren ai service/demo lab by @cyyeh in #128
- Feature/wren ai service/add query understanding by @cyyeh in #130
- Fix(wren-ui): fix invalid session props cause saveDataSource action to fail by @onlyjackfrost in #138
- Fix(wren-ui): fix incorrect data type in the sample data by @onlyjackfrost in #139
- Feature: Add ask eval run option - use optimal db schema by @imAsterSun in #132
- Fix: fix incorrect array deconstructor by @onlyjackfrost in #140
- Feature: Telemetry by @onlyjackfrost in #116
- Feature/wren ai service/refine pipelines by @cyyeh in #136
- Feature: support PG connector by @wwwy3y3 in #135
- chore(wren-ui): Enhance view node by @fredalai in #133
- feat(wren-ui): Add PostgreSQL UI for onboarding by @fredalai in #127
- chore(wren-ui): Remove music store sample dataset by @andreashimin in #142
- Feature/wren ai service/refine pipelines by @cyyeh in #143
- feat(wren-ui): Settings by @andreashimin in #137
- feat(wren-ui): Add posthog to monitor client event by @andreashimin in #120
- Feature/support relationship pg by @wwwy3y3 in #141
- Chore(wren-ui): Add demo dataset description by @onlyjackfrost in #144
- fix(wren-ui): fix lint in sample dataset by @wwwy3y3 in #145
- chore(wren-ui): update fetch policy for onboarding flow by @fredalai in #146
- Release 0.2.0-rc.1 by @wwwy3y3 in #147
New Contributors
Module Versions
Module Name | Module Version |
---|---|
Wren UI | 0.3.0 |
Wren AI Service | 0.2.3 |
Wren Engine | 0.3.3 |
Full Changelog: 0.1.1...0.2.0-rc.1
0.1.1
This release updates WrenAI to 0.1.1
Fixes
- chore(wren-ui): GetServerSideProps causes slow page initial load (#90)
- Fix: add InProgress status eumn in check deploy status (#87)
Enhancement
- feature(ai-service): push on protected branch that required PR before merging via GitHub APP as the bot (#88)
- Feature/ai service/refine ask pipeline v2 (#86)
Module Versions
Module Name | Module Version |
---|---|
Wren UI | 0.2.1 |
Wren AI Service | 0.2.1 |
Wren Engine | 0.3.2 |