mirror of https://github.com/msgbyte/tailchat
docs: release note v1.9.4
parent
766477ac17
commit
440c071321
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
title: Release Note v1.9.4
|
||||||
|
authors: moonrailgun
|
||||||
|
image: /img/logo.svg
|
||||||
|
slug: release-1.9.4
|
||||||
|
keywords:
|
||||||
|
- tailchat
|
||||||
|
tags: [Release Note]
|
||||||
|
---
|
||||||
|
|
||||||
|
### Feature updates
|
||||||
|
|
||||||
|
#### Add message search function
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Searching for chat information in a session is now supported. Because of the search is directly request to database, there will be a timeout for performance reasons. That is, if the database does not return search results within 5 seconds, it will be considered a timeout.
|
||||||
|
|
||||||
|
### Other updates
|
||||||
|
|
||||||
|
- HTTP requests add static caching to object storage and public files
|
||||||
|
- Add the environment variable `REQUEST_TIMEOUT` to customize the rpc request timeout, the default is **10 * 1000**, in milliseconds
|
||||||
|
- AI assistant adds more tips
|
||||||
|
- Add telemetry information collection (can be turned off through environment variables)
|
||||||
|
- Fix issue with iam plugin not fitting light theme in login view
|
||||||
|
- Add defer tag to tianji script
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Loading…
Reference in New Issue