Skip to content

v0.11.2 — proxy burst backlog fix

Choose a tag to compare

@0xzr 0xzr released this 11 Jun 01:31
5d35c24

Fixed

  • Align the local proxy listen backlog with its 128-request worker cap so short mixed-traffic bursts queue cleanly instead of occasionally resetting connections before accept.
  • Keep the existing semaphore cap in place so sustained floods remain bounded by the same worker limit.

Release metadata

  • Centralize the package version in _version.py and derive the upstream User-Agent from it.
  • Align PyPI/docs/README/demo/MCP registry metadata for 0.11.2 and add release metadata drift tests.

Validation

  • M3 review: 0 findings.
  • Claude Fable review: no blockers.
  • CI: Python 3.11, 3.12, and 3.13 passed on PR #42.
  • Local: ruff, CI mypy target, 393 tests, build, twine check, and fresh wheel smoke passed.