Skip to content

v0.0.7 - Windows support and production quality gates

Choose a tag to compare

@Kludex Kludex released this 15 Aug 15:24
85f4248

🪟 Windows support and stronger release confidence

zuvloop 0.0.7 adds native Windows wheels and expands the project's production quality gates across platforms and downstream integrations.

pip install zuvloop==0.0.7
  • Native Windows wheels are built and tested for AMD64 and ARM64, alongside the existing Linux and macOS wheels.
  • Release-wheel validation now exercises the actual cibuildwheel path on both Windows architectures, with scoped build constraints and bounded tests.
  • Pull requests have an aggregate quality gate backed by re-actors/alls-green, covering the platform matrix, native hardening, documentation, and compatibility suites.
  • Downstream compatibility coverage includes aiohttp, AnyIO, aioquic, HTTPX2, Tornado, Uvicorn, websockets, and supported CPython versions.
  • Dependency maintenance is deterministic: aiohttp's test requirements are captured locally for Dependabot-compatible lock updates, including cryptography 50.0.0.
  • Documentation is aligned with the shipped API and instrumentation dependencies.

Full changelog: v0.0.6...v0.0.7