0.2.1
HTTP/3 backend switch to zoomies for free-threading compatibility
Highlights
- HTTP/3 backend: aioquic → zoomies — Replace aioquic with zoomies for HTTP/3 support. zoomies is sans-I/O, free-threading-native, and compatible with Python 3.14t. aioquic uses Limited API C extensions that do not work with free-threaded Python.
Changed
pounce[h3]now installsbengal-zoomies>=0.1.1instead ofaioquic>=1.3.0- 0-RTT is disabled until zoomies exposes it
Install
uv add "bengal-pounce==0.2.1"