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
- Add log cursor helpers (c61453a)
- Tail management logs with cursors (95a72a4)
- Read management logs from cursors (331daa2)
- Preserve management log line counts (0d82dac)
- Bound management log cursor reads (d417fa5)
- feat(plugins): implement asynchronous config reload after plugin deletion (3b0cc91)
- Continue log cursors across rotation (917cec3)
- Disambiguate zero-offset log cursors (db3fdea)
- Avoid counting all logs for tail reads (a47c386)
- Fix ambiguous empty log cursor handling (5036513)
- fix log cursor rotation gap (0b21b07)
- Merge pull request #3850 from router-for-me/feat/log-feat (e405998)
What's Changed
- Feat/log feat by @LTbinglingfeng in #3850
Full Changelog: v7.2.5...v7.2.6