1.4.0
Version 1.4.0
Changed 3
- GZipMiddleware now lazily allocates compression resources
- GZipMiddleware uses zlib.compressobj instead of GzipFile
- GZipMiddleware offloads large GZip compression
What's Changed
- Lazily allocate GZipMiddleware compression resources by @Kludex in https://github.com/Kludex/starlette/pull/3407
- Use
zlib.compressobjinstead ofGzipFileinGZipMiddlewareby @Kludex in https://github.com/Kludex/starlette/pull/3411 - Offload large GZip compression by @Kludex in https://github.com/Kludex/starlette/pull/3410
New Contributors
- @benberryallwood made their first contribution in https://github.com/Kludex/starlette/pull/3334
- @lkk7 made their first contribution in https://github.com/Kludex/starlette/pull/3359
Full Changelog: https://github.com/Kludex/starlette/compare/1.3.1...1.4.0