Linux release assets
CLIProxyAPI_<version>_linux_<arch>.tar.gzis 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.gzis 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.gzis the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.
Changelog
- feat(pluginstore): fetch and install plugins from latest release (40f4b8b)
- feat(management): resolve plugin store versions from latest releases (220b4e5)
- feat(pluginstore): make registry version field optional (b2b5d10)
- fix(plugins): expose saved plugin config (b60ec43)
- Merge pull request #3821 from router-for-me/feat/plugin-latest-release-check (cbaea35)
- fix(plugins): guard config read with mutex (4f5f1b8)
- docs(plugins): document config get endpoint in Chinese readme (b29851d)
- Merge pull request #3822 from router-for-me/fix/plugin-config-get-endpoint (c006e67)
What's Changed
- Feat/plugin latest release check by @LTbinglingfeng in #3821
- fix(plugins): expose saved plugin config by @LTbinglingfeng in #3822
Full Changelog: v7.1.71...v7.1.72