Skip to content

bengal-pounce 0.2.1

Choose a tag to compare

@lbliii lbliii released this 06 Mar 18:30
· 127 commits to main since this release
1611c2d

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 installs bengal-zoomies>=0.1.1 instead of aioquic>=1.3.0
  • 0-RTT is disabled until zoomies exposes it

Install

uv add "bengal-pounce==0.2.1"