Skip to content

v7.2.134

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Aug 17:45
b8fbe70

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(claude,gemini,openai): preserve upstream stream errors when no data payload is emitted (92f03e6)
  • feat(claude): map OpenAI service_tier to Claude speed in responses requests (7eefab9)
  • test(antigravity): cover schema sanitizer semantics (e23395a)
  • fix(antigravity): preserve schema semantics (7d55d0d)
  • Merge pull request #5008 from shengyy/fix/antigravity-schema-semantics (361fe95)
  • feat(auth): add request-scoped error action handling in conductor (aa10847)
  • fix(auth): share session affinity across model variant suffixes (00c4377)
  • docs(readme): remove obsolete ecosystem links for PPAP and Alex (75e2454)
  • fix(auth): stop old selectors when replacing manager selector and harden cache stop concurrency (b8fbe70)

What's Changed

  • fix(antigravity): preserve response and tool schema semantics by @shengyy in #5008

New Contributors

Full Changelog: v7.2.133...v7.2.134