v0.22.0
TabbyML/tabbyv0.22.0Dec 24, 2024by github-actions[bot]
AI Summary
Introduces a notification inbox and license expiration checks, while optimizing rate limiting and pull request indexing speed.
Key Highlights
- Introduce notification inbox on homepage
- License expiration check
- Optimize rate limiter on HTTP-powered model backend
New Features
- Notification inbox
- License expiration check
Full Release Notes
## 🚀 Features * Introduce notification inbox on homepage and license expiration check. ([#3541](https://github.com/TabbyML/tabby/pull/3541)) ([#3566](https://github.com/TabbyML/tabby/pull/3566)) * Display author information for issues / pull requests in Answer Engine context card ([#3513](https://github.com/TabbyML/tabby/pull/3513)) ## 🧰 Fixed and Improvements * Refactors the pull request indexing process to enhance the speed of incremental indexing for pull docs. ([#3538](https://github.com/TabbyML/tabby/pull/3538)) * Optimize the rate limiter on the HTTP-powered model backend to reduce errors. ([#3567](https://github.com/TabbyML/tabby/pull/3567)) * Introduce rate limiting at 60 requests per minute in the tabby-webserver. ([#3484](https://github.com/TabbyML/tabby/pull/3484)) * Validate model capability prior to download. ([#3565](https://github.com/TabbyML/tabby/pull/3565)) * Fix broken tree view on Windows in CodeBrowser. ([#3528](https://github.com/TabbyML/tabby/pull/3528)) * Upgrade all Tabby Linux base images to manylinux_2_28. ([#3536](https://github.com/TabbyML/tabby/pull/3536)) ## 💫 New Contributors @aand18 made their first contribution in https://github.com/TabbyML/tabby/pull/3563 **Full Changelog**: https://github.com/TabbyML/tabby/compare/v0.21.2...v0.22.0