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,6 +1,6 @@
{
"core/wren-core-py": "0.7.1",
"core/wren": "0.12.0",
"core/wren": "0.12.1",
"core/wren-core-wasm": "0.4.1",
"sdk/wren-langchain": "0.2.0",
"sdk/wren-pydantic": "0.2.0"
Expand Down
12 changes: 12 additions & 0 deletions core/wren/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.12.1](https://github.com/Canner/WrenAI/compare/wren-v0.12.0...wren-v0.12.1) (2026-07-10)


### Bug Fixes

* **clickhouse:** use unquote (not unquote_plus) for URL credentials; decode database ([#2436](https://github.com/Canner/WrenAI/issues/2436)) ([d9ba1a1](https://github.com/Canner/WrenAI/commit/d9ba1a13087b2438217623f3d6832189877cd401))
* **deps:** patch idna, cryptography, and pytest security advisories ([#2458](https://github.com/Canner/WrenAI/issues/2458)) ([8c72492](https://github.com/Canner/WrenAI/commit/8c724925aae679281e30a872469ecf20d85a854c))
* **oracle:** URL-decode credentials from connection_url ([#2434](https://github.com/Canner/WrenAI/issues/2434)) ([7db2651](https://github.com/Canner/WrenAI/commit/7db2651726efaeda4a38e05cae3a4c4b8a7b06ff))
* **sdk:** URL-decode ClickHouse connection-URL credentials and database ([#2444](https://github.com/Canner/WrenAI/issues/2444)) ([f178cfe](https://github.com/Canner/WrenAI/commit/f178cfefded33e3de60407f81940258ddb1ea1f0))
* **trino:** URL-decode credentials and identifiers from connection URL ([#2435](https://github.com/Canner/WrenAI/issues/2435)) ([51ed348](https://github.com/Canner/WrenAI/commit/51ed34885e1946cd3f20d38e60c36c3add3e614a))
* **type-mapping:** fall back on sqlglot TokenError, not just ParseError ([#2433](https://github.com/Canner/WrenAI/issues/2433)) ([b7cecc7](https://github.com/Canner/WrenAI/commit/b7cecc77643b7c30a084802c9057a99c0aae26e8))

## [0.12.0](https://github.com/Canner/WrenAI/compare/wren-v0.11.0...wren-v0.12.0) (2026-07-06)


Expand Down
2 changes: 1 addition & 1 deletion core/wren/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "wrenai"
version = "0.12.0"
version = "0.12.1"
description = "Wren AI CLI and Python SDK — semantic SQL layer for 20+ data sources"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion core/wren/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.