Skip to content

Commit

Permalink
docs(changelog): add v0.22.0 release notes and remove unreleased entry (
Browse files Browse the repository at this point in the history
#3603)

* docs(changelog): add v0.22.0 release notes and remove unreleased entry

Signed-off-by: Wei Zhang <[email protected]>

* chore: fix review

Signed-off-by: Wei Zhang <[email protected]>

* chore: fix review

Signed-off-by: Wei Zhang <[email protected]>

* chore: changie merge

Signed-off-by: Wei Zhang <[email protected]>

---------

Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
zwpaper authored Dec 24, 2024
1 parent be44c91 commit 9676a92
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions .changes/v0.22.0.md
Original file line number Diff line number Diff line change
@@ -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))
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9676a92

Please sign in to comment.