From 9676a92ed4bb55a664e3beac16dc8937e629f2ca Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Tue, 24 Dec 2024 14:02:57 +0800 Subject: [PATCH] docs(changelog): add v0.22.0 release notes and remove unreleased entry (#3603) * docs(changelog): add v0.22.0 release notes and remove unreleased entry Signed-off-by: Wei Zhang * chore: fix review Signed-off-by: Wei Zhang * chore: fix review Signed-off-by: Wei Zhang * chore: changie merge Signed-off-by: Wei Zhang --------- Signed-off-by: Wei Zhang --- .../Fixed and Improvements-20241212-095738.yaml | 3 --- .changes/v0.22.0.md | 15 +++++++++++++++ CHANGELOG.md | 16 ++++++++++++++++ 3 files changed, 31 insertions(+), 3 deletions(-) delete mode 100644 .changes/unreleased/Fixed and Improvements-20241212-095738.yaml create mode 100644 .changes/v0.22.0.md diff --git a/.changes/unreleased/Fixed and Improvements-20241212-095738.yaml b/.changes/unreleased/Fixed and Improvements-20241212-095738.yaml deleted file mode 100644 index 6576a756eb95..000000000000 --- a/.changes/unreleased/Fixed and Improvements-20241212-095738.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed and Improvements -body: Refactors the pull request indexing process to enhance the speed of incremental indexing for pull docs. -time: 2024-12-12T09:57:38.860665+08:00 diff --git a/.changes/v0.22.0.md b/.changes/v0.22.0.md new file mode 100644 index 000000000000..c71565a317d6 --- /dev/null +++ b/.changes/v0.22.0.md @@ -0,0 +1,15 @@ +## v0.22.0 (2024-12-23) + +### 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)) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff8dd931c69..3f0f7e1ba82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.22.0 (2024-12-23) + +### 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)) + ## v0.21.2 (2024-12-18) ### Notice