Skip to content

Commit

Permalink
docs(changelog): update version and add websocket notice (#3001)
Browse files Browse the repository at this point in the history
* docs(changelog): update version and add websocket notice

* update
  • Loading branch information
wsxiaoys authored Aug 28, 2024
1 parent 20ac674 commit bfb25e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .changes/v0.16.0.md → .changes/v0.16.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## v0.16.0 (2024-08-26)
## v0.16.1 (2024-08-27)

### Notice
* Starting from this version, we are utilizing websockets for features that require streaming (e.g., Answer Engine and Chat Side Panel). If you are deploying tabby behind a reverse proxy, you may need to configure the proxy to support websockets.

### Features

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ 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.16.0 (2024-08-26)
## v0.16.1 (2024-08-27)

### Notice
* Starting from this version, we are utilizing websockets for features that require streaming (e.g., Answer Engine and Chat Side Panel). If you are deploying tabby behind a reverse proxy, you may need to configure the proxy to support websockets.

### Features

Expand Down

0 comments on commit bfb25e9

Please sign in to comment.