Skip to content

Commit 79bc572

Browse files
docs: update changelog for v0.8.3 [skip ci]
Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4d815eb commit 79bc572

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44

55
---
66

7+
## v0.8.3 (2026-05-28)
8+
9+
### 新增
10+
11+
- 从 Anthropic 流式响应中的 thinking signature 解析实际模型,避免上游中转层改写模型名导致的计费偏差 (#1223)
12+
13+
### 优化
14+
15+
- 公开状态页 Redis 聚合与轮询性能优化:引入 Redis 预聚合和增量更新机制,大幅降低状态页重建开销 (#1211) [@tesgth032](https://github.com/tesgth032)
16+
17+
### 修复
18+
19+
- 修复 getSelf 用户列表返回数据形状不完整的问题 (#1213)
20+
- 修复代理层 Responses API 输出中 nullable 字段(content、summary、annotations、logprobs 等)未正确规范化的问题 (#1220)
21+
22+
### 其他
23+
24+
- 将 Codex 测试模型升级到 GPT-5.5 (#1221) [@tesgth032](https://github.com/tesgth032)
25+
- 新增大量单元测试覆盖:thinking signature 模型解析、Responses 输出规范化、公开状态页聚合逻辑、Codex 供应商覆写等
26+
- i18n 翻译文件更新
27+
28+
---
29+
730
## v0.7.4 (2026-04-28)
831

932
### 修复

0 commit comments

Comments
 (0)