]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2022-02-01  dependabot... Bump black from 21.12b0 to 22.1.0 (#1468)
2022-02-01  Aviram HassanMake error handler run always (#761)
2022-02-01  Adrian Garcia... fix handling of scope's client in Request (#1462)
2022-01-31  Marcelo TrylesinskiRemove manual contextvar copy logic (#1421)
2022-01-31  Alex GrönholmAdded AnyIO classifier (#1461)
2022-01-31  Oleksandr FedorovPrevent BaseHTTPMiddleware from hiding errors of Stream...
2022-01-31  Adrian Garcia... use explicit Optional[...] for parameters with None...
2022-01-31  Marcelo TrylesinskiAdd `raw_path` to `TestClient` scope (#1445)
2022-01-30  Libor MartínekMake base convertors.Convertor generic and annotate...
2022-01-30  Adrian Garcia... use typing.NamedTuple for Address (#1447)
2022-01-28  Marcelo TrylesinskiAdd custom URL convertor register (#1437)
2022-01-27  Cyril Jouveuse typing.Mapping for Response.headers (#1426)
2022-01-26  Amin AlaeeMake `content` argument required to `JSONResponse`...
2022-01-26  Adrian Garcia... add Allow header to 405 responses as required by RFC...
2022-01-26  Marcelo TrylesinskiAdd `headers` parameter to `HTTPException` (#1435)
2022-01-26  Sebastian MarinesFix typo in docs/testclient.md (#1429)
2022-01-26  Marcelo TrylesinskiAdd test case for `HTTPException` when status code...
2022-01-25  Adrian Garcia... feat: add type annotation to Request.path_params (...
2022-01-24  Tom ChristieUpdate publish.yml (#1430)
2022-01-23  Marcelo TrylesinskiVersion 0.18.0 (#1380) 0.18.0
2022-01-22  Amin AlaeeAdd reason to WebSocket closure (#1417)
2022-01-22  Roman VlasenkoDefault WebSocket accept message headers to an empty...
2022-01-21  Michael OliverAdjust type of `exception_handlers` to allow async...
2022-01-19  Amin AlaeeAllow Environment options in `Jinja2Templates` (#1401)
2022-01-18  Amin AlaeeAdd third-party CSRF middlewares (#1414)
2022-01-18  Mathieu KniewallnerImprovements on authentication documentation (#1420)
2022-01-16  Amin AlaeeSort third-party packages and add `starlette-wtf` ...
2022-01-14  Amin AlaeeUse typing `NoReturn` (#1412)
2022-01-14  Adrian Garcia... Fix md5_hexdigest wrapper on FIPS enabled systems ...
2022-01-13  MngRemove count of available convertors (#1409)
2022-01-13  Sondre Lillebø... Correct spelling of asynchronous in events.md (#1408)
2022-01-12  Alex OleshkevichAllow Session scoped cookies. (#1387)
2022-01-11  Amin AlaeeAdd Mypy checks to tests (#1353)
2022-01-10  Adrian Garcia... Document and type annotate UploadFile as a bytes-only...
2022-01-10  Marcelo TrylesinskiDon't set headers for responses with 1xx, 204 and...
2022-01-08  Yurii KarabasUpdate type annotations for BackgroundTask and utils...
2022-01-07  Adrian Garcia... feat: add headers attribute to UploadFile (#1382)
2022-01-07  Marcelo TrylesinskiDon't omit `Content-Length` header for `Content-Length...
2022-01-06  matiuszkaAdditional headers for WS `accept` message. (#1361)
2022-01-04  Amin AlaeeAdd WebSocketRoute docs in Routing (#1388)
2022-01-01  dependabot... Bump types-dataclasses from 0.6.1 to 0.6.2 (#1389)
2022-01-01  dependabot... Bump wheel from 0.37.0 to 0.37.1 (#1390)
2022-01-01  dependabot... Bump mkdocs-material from 8.1.2 to 8.1.3 (#1391)
2022-01-01  dependabot... Bump types-requests from 2.26.1 to 2.26.3 (#1392)
2022-01-01  dependabot... Bump mypy from 0.920 to 0.930 (#1393)
2021-12-28  Sondre Lillebø... Add request-id middleware to third-party-middleware...
2021-12-22  Amin Alaeefix application `exception_handlers` type hints (#1360)
2021-12-17  Adrian Garcia... fix: pass usedforsecurity to hashlib.md5 to fix error...
2021-12-17  Amin AlaeeAdd dependbot (#1375)
2021-12-16  Amin AlaeePin requirements.txt dependencies (#1373)
2021-12-16  Amin AlaeeUpdate github issues template (#1371)
2021-12-16  Amin AlaeeFix Mypy errors in routing and testclient (#1372)
2021-12-15  Adrian Garcia... test: use --show-error-codes for mypy (#1368)
2021-12-11  Marcelo TrylesinskiFix snippet on config.md (#1358)
2021-12-11  Amin AlaeeAdd support for functools.partial in WebsocketRoute...
2021-12-07  Amin AlaeeAdd support for Staticfiles directory in packages ...
2021-12-05  Marcelo TrylesinskiChange default chunk size from 4Kb to 64Kb (#1345)
2021-11-30  Amin AlaeeFix url_path_for typehints (#1341)
2021-11-29  Bart SkowronAdd Rollbar integration (#1348)
2021-11-27  Marcelo TrylesinskiAllow head method httpendpoint (#1346)
2021-11-26  Adithya Krishnanadd greppo to third party package listAdd greppo (...
2021-11-25  Eugene MayerRemove port from Host routing regex (#1322)
2021-11-17  Lars StegmanVersion 0.17.1 (#1338) 0.17.1
2021-11-15  Lars StegmanAdd authentication requires args length check (#1335)
2021-11-04  Marcelo TrylesinskiFix release date for 0.17.0 on release notes (#1330)
2021-11-04  Marcelo TrylesinskiVersion 0.17.0 (#1324) 0.17.0
2021-10-28  Florimond MancaPrevent anyio.ExceptionGroup in error views under a...
2021-10-25  Eugene Mayeradd host-based routing docs (#1313)
2021-10-22  Marcelo TrylesinskiBump Python 3.10 on pipeline (#1299)
2021-10-19  Eugene MayerFix Staticfiles `404.html` in HTML mode (#1314)
2021-10-17  Andrey SobolevUpdate third-party-packages.md (#1316)
2021-10-06  Alex OleshkevichAdd Imia library. (#1300)
2021-10-05  bookginFix #1207 (#1228)
2021-10-05  Amin Alaeehandle staticfiles OSError exceptions (#1220)
2021-10-03  Marcelo Trylesinski🔥 Remove GraphQL support (#1198)
2021-09-26  Anthony ShawUpdate the Jinja2Templates() constructor to allow PathL...
2021-09-25  Amin AlaeeFix ImmutableMultiDict getlist return type (#1235)
2021-09-22  Alex OleshkevichAdd starsessions library to the 3rd-party list. (#1225)
2021-09-18  JuAdd `routes=routes` to schemas documentation (#1241)
2021-09-18  jpic ∞Propose a roll your own framework solution (#1137)
2021-09-18  Sam BurbaAlign __getitem__ type with scope type (#1118)
2021-09-18  eprikazcFix typos in config.md code examples (#1065)
2021-09-18  Simon Willisondatasette-auth-github is now asgi-auth-github (#967)
2021-09-18  Daniel Hahlertest_database_execute_many: remove unnecessary statemen...
2021-09-18  Piotr GnusAdd dark theme for the documentation (#1230)
2021-09-18  Steve Dignamadd typing overloads for Config.__call__ (#1097)
2021-09-18  PaxUpdate responses.md (#1069)
2021-09-16  Amin AlaeeAdd missing await on database section on docs (#1226)
2021-09-16  Lukas Kahwe... Add BaseHTTPMiddleware import on docs (#1285)
2021-09-16  Vincent SaragoAdd starlette-cramjam link to the docs (#1283)
2021-09-16  Marcelo TrylesinskiIgnore loop deprecation warnings originating inside...
2021-08-19  Tom ChristieInclude FastAPI link
2021-08-19  Tom ChristieAdd FastAPI sponsorship (#1271)
2021-08-14  Hannes KüttnerFix BadSignature exception handling in SessionMiddlewar...
2021-07-19  Thomas Graingerprepare release 0.16.0 (#1233) 0.16.0
2021-07-16  Thomas Graingerignore charset_normalizer related warning (#1242)
2021-07-15  Emil MelnikovDocument the lifespan event handler parameter (#1110)
2021-07-03  Thomas Graingeruse an async context manager factory for lifespan ...
2021-07-03  Thomas Grainger ensure TestClient requests run in the same EventLoop...
2021-06-28  Thomas GraingerTestClient accepts backend and backend_options as argum...
next