v1.0.70
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
- feat(management): expose max-retry-credentials (ceff724)
- feat: add interactions API key configuration (637a81b)
- fix(cluster): preserve generated credential import idempotency (0609dd4)
- Merge pull request #100 from router-for-me/api (47c657a)
- fix(management): reject ambiguous credential matches (7082508)
- feat(cluster): support postgres URI and slow SQL config (4a716e6)
- feat(db): coordinate postgres schema migrations (ed2535e)
- feat(cluster): enhance heartbeat and election logic with home incarnation support (6283438)
- Merge pull request #101 from router-for-me/sql (b775648)
- feat(quota): gate probes on recent usage (ff88c77)
- feat(quota): refactor auth resolution and improve error handling in collectors (02dca43)
- fix(cluster): preserve pending quota probe schedules (63195d7)
- feat(models): add latest model registry entries (80dc12d)
- Merge pull request #102 from router-for-me/quota (08e56d5)
What's Changed
- Expose interactions API key and max retry credentials by @hkfires in #100
- Support PostgreSQL URI and slow SQL configuration by @hkfires in #101
- Gate quota probes on recent usage and improve error handling by @hkfires in #102
Full Changelog: v1.0.69...v1.0.70