Releases: Calcium-Ion/new-api
Releases · Calcium-Ion/new-api
v0.4.6.7
v0.4.6.6
feat: support channel request proxy
v0.4.6.5.1
Full Changelog: v0.4.6.5...v0.4.6.5.1
v0.4.6.5
What's Changed
- feat: 新增渠道管理与模型列表获取 by @yinuan-i in #694
- feat: add support for o3-mini models in model ratio and request handling
New Contributors
Full Changelog: v0.4.6.3...v0.4.6.5
v0.4.6.4
v0.4.6.3
Full Changelog: v0.4.6.2.2...v0.4.6.3
v0.4.6.2.2
v0.4.6.2.1
Full Changelog: v0.4.6.2...v0.4.6.2.1
v0.4.6.2
What's Changed
- feat: 更新模型和模型倍率 by @HynoR in #709
- Feat: 日志查询增加渠道名称显示 by @detecti1 in #699
- fix: incorrect whisper audio usage by @maranello-o in #705
New Contributors
- @detecti1 made their first contribution in #699
- @maranello-o made their first contribution in #705
Full Changelog: v0.4.6.1...v0.4.6.2
v0.4.6.1
What's Changed
- refactor: access_token auth by @Calcium-Ion in #693
[v0.4.6.1] - 2025-01-06
⚠️ BREAKING CHANGES
- 修改了 access_token 鉴权机制 (access_token是个人设置里的“系统访问令牌”,不是令牌不是sk-xxx别乱传行不行)
- 现在需要在请求头中添加
New-Api-User
字段 New-Api-User
的值必须为用户 ID- 不包含此请求头的 access_token 鉴权将会失败
- 现在需要在请求头中添加
📝 Migration Guide
如果您正在使用 access_token 鉴权,需要进行以下更新:
# 旧版请求
Authorization: Bearer <access_token>
# 新版请求
Authorization: Bearer <access_token>
New-Api-User: <user_id>
Full Changelog: v0.4.6.0...v0.4.6.1