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.
Changelog
- refactor(release): enhance release workflow with changelog generation and improved note handling (5633c93)
- feat(translator): add usage token details for cache input/output aggregation (9dbf4cd)
- feat(pluginstore): add plugin store support (e38ba28)
- Merge pull request #3818 from router-for-me/Plugin-stone (0626b22)
- refactor(translator): update test strings to use English for consistency (69b7462)
- feat(pluginhost, api): add support for "X-CPA-SUPPORT-PLUGIN" header with CGO detection (049ced5)
What's Changed
- feat(pluginstore): add lightweight plugin store installer APIs by @LTbinglingfeng in #3818
Full Changelog: v7.1.68...v7.1.69