0.24.0

Canner/WrenAI0.24.0Jun 20, 2025by github-actions[bot]

AI Summary

A major feature release introducing new data connectors (Athena and Redshift) and enhanced LLM processing capabilities.

Key Highlights

  • Added support for Athena and Redshift connectors
  • Enhanced llm_processor to support fallback models
  • Added custom instructions support and loading states

New Features

  • Support Athena connector
  • Support Redshift connector
  • Add support for custom instructions

Full Release Notes

## Features
* Support Athena connector by @fredalai in https://github.com/Canner/WrenAI/pull/1754
* Support Redshift connector by @fredalai in https://github.com/Canner/WrenAI/pull/1761, https://github.com/Canner/WrenAI/pull/1767, https://github.com/Canner/WrenAI/pull/1769

## Enhancement
* Enhance llm_processor to support fallback models by @yichieh-lu in https://github.com/Canner/WrenAI/pull/1739
* Add option to filter fallback-triggered responses by @yichieh-lu in https://github.com/Canner/WrenAI/pull/1748
* Add support for custom instructions by @cyyeh in https://github.com/Canner/WrenAI/pull/1756
* Add loading state to Fix SQL modal by @fredalai in https://github.com/Canner/WrenAI/pull/1766

## Fixes and chores
* Update APIs by @cyyeh in https://github.com/Canner/WrenAI/pull/1726
* Fix lint, improve semantics, and minor updates by @cyyeh in https://github.com/Canner/WrenAI/pull/1746, https://github.com/Canner/WrenAI/pull/1760, https://github.com/Canner/WrenAI/pull/1763, https://github.com/Canner/WrenAI/pull/1764
* Fix security issues by @cyyeh in https://github.com/Canner/WrenAI/pull/1759
* Improve eval behavior by @cyyeh in https://github.com/Canner/WrenAI/pull/1757
* Add Bedrock example config by @Neelesh2512 in https://github.com/Canner/WrenAI/pull/1728
* Update README.md by @chilijung in https://github.com/Canner/WrenAI/pull/1741

## New Contributors
* @Neelesh2512 made their first contribution in https://github.com/Canner/WrenAI/pull/1728

**Full Changelog**: https://github.com/Canner/WrenAI/compare/0.23.0...0.24.0