-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): add v0.21.0 release notes and remove unreleased entry (
#3497) * docs(changelog): add v0.21.0 release notes and remove unreleased entry * update
- Loading branch information
Showing
3 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
.changes/unreleased/Fixed and Improvements-20241126-151903.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## v0.21.0 (2024-12-02) | ||
|
||
### Notice | ||
|
||
* Due to changes in the indexing format, the `~/.tabby/index` directory will be automatically removed before any further indexing jobs are run. It is expected that the indexing jobs will be re-run (instead of incrementally) after the upgrade. | ||
|
||
### Features | ||
|
||
* Support connecting to llamafile model backend. | ||
* Display **Open** / **Closed** state for issues / pull requests in Answer Engine context card. | ||
* Support deleting the entire thread in Answer Engine. | ||
* Add rate limiter options for HTTP-powered model backends. | ||
|
||
### Fixed and Improvements | ||
|
||
* Fixed a panic that occurred when specifying a local model ([#3464](https://github.com/TabbyML/tabby/issues/3464)) | ||
* Add pagination to Answer Engine threads. | ||
* Fix Vulkan binary distributions. | ||
* Improve the retry logic for chunk embedding computation in indexing job. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters