Skip to content

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Sep 10:22
· 2 commits to main since this release
31f4cfa

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(config): add v8 configuration API (d9922f0)
  • feat(api): use query params for v8 oauth routes (9a0502c)
  • Merge pull request #6154 from router-for-me/v8 (40d4b1a)
  • feat: migrate CLIProxyAPI to version 8 (31f4cfa)

What's Changed

Full Changelog: v7.3.20...v8.0.0