Skip to content

Releases: Canner/WrenAI

0.6.0-rc.1

27 Jun 09:20
89492fd
Compare
Choose a tag to compare
0.6.0-rc.1 Pre-release
Pre-release

What's Changed

Notes

  • Wren AI now supports using customized LLM. To prevent users from deleting Qdrant container and volume by themselves, we clear the vector database at the first time you migrate to this version. Users will have to do the "deploy" action to reinitialize the vector database (click the deploy button on the top right of modeling page )
  • Wren AI now supports MS SQL Server as a data source, but there are some issues and users might have issues when creating calculated fields.
  • Docker Desktop needs to be at least >= 4.27.0 since we need to support this syntax in docker-compose.yaml:
env_file:
  - path: ./default.env
    required: true # default
  - path: ./override.env
    required: false

Full Changelog: 0.5.0...0.6.0-rc.1

0.5.0

21 Jun 08:39
5734286
Compare
Choose a tag to compare

New Features

Fixs & Chores

Maintenance and Documentation

Full Changelog: 0.4.3...0.5.0

0.5.0-rc.1

20 Jun 06:53
910d732
Compare
Choose a tag to compare
0.5.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.4.3...0.5.0-rc.1

0.4.3

14 Jun 14:42
18cd67f
Compare
Choose a tag to compare

Fixs and Chores

  • fix incorrect historical question filter score issue by @cyyeh in #422

Full Changelog: 0.4.2...0.4.3

0.4.2

14 Jun 13:31
86e1fb6
Compare
Choose a tag to compare

Fixs and Chores

Full Changelog: 0.4.1...0.4.2

0.4.1

14 Jun 12:12
9738e7a
Compare
Choose a tag to compare

Fixs and Chores

Full Changelog: 0.4.0...0.4.1

0.4.0

14 Jun 11:45
291e374
Compare
Choose a tag to compare

New Features

  • Broadened the support for data sources by integrating with Ibis (by @onlyjackfrost in #403)
  • Enhanced overall stability with the addition of basic end-to-end (E2E) tests (by @fredalai in #346)
  • Improved API performance by supporting asynchronous SQL dry-run and asynchronous Qdrant components (by @paopa in #374)
  • Added kustomization manifests for Kubernetes (by @qdrddr in #385, #388, #389)
  • Support Azure openai provider by @yb-sid in #390
  • Support OpenAI-compatible API by @RoacherM in #365

Fixs and Chores

  • Add Ask pipeline load test by @imAsterSun in #335
  • Use dry-run instead of preview by @cyyeh in #340
  • Present view displayName instead of name in home page by @onlyjackfrost in #342
  • Update vote link by @fredalai in #344
  • Create SECURITY.md by @wwwy3y3 in #347
  • Update readme by @cyyeh in #361
  • Update sqlparse version by @cyyeh in #362
  • Pipelines refactor using Hamilton by @paopa in #369
  • Chore(wren-ai-service): adjust locust test by @imAsterSun in #371
  • Fix lint after upgrade axios by @onlyjackfrost in #375
  • Chore/ai service/minor updates by @cyyeh in #377
  • Move the development purpose API to the development router by @paopa in #381
  • Chore/ai service/minor update by @cyyeh in #382
  • Refactor and upgrade uvicorn version to allow process manager by @cyyeh in #386
  • Phony demo folder by @paopa in #394
  • Use Wren-ui dry-run SQL API instead of wren-engine API by @paopa in #400
  • Fix previewSql mutation for doing dry run by @onlyjackfrost in #406
  • Enhance the response for Dry-run API to Wren UI and development support by @paopa in #407
  • Fix createMany with too many input value issue by @onlyjackfrost in #412
  • Fix view id issue by @cyyeh in #413
  • chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /wren-ui by @dependabot in #348
  • chore(deps): bump axios from 0.27.2 to 0.28.0 in /wren-ui by @dependabot in #351
  • chore(deps): bump undici from 5.28.3 to 5.28.4 in /wren-ui by @dependabot in #349
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /wren-launcher by @dependabot in #353
  • chore(deps): bump github.com/docker/docker from 26.0.0+incompatible to 26.0.2+incompatible in /wren-launcher by @dependabot in #352
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /wren-launcher by @dependabot in #350

Maintenance and Documentation

Known issue

  • Can not connect PostgreSQL with SSL - #417 (will fix in 0.4.1)

New Contributors

Full Changelog: 0.3.6...0.4.0

0.4.0-rc.4

14 Jun 09:09
b652515
Compare
Choose a tag to compare
0.4.0-rc.4 Pre-release
Pre-release

What's Changed

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

0.4.0-rc.3

14 Jun 03:16
b014e68
Compare
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
Compare
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