Skip to content

v1.0.69

Choose a tag to compare

@github-actions github-actions released this 21 Aug 17:22
· 46 commits to main since this release

Linux release assets

  • CLIProxyAPIHome_<version>_linux_<arch>.tar.gz is 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.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

  • CLIProxyAPIHome_<version>_freebsd_amd64.tar.gz is the FreeBSD amd64 build. It supports dynamic library plugins.
  • CLIProxyAPIHome_<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

  • perf(panel): gzip the control panel assets before sending them (2e32d2e)
  • Merge pull request #94 from GavinKung/perf/compress-management-assets (38beca6)
  • fix(auth): ignore disabled credentials in registry reconciliation (7b24de1)
  • Merge pull request #95 from router-for-me/auth (d03f1f7)
  • feat(management): add CPA node names (afa5432)
  • Merge pull request #96 from router-for-me/management (38c4455)
  • fix(management): echo disable-cooling for OAuth credentials in auth-file list (528745b)
  • Merge pull request #97 from router-for-me/fix/oauth-list-disable-cooling-echo (990eeb9)
  • feat(api-keys): support editable display names without rotating keys (01bf2dd)
  • Merge pull request #98 from router-for-me/feat/api-key-display-name (89a2f81)
  • feat(auth): add runtime disable cooling support and update related logic (e795197)
  • Refactor cooling management and enhance test coverage (f2de69a)
  • Refactor cooling override handling across authentication configurations (8b80fb4)
  • Merge pull request #99 from router-for-me/auth (8fdde35)
  • feat: Enhance request retry functionality across authentication and dispatch systems (45f9d2b)
  • feat: implement request retry round functionality in dispatch system (6c23525)

What's Changed

  • perf(panel): gzip the control panel assets before sending them by @GavinKung in #94
  • fix(auth): ignore disabled credentials in registry reconciliation by @hkfires in #95
  • feat(management): add CPA node names by @hkfires in #96
  • fix(management): echo disable-cooling for OAuth credentials in auth-file list by @GavinKung in #97
  • feat(api-keys): support editable display names without rotating keys by @GavinKung in #98
  • Add runtime disable cooling support and enhance configuration handling by @hkfires in #99

Full Changelog: v1.0.67...v1.0.69