0.27.0
Canner/WrenAI0.27.0Aug 8, 2025by github-actions[bot]
AI Summary
This release adds support for new GPT-5 models with reasoning_effort, Snowflake key pair authentication, and support for multiple new languages.
Key Highlights
- Support for new GPT-5 models with reasoning_effort parameter
- Snowflake key pair authentication support
- Support for Arabic, Persian, Italian, and Dutch languages
- Add Zhipu AI GLM-4.5 configuration
New Features
- GPT-5 models with reasoning_effort
- Snowflake key pair authentication
- Multi-language support (Arabic, Persian, Italian, Dutch)
- Zhipu AI GLM-4.5 configuration
Full Release Notes
## Features * Add support for new GPT-5 models with `reasoning_effort` parameter in configurations by @yichieh-lu in #1875, #1880 * Provide Snowflake key pair authentication by @andreashimin in #1865, #1873 * Show intent reasoning for general answers by @fredalai in #1868 * Add support for Arabic, Persian (fa_IR), Italian, Dutch (NL) languages by @AbdullahAldakheel in #1788, @imani in #1732, @yalexbadan in #1468, @andreashimin in #1867 * Add Zhipu AI GLM-4.5 configuration by @xiearthur in #1863 ## Fixes and chores * Handle error with try/catch when mutation shouldn't have `onError` by @andreashimin in #1872 * Add custom instructions to wren-ai-service by @cyyeh in #1869 ## New Contributors * @xiearthur made their first contribution in #1863 * @AbdullahAldakheel made their first contribution in #1788 * @imani made their first contribution in #1732 * @yalexbadan made their first contribution in #1468 **Full Changelog**: https://github.com/Canner/WrenAI/compare/0.26.0...0.27.0