Skip to content

v1.0.0-rc.27

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 10:55
· 5 commits to main since this release
eb48396

⚠️ IMPORTANT WARNING / 重要警告 ⚠️

最新版已增加插件系统测试版本,系统架构大改,有bug请立即报告。对于切换到这个版本的用户,需要重新配置所有的视频模型价格!不推荐生产环境使用

The latest version introduces an experimental plugin system with major architectural changes. Please report any bugs immediately. Users switching to this version MUST reconfigure all video model prices! Not recommended for production environments.

New Features

  • Replaced built-in task adaptors with a new sandboxed JavaScript plugin system (#7076)
  • Added support for GLM channel /v1/responses endpoint (#7050)
  • Enabled passthrough of Claude Messages and OpenAI Responses for Ollama (#7051)

Bug Fixes

  • Fixed an issue in billing where a constantly true time rule expression caused multipliers to apply all day (#6934)
  • Restored the ability for administrators to unbind built-in providers in the web interface (#6987)
  • Fixed docker development build context by adding relaykit go.mod (#7072)

Other

  • Updated PR templates and removed the PR Check workflow (#7053)

What's Changed

  • feat: glm chanel /v1/responses by @seefs001 in #7050
  • feat(ollama): passthrough Claude Messages and OpenAI Responses by @seefs001 in #7051
  • docs: update PR template and remove PR Check workflow by @seefs001 in #7053
  • fix(web): restore admin unbinding for built-in providers by @zcxads666 in #6987
  • fix(billing): 修复时间规则区间恒真表达式导致倍率全天生效 by @zcxads666 in #6934
  • fix(docker): add relaykit go.mod to dev build context by @VladKabiak in #7072
  • feat(task): replace built-in task adaptors with a sandboxed JS plugin system by @Calcium-Ion in #7076

New Contributors

Full Changelog: v1.0.0-rc.26...v1.0.0-rc.27