Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
Kludex/starlette
Pull Requests
Commits
Open
Closed
chore(deps): bump the python-packages group across 1 directory with 8 updates
dependencies
python:uv
#3229 opened 2026-04-09 12:36 by
dependabot[bot]
Add AI-generated contributions section to contributing documentation
#3222 opened 2026-04-05 11:54 by
Copilot
Improve typing for add_exception_handler
#3219 opened 2026-04-04 04:02 by
Ragug
fix: correct ETag comparison (#3193) and HEAD route precedence (#3182)
#3206 opened 2026-03-26 02:51 by
naarob
Clear exc.__traceback__ after handled exceptions to prevent memory leak
#3205 opened 2026-03-25 23:51 by
baconcheese113
docs: replace inline ASGI server list with link to canonical implemen…
#3204 opened 2026-03-25 17:29 by
EmmanuelNiyonshuti
Replace RuntimeError with WebSocketDisconnect when socket is disconnected
#3202 opened 2026-03-22 18:55 by
r266-tech
Fix: handle If-None-Match: * wildcard in StaticFiles per RFC 7232
#3201 opened 2026-03-22 18:53 by
r266-tech
Add is_disconnected property to WebSocket
#3200 opened 2026-03-22 18:18 by
r266-tech
Fix incorrect ETag weak indicator stripping in is_not_modified
#3193 opened 2026-03-19 06:51 by
gnosyslambda
fix: improve type safety and error handling
#3191 opened 2026-03-18 08:09 by
N3XT3R1337
Make `spool_max_size` configurable via `request.form()`
#3190 opened 2026-03-15 13:35 by
Kludex
Fix precedence of explicit HEAD routes over implicit HEAD
#3182 opened 2026-03-11 19:23 by
Hedingber
feat: add Request.read(size) method for partial body reading
#3164 opened 2026-02-28 20:22 by
Jagdish1115
✨ Add `max_body_size` and `max_upload_size` parameters to `Starlette`, `Router`, `Route`, `Mount`
#3151 opened 2026-02-16 14:47 by
tiangolo
Add `BaseResponse` class and `ContentT` generic to `Response`
#3149 opened 2026-02-15 13:28 by
Kludex
✨ Add `max_body_size` parameter to `Request.stream()` and related methods
#3135 opened 2026-02-10 08:40 by
tiangolo
Debug info
#3130 opened 2026-02-05 17:14 by
y2kbugger
Add `StarletteDeprecationWarning`
#3119 opened 2026-01-25 20:25 by
Kludex
Add `excluded_content_types` parameter to `GZipMiddleware`
#3091 opened 2026-01-01 15:34 by
Kludex
Reduce the frequency of set-cookie in SessionMiddleware
#3069 opened 2025-11-06 03:24 by
Zaczero
Remove itsdangerous dependency
#3068 opened 2025-11-05 06:08 by
Zaczero
CORS middleware: Vary handling, perf
#3067 opened 2025-11-05 03:11 by
Zaczero
refactor: make GZipMiddleware excluded content types configurable
#3040 opened 2025-10-15 10:16 by
shreyas-dev
Add `digest_method` to `SessionMiddleware`
#2986 opened 2025-08-25 13:49 by
bcarroll
Support returning Not Modified responses in FileResponse
#2955 opened 2025-06-25 22:52 by
paulo-raca
Add async test client
#2937 opened 2025-05-15 08:53 by
davidbrochart
fix: Use anyio.SpooledTemporaryFile in UploadFile
#2925 opened 2025-04-16 03:42 by
11kkw
Detect blocking calls in coroutines using BlockBuster
#2858 opened 2025-02-01 10:55 by
cbornet
Do not process FileNotFoundError in FileResponse, resolves #979
#2856 opened 2025-01-29 15:41 by
toxadx
Older