Skip to content

Releases: Canner/WrenAI

0.4.0-rc.3

14 Jun 03:16
b014e68

Choose a tag to compare

0.4.0-rc.3 Pre-release
Pre-release

What's Changed

  • Fix(wren-ui): fix previewSql mutation for doing dry run by @onlyjackfrost in #406
  • feature(wren-ai-service): Enhance the response for Dry-run API to Wren UI and development support by @paopa in #407
  • Release 0.4.0-rc.3 by @onlyjackfrost in #409

Full Changelog: 0.4.0-rc.2...0.4.0-rc.3

0.4.0-rc.2

13 Jun 01:45
3c8741f

Choose a tag to compare

0.4.0-rc.2 Pre-release
Pre-release

What's Changed

  • Fix(wren-ui): fix lint after upgrade axios by @onlyjackfrost in #375
  • feature(wren-ai-service): support async SQL dry-run and async Qdrant component by @paopa in #374
  • Support 3rd party openai api by @RoacherM in #365
  • Chore/ai service/minor updates by @cyyeh in #377
  • chore(wren-ai-service): move the development purpose API to the development router by @paopa in #381
  • feat(wren-ui/e2e): add E2E basic check by @fredalai in #346
  • Chore/ai service/minor update by @cyyeh in #382
  • small refactor and upgrade uvicorn version to allow process manager by @cyyeh in #386
  • PR v0.0.4 WrenAI kustomization manifests for k8s by Damien Berezenko https://medium.com/@qdrddr by @qdrddr in #385
  • PR v0.0.4 WrenAI kustomization manifests for k8s by Damien Berezenko … by @qdrddr in #388
  • WORKERS & wren-engine-svc by @qdrddr in #389
  • refine readme by @cyyeh in #392
  • fix(wren-ai-sevice): phony demo folder by @paopa in #394
  • azure openai provider implementation by @yb-sid in #390
  • feature(ai-service): wren-ui dry-run SQL API instead of wren-engine API by @paopa in #400
  • Epic: integrate with ibis-server by @onlyjackfrost in #403
  • Release 0.4.0-rc-2 by @onlyjackfrost in #405

New Contributors

Full Changelog: 0.4.0-rc.1...0.4.0-rc.2

0.4.0-rc.1

05 Jun 04:11
e722c59

Choose a tag to compare

0.4.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.3.6...0.4.0-rc.1

0.3.6

30 May 05:27
ae81e89

Choose a tag to compare

Fixes and Chores

0.3.5

29 May 09:04
2f7cf80

Choose a tag to compare

New Features

Fixes and Chores

  • Setup rejectUnauthorized for ssl connection & add sslmode to jdbc url by @andreashimin in #302
  • Improve batch processing for creating model columns by @onlyjackfrost in #295
  • Infrastructure of Playwright end-to-end testing by @andreashimin in #276
  • Enhance data source connection error & instructions by @andreashimin in #292
  • Chore/ai-service/fix-init-providers #278
  • Chore/ai service/minor update #265
  • Chore: update indexing_pipeline.py #271
  • Refine ai pipelines by @cyyeh in #310
  • Fix python version to 3.12.0 by @cyyeh in #332
  • Feature(wren-ai-service): Automatically loading the providers #267
  • Make pipelines cleaner by @cyyeh in #309
  • Feature(wren-ai-service): pipeline timer by @imAsterSun in #298
  • Fix missing env WREN_ENGINE_VERSION by @cyyeh in #303
  • Feature(wren-ai-service): Load Test by Locust by @imAsterSun in #325

Maintenance and Documentation

New Contributors

Full Changelog: 0.3.4...0.3.5

0.3.5-rc.2

29 May 07:40
a60d1be

Choose a tag to compare

0.3.5-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.5-rc.1...0.3.5-rc.2

0.3.5-rc.1

28 May 10:35
5b9fde3

Choose a tag to compare

0.3.5-rc.1 Pre-release
Pre-release

What's Changed

  • feat(wren-ui): Infrastructure of Playwright end-to-end testing by @andreashimin in #276
  • refine readme by @cyyeh in #299
  • Chore(wren-ui): Update README.md and add migration instruction by @onlyjackfrost in #294
  • Fix: Improve batch processing for creating model columns by @onlyjackfrost in #295
  • chore(wren-ui): Enhance data source connection error & instructions by @andreashimin in #292
  • feature(wren-ai-service): Add view ID into the indexing process and the result candidates by @paopa in #301
  • Feature(wren-ai-service): pipeline timer by @imAsterSun in #298
  • fix missing env WREN_ENGINE_VERSION by @cyyeh in #303
  • fix(wren-ui): Setup rejectUnauthorized for ssl connection & add sslmode to jdbc url by @andreashimin in #302
  • Update README.md by @chilijung in #315
  • make pipelines cleaner by @cyyeh in #309
  • Update README.md by @chilijung in #320
  • Update README.md by @chilijung in #321
  • Feature(wren-ai-service): Load Test by Locust by @imAsterSun in #325
  • Feature(wren-ui): saved view as candidate by @wwwy3y3 in #305
  • feat(wren-ui): Offer view result for similar questions by @andreashimin in #307
  • release 0.3.5-rc.1 by @wwwy3y3 in #329
  • Feature(wren-ai-service): Automatically loading the providers #267
  • Feature(wren-ai-service): support to return a saved view as a Candidate #257
  • chore/ai-service/fix-init-providers #278
  • Chore/ai service/minor update #265
  • chore: update indexing_pipeline.py #271

New Contributors

Full Changelog: 0.3.4...0.3.5-rc.1

0.3.4

21 May 11:35
f6e1746

Choose a tag to compare

New Features

  • Feature: add loading props for preview data button by @fredalai in #275

Fixes and Chores

  • fix: ensure only 3 candidates returned (cherry-picked from #257) by @cyyeh
  • chore(wren-ui): Replace model preview data column name to alias by @andreashimin in #260
  • feat(wren-ui): Convert column original name by following the reference name rule by @andreashimin in #258
  • fix(wren-ui): fix auto-generated relationships by @fredalai in #263
  • chore(wren-ui): Remove unused test data by @andreashimin in #266
  • chore(wren-ui): Show AI exception errors to client when deploying manifest by @andreashimin in #264
  • fix(wren-ui/api): fix update model metadata by @fredalai in #274
  • feat(wren-ui): Update relationship rule by @fredalai in #268
  • chore/small refinements to launcher by @cyyeh in #269
  • feature(wren-launcher): enable dynamic-fields config for Wren Engine by @wwwy3y3 in #280
  • fix(wren-launcher): fix adding properties to config.properties by @wwwy3y3 in #285
  • fix(wren-ui/api): fix update model metadata API by @fredalai in #287
  • fix(wren-ui): Exclude self-referential relationship in auto-generated relationship by @andreashimin in #288

Maintenance and Documentation

Wren Engine

Refers to https://github.com/Canner/wren-engine/releases/tag/0.4.4

Module Versions

Module Name Module Version
Wren UI 0.5.6
Wren AI Service 0.3.7
Wren Engine 0.4.4

Full Changelog: 0.3.3...0.3.4

0.3.4-rc.5

21 May 10:53
2141355

Choose a tag to compare

0.3.4-rc.5 Pre-release
Pre-release

What's Changed

  • hotfix: ensure only 3 candidates returned (cherry-picked from #257) by @cyyeh
  • release 0.3.4-rc.5 by @wwwy3y3 in #291

Full Changelog: 0.3.4-rc.4...0.3.4-rc.5

0.3.4-rc.4

21 May 10:01
bbb2f74

Choose a tag to compare

0.3.4-rc.4 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.4-rc.3...0.3.4-rc.4