Linux release assets
CLIProxyAPIHome_<version>_linux_<arch>.tar.gzis the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.CLIProxyAPIHome_<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
CLIProxyAPIHome_<version>_freebsd_amd64.tar.gzis the FreeBSD amd64 build. It supports dynamic library plugins.CLIProxyAPIHome_<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(resp): add CAS compare-and-swap command (8da61df)
- Merge pull request #80 from router-for-me/fix/resp-cas-command (3b09a53)
- fix(auth): keep execution 401 failures recoverable (ccb1d18)
- fix(auth): disable only terminal refresh failures (9bd0a00)
- fix: harden Home credential refresh recovery (442b401)
- Merge pull request #83 from router-for-me/fix/home-401-refresh-recovery (9763124)
What's Changed
- feat(resp): add CAS compare-and-swap command by @sususu98 in #80
- Fix/home 401 refresh recovery by @LTbinglingfeng in #83
Full Changelog: v1.0.64...v1.0.65