Skip to content

Stable Release v3.5.64

Choose a tag to compare

@github-actions github-actions released this 24 Aug 08:20
· 38 commits to main since this release

πŸŽ‰ Stable Release v3.5.64

Multi-Architecture Binaries

Download the appropriate binary for your platform:

  • Linux x86_64: better-ccflare-linux-amd64
  • Linux ARM64 (Raspberry Pi 3/4/5, Oracle Cloud ARM, AWS Graviton): better-ccflare-linux-arm64
  • macOS Intel: better-ccflare-macos-x86_64
  • macOS Apple Silicon: better-ccflare-macos-arm64
  • Windows x86_64: better-ccflare-windows-x64.exe

Installation

# Linux x86_64
wget https://github.com/tombii/better-ccflare/releases/download/v3.5.64/better-ccflare-linux-amd64
chmod +x better-ccflare-linux-amd64
./better-ccflare-linux-amd64

# macOS Apple Silicon (ARM64)
curl -L -o better-ccflare-macos-arm64 https://github.com/tombii/better-ccflare/releases/download/v3.5.64/better-ccflare-macos-arm64
chmod +x better-ccflare-macos-arm64
xattr -d com.apple.quarantine better-ccflare-macos-arm64  # Required for unsigned binaries
./better-ccflare-macos-arm64

macOS Users: The xattr command is required to bypass Gatekeeper for unsigned binaries. If you prefer not to run unsigned binaries, install from source instead.

Or install via npm: npm install -g better-ccflare@v3.5.64


What's Changed

πŸš€ Features

  • feat: add strict ranking mode to session-drain-soonest strategy (0cfc9d43)
  • feat: pool capacity section with per-account detail and observed routing order (3b6c984e)
  • feat: record the proxy's observed routing order per model family (62dceedd)
  • feat(dashboard): pool capacity section with per-account detail and observed routing order (PR #432) (664310e3)
  • feat: add per-model-family pool cards to dashboard overview (9f38949d)

πŸ› Bug Fixes

  • fix: inject the routing-observations reader instead of mocking the proxy module (0367cbde)
  • fix: align pool display semantics with what routing actually does (7549abc9)
  • fix: match routing observations across family key spaces and surface unpaired ones (9eecb188)
  • fix: apply the probe-backoff priority penalty to strict-mode ranking (b2e4d549)

πŸ”§ Improvements

  • improve(dashboard): describe both drain-soonest modes honestly in routing settings (9b677be5)
  • refactor: show every family's observed routing order in one table (ef75b8e8)

Full Changelog

πŸ“‹ Compare with previous version