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(models): expose billing provider identities (49706dc)
- Merge pull request #54 from router-for-me/fix/billing-model-provider-contract (34959bf)
- feat(cluster): add batching mechanism for derived column backfill (7a6aafa)
What's Changed
- fix(models): expose billing provider identities by @GavinKung in #54
Full Changelog: v1.0.58...v1.0.59