Skip to content

v1.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 22:49
f829c2b

✨ What's New

✨ Features

  • Add PROXY_CHECK_CONCURRENCY to cap how many proxies are checked in parallel per cycle (default 0 = unlimited, unchanged behavior) — useful for large subscriptions to limit peak load and open connections

🐛 Bug Fixes

  • Fix /config/{id}, the dashboard and the JSON API reporting the wrong status when several proxies share the same name — status is now resolved by stable_id, consistent with /metrics
  • Fix multiple Hysteria2 proxies on the same server (same address, different auth) being checked as a single user, via the xray-core update

🔄 Improvements

  • Update xray-core and libXray to v26.6.27
  • Skip the next scheduled check if a cycle overruns PROXY_CHECK_INTERVAL (instead of stacking overlapping runs), and log a warning
  • Upgrade the docs site (Astro 7 / Starlight 0.41) to clear dependency security advisories

Full Changelog: v1.3.0...v1.3.1