* add request body iteration in ASGI protocol * add support for request body iteration in RSGI protocol * add RSGI 1.2 support * add PyPy 3.10 wheels
0.5.3
**Patch release**
0.5.2
**Patch release**
0.5.1
**Patch release**
0.5.0
Changes since 0.4.x:
* add support for full response iteration in WSGI protocol * add support for full response streaming in ASGI protocol * disable loop optimisations by default to enhance compatibility * enable `--opt/--no-opt` option also for RSGI protocol * add RSGI 1.1 support * minor optimization in Rust awaitable objects