2.x is a rewrite and is not compatible with 1.x data, start 2.x from an empty database and a new encryption.key.
2.x 是全新重写版本,与 1.x 数据不兼容,请以全新数据库和新的 encryption.key 部署 2.x。
What's Changed
- feat(scheduler): 统一凭据权重并调整模型错误重试 by @tbphp in #597
- feat(subscription): support custom upstream URLs by @codetypess in #579
- feat(subscription): 支持多格式订阅凭据导入 by @tbphp in #596
- feat(gateway): 统一全局请求重试预算 by @tbphp in #598
- feat(health): 支持凭据按模型冷却与统一恢复 by @tbphp in #599
- fix(web): 兼容 HTTP 密钥复制并统一失败弹窗 by @tbphp in #602
- fix(gateway): 修复协议查询参数与零输出边界 by @tbphp in #603
- feat(images): 支持 Antigravity 与 Gemini 共享生图转换 by @tbphp in #605
- feat(gateway): 接入原生文本重排序协议 by @tbphp in #607
- refactor(cooldown): 精简模型冷却展示与管理接口 by @tbphp in #606
- feat(monitor): 统一日志与用量的时间筛选交互 by @tbphp in #608
- feat(access-keys): 支持自定义密钥并统一编辑与生成交互 by @tbphp in #611
New Contributors
- @codetypess made their first contribution in #579
Full Changelog: v2.0.0-rc.10...v2.0.0-rc.11