Skip to content

v7.2.22

Choose a tag to compare

@github-actions github-actions released this 20 Jun 06:47
· 13 commits to main since this release
35c3d80

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

  • fix(registry): Conform Claude models listing to Anthropic API schema (f5484b0)
  • fix(registry): Emit Claude model created_at as RFC 3339 string (e3301ec)
  • feat(api): Route Anthropic /v1/models requests to the Claude format (c354f88)
  • Merge branch 'dev' into main (1ed1f7b)
  • feat(executor): normalize parallel_tool_calls based on tools presence (75fa626)
  • feat(translator): add support for text.format conversion in OpenAI to Gemini requests (bc652c7)
  • feat(executor): add session isolation for grok-composer models (28e2f97)
  • feat(translator): add benchmarking for convertSystemRoleToDeveloper with large inputs (379167c)
  • feat(auth): add per-auth OAuth model alias support (f66376f)
  • feat(config): add support for rebuild_mid_system_message configuration (790ec30)
  • Merge pull request #3834 from dcrdev/main (b0ca379)
  • feat(registry): improve model fallback logic and refactor Claude model handling (a79ae80)
  • feat(translator): sanitize parametersJsonSchema in OpenAI to Gemini request handling (b4bec34)
  • feat(management): add ResetQuota endpoint and auth manager quota reset functionality (5771abb)
  • feat(translator): enforce FIFO order in tool call ID consumption for Gemini requests (011ffe1)
  • feat(translator): ensure preservation of tool and call IDs in Gemini request and response translations (57e1bf9)
  • feat(registry): add "max" level and remove deprecated Gemini models (09179a7)
  • feat(translator): add support for handling video URLs in Gemini requests (35c3d80)

What's Changed

  • Conform Claude models listing to Anthropic API schema by @dcrdev in #3834

Full Changelog: v7.2.21...v7.2.22