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(quota): add credential quota snapshots (4d80c51)
- Merge PR #42: add credential quota snapshots (cc4e6ad)
- feat(quota, management): enhance quota management and add new tests (b8cc560)
What's Changed
- feat(quota): add credential quota snapshots by @GavinKung in #42
Full Changelog: v1.0.55...v1.0.56