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(auth): prevent stale refresh reschedules (c951466)
- Merge pull request #103 from router-for-me/auth (739ce7e)
- fix(observability): handle SQLite auth timestamps (d919ff0)
- Merge pull request #105 from router-for-me/fix/issue-104-sqlite-auth-timestamp-scan (f8dd80b)
- fix(cluster): prioritize canonical keys over legacy aliases in auth field patch (fcf9548)
What's Changed
- fix(auth): prevent stale refresh reschedules by @hkfires in #103
- fix(observability): handle SQLite auth timestamps by @GavinKung in #105
Full Changelog: v1.0.70...v1.0.71