Files
chat/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-11-06-v1.9.4.md
2026-04-25 16:36:34 +08:00

29 lines
865 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 版本发布日志 v1.9.4
authors: moonrailgun
image: /img/logo.svg
slug: release-1.9.4
keywords:
- tailchat
tags: [Release Note]
---
### 特性更新
#### 增加消息搜索功能
![](/img/blog/release-note/v1.9.4/1.png)
![](/img/blog/release-note/v1.9.4/2.png)
现在支持在会话中对聊天信息进行搜索因为是直接在数据库中搜索考虑到性能原因会有一个超时时间即5s内数据库没有返回搜索结果即视为超时。
### 其他更新
- http请求对对象存储与公共文件增加静态缓存
- 增加环境变量 `REQUEST_TIMEOUT` 用于自定义rpc请求超时时间默认**10 * 1000**, 单位毫秒
- AI助手增加更多提示
- 增加遥测信息收集(可以通过环境变量关闭)
- 修复 iam 插件不适合登录视图中的浅色主题的问题
- 为tianji脚本增加defer标记