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): expose editable auth metadata (37765ce)
- test(cluster): remove period-limit time dependency (3d4a2e2)
- test(management): cover auth metadata round trips (490199b)
- Merge pull request #71 from router-for-me/fix/issue-90-auth-file-metadata (6f2dad6)
- fix(quota): separate Codex active limit families (c32d2ae)
- Merge pull request #76 from router-for-me/fix/issue-92-codex-quota-active-limit (1351199)
- feat(cluster): add membership takeover handling (8c8f1b5)
- test(membership): add test for takeover liveness at database time (fe778c6)
- feat(membership): add InstanceID to membership subscription and migration handling (dbc4df7)
- Merge pull request #77 from router-for-me/cluster (5014e48)
- feat(cluster): enhance usage observability with query dependencies and tests (b93024f)
- Merge pull request #78 from router-for-me/db (b58424c)
What's Changed
- fix(management): expose editable auth metadata by @GavinKung in #71
- fix(quota): separate Codex active limit families by @GavinKung in #76
- Add membership takeover handling and related tests by @hkfires in #77
- feat(cluster): enhance usage observability with query dependencies and tests by @hkfires in #78
Full Changelog: v1.0.63...v1.0.64