Skip to content

v7.2.28

Choose a tag to compare

@github-actions github-actions released this 22 Jun 14:42
· 1 commit to main since this release
5d9ea16

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.
  • CLIProxyAPI_<version>_linux_<arch>_no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins.

FreeBSD release assets

  • CLIProxyAPI_<version>_freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.

Changelog

  • feat(cliproxy): optimize API key alias rebuild with deferred execution and caching (079ec51)
  • fix(codex): strip model prefix for websocket payloads (36ed0e5)
  • Merge pull request #3959 from fdreamsu/codex/fix-codex-ws-prefix (290f421)
  • feat(plugins): sync home plugin manifests (c58da38)
  • Merge pull request #3963 from router-for-me/home (5d9ea16)

What's Changed

  • Fix Codex WebSocket payload model prefix rewrite / 修复 Codex WebSocket 请求体模型前缀改写 by @fdreamsu in #3959
  • feat(plugins): sync home plugin manifests by @hkfires in #3963

New Contributors

Full Changelog: v7.2.27...v7.2.28