Releases: Wei-Shaw/claude-relay-service
Releases · Wei-Shaw/claude-relay-service
Release 1.1.286
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.286
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.286
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Miscellaneous Tasks
📋 完整更新日志
查看 所有版本
Full Changelog: v1.1.285...v1.1.286
Release 1.1.285
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.285
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.285
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Bug Fixes
- 解压 streaming 响应的 gzip 压缩,修复 SSE 数据损坏 (210eba4)
Miscellaneous Tasks
- Sync VERSION file with release v1.1.285 [skip ci] (ef4de77)
📋 完整更新日志
查看 所有版本
What's Changed
- fix: 解压 streaming 响应的 gzip 压缩,修复 SSE 数据损坏 by @nanobanana123 in #1028
New Contributors
- @nanobanana123 made their first contribution in #1028
Full Changelog: v1.1.284...v1.1.285
Release 1.1.284
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.284
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.284
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Miscellaneous Tasks
- Sync VERSION file with release v1.1.284 [skip ci] (96ed57e)
📋 完整更新日志
查看 所有版本
What's Changed
- Title: feat: 账户错误历史记录 + 完善 disableAutoProtection 覆盖 by @SunSeekerX in #1024
Full Changelog: v1.1.283...v1.1.284
Release 1.1.283
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.283
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.283
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Bug Fixes
- 切换统一端点 Gemini 处理器为 standard 版本,支持 API Key 账户 (5b01838)
- 更新上游模型定价文件 (68d1391)
- 拦截 1M 上下文窗口请求,避免不支持的账户被误标记为限流 (81c7a20)
Features
- 统一端点返回标准 OpenAI Chat Completions 格式 (a6f8800)
Miscellaneous Tasks
- Sync VERSION file with release v1.1.283 [skip ci] (6aa416e)
📋 完整更新日志
查看 所有版本
What's Changed
- feat: /v1/chat/completions 返回标准 OpenAI Chat Completions 格式 by @DragonFSKY in #1015
- fix: 切换 /v1/chat/completions Gemini 处理器为 standard 版本,支持 API Key 账户 by @DragonFSKY in #1013
- fix: 拦截 1M 上下文窗口请求,避免账户被误标记为限流 by @yuanhaitao in #1016
Full Changelog: v1.1.282...v1.1.283
Release 1.1.282
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.282
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.282
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Bug Fixes
Features
- 增强费用计算逻辑,支持实时和存储费用的处理 (915544c)
Miscellaneous Tasks
- Sync VERSION file with release v1.1.282 [skip ci] (0901a27)
Refactor
- 重构 Fast Mode 相关逻辑 (a3d6b44)
📋 完整更新日志
查看 所有版本
What's Changed
- fix: 补全账户临时不可用检查,修复粘性会话不自动切换 by @DragonFSKY in #1008
- claude计费相关修改 by @sczheng189 in #1009
Full Changelog: v1.1.281...v1.1.282
Release 1.1.281
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.281
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.281
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Bug Fixes
- Strip unsupported cache_control fields for Bedrock compatibility (bf6b193)
- Add claude-opus-4-6 mapping and strip [1m] suffix for Bedrock (6acdd0b)
- Use global inference profile for claude-opus-4-6 mapping (7aa8015)
- Handle split chunks correctly in stream usage capture (29d36bd)
- Resolve incomplete fix and race conditions in usage capture (3f0dabc)
- ESLint errors in _sanitizeCacheControl — strict equality and curly braces (9256d02)
- 修复 Claude 周额度统计范围,从仅 Opus 扩展到全部 Claude 模型 (67a81e4)
- 修复claude code客户端system billing-header部分的判断 (ba7024a)
Features
- Support 1M context window via anthropic_beta header for Bedrock (8967e86)
- Add per-API-key weekly cost reset day/hour configuration (955b2af)
- Add gemini-3.1-pro-preview model support (9bf52c6)
Miscellaneous Tasks
- Sync VERSION file with release v1.1.281 [skip ci] (5d0c814)
Styling
- Format enterprise profile mapping line for prettier (a8afb15)
- Apply linter fixes for code quality check (3f81afa)
📋 完整更新日志
查看 所有版本
What's Changed
- fix: 修复 Claude 周额度统计范围,从仅 Opus 扩展到全部 Claude 模型 by @yuanhaitao in #1002
- feat: add gemini-3.1-pro-preview model support by @mylukin in #997
- Sticky session: support OpenClaw prompt_cache_key fallback by @shiiwuz in #969
- fix: Bedrock compatibility — 修复了 bedrock 不能用的问题. cache_control sanitization, Opus 4.6 mapping, [1m] suffix stripping by @bensonz in #965
- Fix Claude Enterprise account type detection from OAuth profile by @Jackwwg83 in #979
- fix(gemini): resolve stream usage data loss due to split chunks by @codsaf in #981
- feat: add per-API-key weekly cost reset day/hour configuration by @yptse123 in #996
New Contributors
- @yuanhaitao made their first contribution in #1002
- @shiiwuz made their first contribution in #969
- @bensonz made their first contribution in #965
- @Jackwwg83 made their first contribution in #979
- @codsaf made their first contribution in #981
- @yptse123 made their first contribution in #996
Full Changelog: v1.1.280...v1.1.281
Release 1.1.280
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.280
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.280
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Bug Fixes
- 修复上游400错误被错误映射为E015/500的问题 (8f88cf8)
- 识别 403 permission_error 为账号封禁状态,避免 30 分钟无限循环 (ce7df12)
- 添加对 ephemeral 5m 和 1h 令牌的支持,优化费用计算逻辑 (5376428)
Features
Miscellaneous Tasks
- Sync VERSION file with release v1.1.280 [skip ci] (b227617)
Mod
- 修改1m上下文的硬编码费用计算 (1d90500)
📋 完整更新日志
查看 所有版本
What's Changed
- feat: 1m上下文计费,1h计费 by @sczheng189 in #952
- fix: errorSanitizer 无法识别 Anthropic 错误格式导致 400 误映射为 E015/500 by @sususu98 in #986
- fix: 识别 403 permission_error 为账号封禁状态,避免 30 分钟无限循环 by @DragonFSKY in #991
New Contributors
- @DragonFSKY made their first contribution in #991
Full Changelog: v1.1.279...v1.1.280
Release 1.1.279
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.279
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.279
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Miscellaneous Tasks
- Sync VERSION file with release v1.1.279 [skip ci] (d6ced98)
📋 完整更新日志
查看 所有版本
What's Changed
Full Changelog: v1.1.278...v1.1.279
Release 1.1.274
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.274
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.274
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Bug Fixes
- Update the limit logic, and if the daily limit is not reached after reaching the opus weekly limit, other claude models can be used (f444af4)
Miscellaneous Tasks
- Sync VERSION file with release v1.1.274 [skip ci] (02e82cd)
📋 完整更新日志
查看 所有版本
What's Changed
- fix: update the claude model limit logic by @TyrantLucifer in #966
New Contributors
- @TyrantLucifer made their first contribution in #966
Full Changelog: v1.1.273...v1.1.274
Release 1.1.273
🐳 Docker 镜像
docker pull weishaw/claude-relay-service:v1.1.273
docker pull weishaw/claude-relay-service:latest
docker pull ghcr.io/wei-shaw/claude-relay-service:v1.1.273
docker pull ghcr.io/wei-shaw/claude-relay-service:latest📦 主要更新
[unreleased]
Miscellaneous Tasks
- Sync VERSION file with release v1.1.273 [skip ci] (0efb634)
📋 完整更新日志
查看 所有版本
What's Changed
- feat: 统一上游错误自动暂停调度 + 服务目录重构 by @SunSeekerX in #964
Full Changelog: v1.1.272...v1.1.273