1.5.0
Version 1.5.0
Added 1
- Add exclude_content_types parameter to GZipMiddleware
Changed 3
- Flush GZip output for each streamed chunk
- Skip compression of partial responses in GZipMiddleware
- Expand default excluded content types in GZipMiddleware
This release is all about giving GZipMiddleware some love. 🗜️
What's Changed
- Add
exclude_content_typesparameter toGZipMiddlewareby @Kludex in https://github.com/encode/starlette/pull/3418 - Flush GZip output for each streamed chunk by @Kludex in https://github.com/encode/starlette/pull/3419
- Skip compression of partial responses in
GZipMiddlewareby @Kludex in https://github.com/encode/starlette/pull/3420 - Expand default excluded content types in
GZipMiddlewareby @Kludex in https://github.com/encode/starlette/pull/3421
Full Changelog: https://github.com/encode/starlette/compare/1.4.1...1.5.0