返回全部动态
LiteLLM v1.97.0-dev.1 发布:Docker 镜像签名验证及多项功能更新
原标题:v1.97.0-dev.1
AI 摘要
LiteLLM 发布了 v1.97.0-dev.1 版本,该版本的所有 Docker 镜像均使用 cosign 签名,并提供了通过提交哈希或发布标签进行验证的方法。更新内容涵盖多项功能改进和修复,包括支持 Cursor 模型名称后缀、团队回调日志修复、JWT 认证用户邮箱回填、Playground 非流式响应切换、MCP 服务器组件重命名、Rubrik 护栏的提示词审核与响应文本阻止、以及性能优化如安装 hiredis 加速 Redis 解析等。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## Verify Docker Image Signature All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d726492c814b3644b7d376029d0). **Verify using the pinned commit hash (recommended):** A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key: ```bash cosign verify \ -
发布时间:2026-08-05 16:14
抓取时间:2026-08-06 21:00
来源机构:BerriAI