Overview
asgi-gzip 0.3 fixes a bug where Server-Sent Events (SSE) responses were incorrectly compressed, which broke real-time streaming features. The fix was ported from Starlette after a missed automated sync.
Changes by Version
0.3
- Fixed Server-Sent Events (SSE) streaming by correctly handling text/event-stream responses without compression
- Fixed automated sync workflow to properly port updates from Starlette