v7.2.12
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(pluginhost): avoid holding host lock during plugin lifecycle (13f51d9)
- fix(management): reload plugins asynchronously after changes (a65ced4)
- Add runtime config clone (7f026e1)
- Use config snapshots for management reload (a4756ab)
- Stabilize management reload race tests (7b16321)
- Fix management reload snapshot ordering (a3c87ce)
- Treat loading plugins as busy (09596d2)
- Merge pull request #3872 from router-for-me/codex/pluginhost-async-reload (125c092)
- feat(plugin-config): update default plugin
Enabledbehavior to false and expand test coverage (8d2c00c)
What's Changed
- Fix async plugin reload races by @LTbinglingfeng in #3872
Full Changelog: v7.2.11...v7.2.12