Skip to content

v7.2.21

Choose a tag to compare

@github-actions github-actions released this 19 Jun 16:59
· 18 commits to main since this release
4c78e40

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(translator): attach reasoning_content to assistant and tool messages in OpenAI response conversion (1b849b6)
  • chore(deps): bump github.com/jackc/pgx/v5 from v5.7.6 to v5.9.2 (1581700)
  • feat(translator): preserve input_audio fields in OpenAI request conversions (51aa5ba)
  • feat(translator): defer Codex function call starts until function name is available (34639c3)
  • feat(schema): add removal of $comment and enumDescriptions in JSON schema processing (c44d4fc)
  • feat(auth): unify provider key handling with OpenAI compatibility support (4c78e40)

Full Changelog: v7.2.20...v7.2.21