v0.30.2
TabbyML/tabbyv0.30.2Aug 7, 2025by github-actions[bot]
AI Summary
A patch release addressing database pool timeout issues and updating the underlying llama.cpp library with new configuration options.
Key Highlights
- Updated to sqlx 0.7.3 to resolve database pool timeout errors.
- Bumped llama.cpp to version b6047.
- Exposed Flash Attention LLAMA flag as an environment variable.
New Features
- Environment variable exposure for Flash Attention LLAMA.
Full Release Notes
## ⚠️ Notice * This is a patch release, please also check [the full release note](https://github.com/TabbyML/tabby/releases/tag/v0.30.0) for 0.30. ## 🧰 Fixed and Improvements * Use 0.7.3 sqlx to avoid database pool timeout. [#4328](https://github.com/TabbyML/tabby/pull/4328) * Bump llama.cpp to b6047. [#4330](https://github.com/TabbyML/tabby/pull/4330) * Expose the Flash Attention LLAMA flag as an environment variable. [#4323](https://github.com/TabbyML/tabby/pull/4323)