Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"core/wren-core-py": "0.7.1",
"core/wren": "0.11.0",
"core/wren-core-wasm": "0.4.1",
"core/wren-core-wasm": "0.5.0",
"sdk/wren-langchain": "0.2.0",
"sdk/wren-pydantic": "0.2.0"
}
15 changes: 15 additions & 0 deletions core/wren-core-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.5.0](https://github.com/CloudEngineHub/WrenAI/compare/wren-core-wasm-v0.4.1...wren-core-wasm-v0.5.0) (2026-07-04)


### Features

* add wren-core-wasm module with browser WASM support ([#1568](https://github.com/CloudEngineHub/WrenAI/issues/1568)) ([5165a20](https://github.com/CloudEngineHub/WrenAI/commit/5165a2099aeb7c9d7fef4ec78771e9efcb58db1c))
* **core:** import wren-engine into core/ ([cc9b67f](https://github.com/CloudEngineHub/WrenAI/commit/cc9b67f593bf94c7418e0abb0ed46aa4a21613c3))
* **core:** import wren-engine into core/ ([#2209](https://github.com/CloudEngineHub/WrenAI/issues/2209)) ([8b8a1a3](https://github.com/CloudEngineHub/WrenAI/commit/8b8a1a3c5bf2a43d56ea1587782a0d5d853803b2))
* **wasm:** full Cube support — validate, translate, PyO3, CLI, WASM, docs ([#2282](https://github.com/CloudEngineHub/WrenAI/issues/2282)) ([026111e](https://github.com/CloudEngineHub/WrenAI/commit/026111e54ec31e7165f9fd79c5c998070e66626c))


### Bug Fixes

* **wren-core-wasm:** drive query() through a tokio runtime (UNION ALL trap) ([#2291](https://github.com/CloudEngineHub/WrenAI/issues/2291)) ([f0748f5](https://github.com/CloudEngineHub/WrenAI/commit/f0748f58a412a7708c39dae1e64ffeb13aa33dd6))

## [0.4.1](https://github.com/Canner/WrenAI/compare/wren-core-wasm-v0.4.0...wren-core-wasm-v0.4.1) (2026-05-15)


Expand Down
2 changes: 1 addition & 1 deletion core/wren-core-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrenai/wren-core-wasm",
"version": "0.4.1",
"version": "0.5.0",
"description": "Browser-native semantic SQL engine powered by DataFusion WASM",
"type": "module",
"main": "dist/index.js",
Expand Down