mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 06:10:14 +01:00
-
released this
2026-02-08 12:42:41 +00:00 | 127 commits to main since this release📅 Originally published on GitHub: Sun, 08 Feb 2026 12:59:20 GMT
🏷️ Git tag created: Sun, 08 Feb 2026 12:42:41 GMTThis release improves proxy handling, startup behavior, and operational defaults while keeping the API stable.
Highlights
- Per-request proxy overrides via
X-Proxy-*headers. - Safer startup and runtime defaults for containerized and local runs.
- Health checks and init behaviors aligned with the service lifecycle.
Changes
- Request-level proxy selection is supported via headers, allowing per-request routing.
HOSTandPORTare now configurable with a default port of 8191.- Init mode is available for pre-warming and startup checks.
- Health check behavior is standardized for runtime monitoring.
New Contributors
- @oldwombat made their first contribution in https://github.com/ThePhaseless/Byparr/pull/256
- @Thirawyn91 made their first contribution in https://github.com/ThePhaseless/Byparr/pull/267
- @luismco made their first contribution in https://github.com/ThePhaseless/Byparr/pull/290
Full Changelog: https://github.com/ThePhaseless/Byparr/compare/v2.0.1...v2.1.0
Downloads
- Per-request proxy overrides via