Skip to content

v7.2.80

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 22:04
09da52a

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: publish usage event for xAI images/generations path (9f500ae)
  • Merge remote-tracking branch 'origin/pr-4344' into dev (3cb2d27)
  • fix: complete xAI image usage reporting (466cee6)
  • feat(translator): improve error handling and response conversion for incomplete statuses (09da52a)

What's Changed

  • fix: publish usage event for xAI images/generations path by @mvanhorn in #4344

New Contributors

Full Changelog: v7.2.79...v7.2.80