Skip to content

Releases: Kludex/starlette

Version 1.6.0

Choose a tag to compare

@Kludex Kludex released this 08 Aug 18:27
4f250d6

What's Changed

  • Add max_body_size to Starlette and route classes by @Kludex in #3431
  • Expose http.response.debug info via response extensions by @y2kbugger in #3130

New Contributors

Full Changelog: 1.5.1...1.6.0

Version 1.5.1

Choose a tag to compare

@Kludex Kludex released this 08 Aug 17:00
c41236c

What's Changed

Full Changelog: 1.5.0...1.5.1

Version 1.5.0

Choose a tag to compare

@Kludex Kludex released this 08 Aug 07:19
07cb508

This release is all about giving GZipMiddleware some love. 🗜️

What's Changed

  • Add exclude_content_types parameter to GZipMiddleware by @Kludex in #3418
  • Flush GZip output for each streamed chunk by @Kludex in #3419
  • Skip compression of partial responses in GZipMiddleware by @Kludex in #3420
  • Expand default excluded content types in GZipMiddleware by @Kludex in #3421

Full Changelog: 1.4.1...1.5.0

Version 1.4.1

Choose a tag to compare

@Kludex Kludex released this 05 Aug 15:15
9c55062

What's Changed

  • Default thread_minimum_size in GZipResponder by @Kludex in #3415

Full Changelog: 1.4.0...1.4.1

Version 1.4.0

Choose a tag to compare

@Kludex Kludex released this 05 Aug 09:34
3d6d6c2

What's Changed

  • Lazily allocate GZipMiddleware compression resources by @Kludex in #3407
  • Use zlib.compressobj instead of GzipFile in GZipMiddleware by @Kludex in #3411
  • Offload large GZip compression by @Kludex in #3410

New Contributors

Full Changelog: 1.3.1...1.4.0

Version 1.3.1

Choose a tag to compare

@Kludex Kludex released this 12 Jun 09:20
8ebffd0

What's Changed

  • Use StarletteDeprecationWarning instead of DeprecationWarning by @Kludex in #3119
  • Enforce max_fields and max_part_size in FormParser by @Kludex in #3329
  • Enforce FormParser limits in parser callbacks by @Kludex in #3331

Full Changelog: 1.3.0...1.3.1

Version 1.3.0

Choose a tag to compare

@Kludex Kludex released this 11 Jun 06:20
5f8610c

What's Changed

New Contributors

Full Changelog: 1.2.1...1.3.0

Version 1.2.1

Choose a tag to compare

@Kludex Kludex released this 31 May 01:07
ef773fe

What's Changed

  • Use httpx2 for type checking in the testclient module by @leifwar in #3304
  • Add assert error for requires() when request param is not Request type by @KeeganOP in #3298

New Contributors

Full Changelog: 1.2.0...1.2.1

Version 1.2.0

Choose a tag to compare

@Kludex Kludex released this 28 May 11:40
4060987

What's Changed

Full Changelog: 1.1.0...1.2.0

Version 1.1.0

Choose a tag to compare

@Kludex Kludex released this 23 May 16:54
a4ff83b

What's Changed

  • Use "application/octet-stream" as the FileResponse media type fallback by @ATOM00blue in #3283
  • Only dispatch standard HTTP verbs in HTTPEndpoint by @Kludex in #3286
  • Reject absolute paths in StaticFiles.lookup_path by @Kludex in #3287

New Contributors

Full Changelog: 1.0.1...1.1.0