Linux release assets
CLIProxyAPI_<version>_linux_<arch>.tar.gzis the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.CLIProxyAPI_<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
CLIProxyAPI_<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: allow management access in example API key safe mode (df08038)
- feat(config): default enable WebsocketAuth in LoadConfigOptional and ParseConfigBytes (4909493)
- Merge pull request #4107 from router-for-me/safemode (22bb89a)
- Merge pull request #4109 from router-for-me/websocket (3ef74dc)
- fix(auth): escalate quota backoff once per cooldown window and jitter cooldown waits (270869d)
- fix(auth): keep jittered cooldown waits within max-retry-interval (0d23f79)
- Merge pull request #4117 from router-for-me/quota-backoff-guard (4a2a3b2)
- feat(interactions): add support for Google Interactions (8b9c4da)
What's Changed
- fix: allow management access in example API key safe mode by @hkfires in #4107
- feat(config): default enable WebsocketAuth in LoadConfigOptional and ParseConfigBytes by @hkfires in #4109
- Quota backoff guard by @LTbinglingfeng in #4117
Full Changelog: v7.2.50...v7.2.51