Skip to content

v7.1.70

Choose a tag to compare

@github-actions github-actions released this 12 Jun 17:11
· 49 commits to main since this release
44d3066

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.

Changelog

  • feat(pluginstore, pluginhost): add plugin unload handling and preserve config during plugin updates (60f6a54)
  • feat(htmlsanitize): add HTML and JSON sanitization utilities with integration across plugins and APIs (44d3066)

Full Changelog: v7.1.69...v7.1.70