Skip to content

Releases: Canner/WrenAI

0.6.0

28 Jun 09:11
65329fe

Choose a tag to compare

New Features

  • Support custom LLMs through Ollama and OpenAI compatible APIs by @cyyeh in #376 and #457
  • Support MS SQL Server by @onlyjackfrost in #443
  • Enhance schema change feature and detect more affected semantic layer resources by @fredalai in #442

Fixes and Chores

Maintenance and Documentation

Notes and known issues:

  • Wren AI now supports using customized LLM. To prevent users from deleting Qdrant container and volume by themselves, we clear and reinitialize the vector database every time you start/restart the ai service. The reinitialize process might have some chance of failing and you might have to do the "deploy" action again
  • Wren AI now supports MS SQL Server as a data source, but there are some issues related to Ibis and Sqlglot and users might have issues when creating calculated fields. Canner/wren-engine#632

Full Changelog: 0.5.0...0.6.0

0.6.0-rc.2

28 Jun 07:59
e3414ca

Choose a tag to compare

0.6.0-rc.2 Pre-release
Pre-release

What's Changed

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

0.6.0-rc.1

27 Jun 09:20
89492fd

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

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

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

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

Choose a tag to compare

Fixs and Chores

Full Changelog: 0.4.1...0.4.2

0.4.1

14 Jun 12:12
9738e7a

Choose a tag to compare

Fixs and Chores

Full Changelog: 0.4.0...0.4.1

0.4.0

14 Jun 11:45
291e374

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

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