Releases: Canner/WrenAI
Releases · Canner/WrenAI
0.3.2-rc.1
What's Changed in UI & AI Services
- Update README.md by @chilijung in #226
- feature(wren-ai-service): Indexing saved view into document store by @paopa in #218
- Update README.md by @chilijung in #231
- chore(wren-ui): Downgrade columns limit to 10 in diagram by @andreashimin in #219
- feat(wren-ui): allow column case insensitive search for column selector by @fredalai in #214
- fix(wren-ui): handle network error issues for asking a question by @fredalai in #213
- Chore(wren-ui): wait ai service ready before open browser by @onlyjackfrost in #220
- chore(wren-ui): Remove share button on Modeling by @andreashimin in #233
- Feature(wren-ui): adjust display name validation logic of Calculated field & View by @onlyjackfrost in #228
- Feature(wren-ui): Implement Preview model data by @onlyjackfrost in #229
- Chore(wren-ui): adjust error message by @onlyjackfrost in #234
- feature(wren-ai-service): mdl metric integration by @imAsterSun in #227
- fix bugs and logging enhancements by @cyyeh in #237
- fix indexing by @cyyeh in #238
- feat(wren-ui): Backend API provide error message from wren engine by @andreashimin in #222
- chore(wren-ui): Replace view, calculated field & relationship name to alias by @andreashimin in #230
- Chore/ai service/fix indexing by @cyyeh in #239
- fix indexing by @cyyeh in #240
- feat(wren-ui): Support edit view metadata mode by @fredalai in #224
- feat(wren-ui): Integrate preview to model metadata drawer by @andreashimin in #232
- Feature/ai service/unify providers interface by @cyyeh in #235
- release 0.3.2-rc.1 by @wwwy3y3 in #241
What's Changed in Wren Engine
- Add Ibis server by @grieve54706 in Canner/wren-engine#545
- Disable the Wren Protocol and cache layer in default by @goldmedal in Canner/wren-engine#546
- Add function test and fix timestamp in DuckDB by @goldmedal in Canner/wren-engine#547
Module Versions
Module Name | Module Version |
---|---|
Wren UI | 0.5.0 |
Wren AI Service | 0.3.3 |
Wren Engine | 0.4.3 |
Full Changelog: 0.3.1...0.3.2-rc.1
0.3.1
Fixes and Chores
- Fix the DuckDB type mapping and enhance the error handling for MDL deploying by @goldmedal in Canner/wren-engine#544
Module Versions
Module Name | Module Version |
---|---|
Wren UI | 0.4.2 |
Wren AI Service | 0.3.2 |
Wren Engine | 0.4.1 |
Full Changelog: 0.3.0...0.3.1
0.3.0
New Features
- Respond with stored views in MDL at AI service by @paopa (#153)
- Enable users to create/update/delete models on UI by @andreashimin, @fredalai, @onlyjackfrost (#155, #156, #165, #185)
- Enable users to update metadata of models on UI by @andreashimin, @wwwy3y3 (#172, #188, #192)
- Enable users to create/update/delete relationships on UI by @fredalai, @onlyjackfrost (#184, #196)
- Support Native SQL feature by @fredalai (#177)
- Enable users to create/update/delete calculated fields on UI by @andreashimin, @onlyjackfrost (#178, #183, #190)
Enhancements
[AI Service]
Add mdl view in sample dataset for validation by @paopa (#187)[AI Service]
Refine demo site for easier debugging by @cyyeh (#174, #194)[AI Service]
MDL calculated field integration by @imAsterSun (#158)[AI Service]
API refactor and add healthcheck API by @cyyeh (#211)
Fixes and Chores
- Update primary key validator for model form by @fredalai (#176)
- Column may have multiple relationships with different models by @andreashimin (#189)
- Fix parsing of relation properties in diagramResolver.ts by @onlyjackfrost (#191)
- Fix recommend relationships for pg by @fredalai (#186)
- Fix diagram node height calculation by @andreashimin (#197)
- Add primary key doc link by @andreashimin (#198)
- Fix the JSON schema of MDL by @goldmedal (#200)
- Clear all documents before deploying the new MDL by @paopa (#199)
- Allow sending an empty relation data list by @onlyjackfrost (#203)
- Show the connected data source when on the original SQL mode only by @fredalai (#202)
- Fix svg embed definitions styles that affected user operation by @andreashimin (#205)
- Fix calculated field modal title when edit mode by @andreashimin (#206)
- Add demo dataset table descriptions by @onlyjackfrost (#207)
- Change migration file order to prevent relation data lost by @onlyjackfrost (#208)
- Add logger using info level and fix indexing status by @cyyeh (#210)
- In pg connector, return column types in enum by @wwwy3y3 (#215)
- Align column types with backend connectors provided types by @andreashimin (#216)
- Remove pagila-sql by @cyyeh (#204)
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.4.2 |
Wren AI Service | 0.3.2 |
Wren Engine | 0.4.0 |
Full Changelog: 0.2.1...0.3.0
0.3.0-rc.2
What's Changed
- Chore/ai service/update demosite by @cyyeh in #194
- Fix(wren-ui): allow sending a empty relation data list by @onlyjackfrost in #203
- remove pagila-sql by @cyyeh in #204
- fix(wren-ui): show the connected data source when on the original SQL mode only by @fredalai in #202
- fix(wren-ui): Fix svg embed definitions styles that affected user operation by @andreashimin in #205
- fix(wren-ui): Fix calculated field modal title when edit mode by @andreashimin in #206
- Fix(Wren-ui): add demo dataset table descriptions by @onlyjackfrost in #207
- Fix(wren-ui): change migration file order to prevent relation data lost by @onlyjackfrost in #208
- add logger using info level and fix indexing status by @cyyeh in #210
- api refactor and add healthcheck api by @cyyeh in #211
- fix(wren-ui): in pg connector, we return column types in enum by @wwwy3y3 in #215
- fix(wren-ui): Align column types with backend connectors provided types by @andreashimin in #216
- release 0.3.0-rc.2 by @wwwy3y3 in #217
Module Versions
Module Name | Module Version |
---|---|
Wren UI | 0.4.2 |
Wren AI Service | 0.3.2 |
Wren Engine | 0.4.0 |
Full Changelog: 0.3.0-rc.1...0.3.0-rc.2
0.3.0-rc.1
What's Changed
- feature(ai-service): MDL integration with View by @paopa in #153
- refine demo site for easier debugging by @cyyeh in #174
- feat(wren-ui): Add model CRUD UI to diagram by @andreashimin in #156
- feat(wren-ui): Support Model drawer UI by @fredalai in #155
- Chore: update sample dataset model/column properties by @onlyjackfrost in #166
- Feature: Implement Model mutation by @onlyjackfrost in #165
- fix(wren-ui): update primary key validator for model form by @fredalai in #176
- feat(wren-ui): Support edit Model metadata UI by @andreashimin in #172
- feat(wren-ui): Support Native SQL feature by @fredalai in #177
- feature(ai-service): MDL calculated field integration by @imAsterSun in #158
- feat(wren-ui): Support calculated field modal UI by @andreashimin in #178
- feature(wren-ai-service): add mdl view in sample dataset for validation by @paopa in #187
- fix(wren-ui): Column may have multiple relationships with different models by @andreashimin in #189
- Feature: support update model metadata API by @wwwy3y3 in #188
- Fix parsing of relation properties in diagramResolver.ts by @onlyjackfrost in #191
- fix(wren-ui): fix recommend relationships for pg by @fredalai in #186
- feat(wren-ui): UI integrating API to model CRUD by @fredalai in #185
- Feature: support calculated field by @onlyjackfrost in #183
- Feature: support relation CRUD operation by @onlyjackfrost in #184
- Chore(wren-ui): add pk to demo dataset by @onlyjackfrost in #195
- feat(wren-ui): UI integrating API to model metadata by @andreashimin in #192
- feat(wren-ui): UI integrating API to calculated field by @andreashimin in #190
- feat(wren-ui): Integrate UI and CRUD API for relationship by @fredalai in #196
- fix(wren-ui): Fix diagram node height calculation by @andreashimin in #197
- chore(wren-ui): add primary key doc link by @andreashimin in #198
- Fix(MDL) Fix the JSON schema of MDL by @goldmedal in #200
- Fix(wren-ai-service): Clear all documents before deploying the new MDL by @paopa in #199
- release 0.3.0-rc.1 by @wwwy3y3 in #201
Module Versions
Module Name | Module Version |
---|---|
Wren UI | 0.4.0 |
Wren AI Service | 0.2.7 |
Wren Engine | 0.4.0 |
Full Changelog: 0.2.1...0.3.0-rc.1
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