github Calcium-Ion/new-api v0.4.6.1

2 days ago

What's Changed

[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

Don't miss a new new-api release

NewReleases is sending notifications on new releases.