v1.0.53
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(oauth): harden cluster session lifecycle (3aa44fe)
- fix(oauth): improve error handling for OAuth session merging and add session expiration cleanup (6f0406c)
- Merge pull request #34 from router-for-me/codex/fix-cluster-oauth-state (cd0b03e)
- feat(billing): add tiered context price matching (b82be3d)
- feat(management): expose tiered billing controls (909420e)
- fix(billing): distinguish cache bucket semantics (0252c3b)
- fix(billing): harden settings and tier validation (94dbdbf)
- fix(billing): honor OpenAI-compatible cache semantics (a710171)
- Merge pull request #35 from router-for-me/codex/issue-33-tiered-billing (42ef303)
What's Changed
- fix(oauth): harden cluster session lifecycle by @LTbinglingfeng in #34
- Codex/issue 33 tiered billing by @LTbinglingfeng in #35
Full Changelog: v1.0.52...v1.0.53