Symbol3 releases
GZipMiddleware
Found in 1 package: starlette
starlette(3 releases)
1.5.0This release focuses on enhancing the `GZipMiddleware` with new configuration options and improved handling of streamed and partial responses.
1.4.0This release introduces improvements to GZipMiddleware by lazily allocating resources and offloading large compression tasks. It also updates the internal implementation to use `zlib.compressobj` for potentially better performance.
0.46.0BreakingStarlette 0.46.0 adds a Vary header to GZipMiddleware, renames MultiPartParser’s `max_file_size` to `spool_max_size`, and deprecates `TestClient(timeout=…)`, while fixing background task exception handling and SSE compression.
Track Symbol Changes
Use the Change8 MCP server or GitHub Action to get notified when GZipMiddleware changes.
Learn More