Skip to content

v7.2.12

Choose a tag to compare

@github-actions github-actions released this 16 Jun 19:47
· 5 commits to main since this release
8d2c00c

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.gz is 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.gz is 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 Enabled behavior to false and expand test coverage (8d2c00c)

What's Changed

Full Changelog: v7.2.11...v7.2.12