Summary
This release improves OpenAPI and OAuth reliability: Set-Cookie is now persisted across calls per downstream session, OpenAPI spec document downloads authenticate with configured credentials, and 401 auto-discovery is restored for URL-only Streamable HTTP servers. It also bounds graceful shutdown for long-lived connections, removes stale vector embeddings when renaming a server, fixes a broken star history chart, and bumps the js-yaml dependency.
Features
- Feat(openapi): persist Set-Cookie across calls per downstream session by @samanhappy in #1047
Fixes
- Remove vector embeddings under old name when renaming a server by @samanhappy with @Copilot in #1041
- Fix: bound graceful shutdown for long-lived connections by @quseijuro-design in #1042
- Fix(oauth): restore 401 auto-discovery for URL-only Streamable HTTP servers by @samanhappy in #1046
- Fix(openapi): authenticate spec document download with configured credentials by @samanhappy in #1048
- Docs: fix broken star history chart by @OctoBored in #1049
- Chore(deps): bump js-yaml from 4.3.0 to 4.3.1 by @dependabot[bot] in #1038
摘要
本版本提升了 OpenAPI 与 OAuth 的可靠性:Set-Cookie 现按下游会话在调用间持久化,OpenAPI spec 文档下载使用已配置凭证进行认证,并为仅 URL 的 Streamable HTTP 服务器恢复 401 自动发现。同时为长连接引入有界的优雅关闭,重命名服务器时清理残留的向量嵌入,修复失效的 star history 图表,并升级 js-yaml 依赖。
功能
- OpenAPI:Set-Cookie 按下游会话在调用间持久化 by @samanhappy in #1047
修复
- 重命名服务器时移除旧名称下的向量嵌入 by @samanhappy with @Copilot in #1041
- 为长连接设置有界的优雅关闭 by @quseijuro-design in #1042
- OAuth:为仅 URL 的 Streamable HTTP 服务器恢复 401 自动发现 by @samanhappy in #1046
- OpenAPI:使用已配置凭证认证 spec 文档下载 by @samanhappy in #1048
- 文档:修复失效的 star history 图表 by @OctoBored in #1049
- 依赖升级:js-yaml 4.3.0 -> 4.3.1 by @dependabot[bot] in #1038
New Contributors
- @quseijuro-design made their first contribution in #1042
- @OctoBored made their first contribution in #1049
References
- Feat(openapi): persist Set-Cookie across calls per downstream session by @samanhappy in #1047
- Remove vector embeddings under old name when renaming a server by @samanhappy with @Copilot in #1041
- Fix: bound graceful shutdown for long-lived connections by @quseijuro-design in #1042
- Fix(oauth): restore 401 auto-discovery for URL-only Streamable HTTP servers by @samanhappy in #1046
- Fix(openapi): authenticate spec document download with configured credentials by @samanhappy in #1048
- Docs: fix broken star history chart by @OctoBored in #1049
- Chore(deps): bump js-yaml from 4.3.0 to 4.3.1 by @dependabot[bot] in #1038
- Full changelog: v1.0.28...v1.0.29