From 69814a382273a7b8ef3b9776215afacc01bb63a4 Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Date: Sun, 8 Feb 2026 23:15:44 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20README.md=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20v2.0.1=20=E5=8F=98=E6=9B=B4=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 582788c..d99cd91 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,18 @@ MIT License ## 📝 更新日志 +### [v2.0.1] - 2026-02-08 + +#### 🐛 Bug 修复 +- ✅ 修复登录会话创建失败问题(`securecookie: the value is not valid`) +- ✅ 回退密钥处理逻辑确保向后兼容性 +- ✅ 改进会话初始化错误处理 + +#### 🔧 兼容性 +- ✅ 与 v2.0.0 Cookie 完全兼容,无需清除 +- ✅ 支持 `/api/v1/*` 和 `/api/*` 路由 +- ✅ 密钥长度不足时仅记录警告 + ### [v2.0.0] - 2026-02-08 #### 🔴 高优先级 (6项)