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
- fix(management): use CPA membership for topology (a872b24)
- fix(cluster): use database time for CPA health (0d19049)
- Merge pull request #82 from router-for-me/topology (e424ae5)
- Revert "Merge pull request #83 from router-for-me/fix/home-401-refresh-recovery" (fe004c5)
What's Changed
Full Changelog: v1.0.65...v1.0.66