]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2022-03-01  dependabot... Bump pytest from 6.2.5 to 7.0.1 (#1529)
2022-02-22  WuMingyuAdd apiman to third-party-packages document (#1526)
2022-02-16  ErikFirst pass adding next qparam to redirect (#920)
2022-02-16  manlixAdd union operators to MutableHeaders (#1240)
2022-02-15  Marcelo TrylesinskiAdd PR template (#1442)
2022-02-14  qu1ckAdd content disposition type parameter to FileResponse...
2022-02-14  Alex OleshkevichDisplay missing route details. (#1363)
2022-02-14  Marcelo TrylesinskiDeprecate run_until_first_complete (#1443)
2022-02-14  Tom ChristieSessionMiddleware uses an explicit path=..., instead...
2022-02-11  Marcelo TrylesinskiDeprecate `WSGIMiddleware` in favor of `a2wsgi` (#1504)
2022-02-11  Tom ChristieSwitch to a discussion-first workflow (#1507)
2022-02-11  Adrian Garcia... remove deprecated decorator from test_staticfiles.py...
2022-02-10  Adrian Garcia... Remove deprecated decorators from test_base (#1493)
2022-02-10  Amin AlaeeRemove routing decorators in test_schemas.py (#1500)
2022-02-10  Amin AlaeeRemove routing decorators in `test_testclient.py` ...
2022-02-10  Amin AlaeeRemove routing decorators in test_templates.py (#1501)
2022-02-10  Amin AlaeeRemove routing decorators in `test_application.py`...
2022-02-10  Adrian Garcia... remove deprecated routing and middleware decorators...
2022-02-10  Amin AlaeeRemove routing decorators in test_trusted_hosts.py...
2022-02-10  Amin AlaeeRemove routing decorators in test_session.py (#1495)
2022-02-10  Amin AlaeeRemove routing decorators in test_cors.py (#1498)
2022-02-10  Amin AlaeeRemove routing decorators in test_gzip.py (#1497)
2022-02-10  Amin AlaeeRemove routing decorators in test_https_redirect.py...
2022-02-09  Adrian Garcia... add Xpresso to third party packages (#1491)
2022-02-09  Marcelo TrylesinskiBump anyio requirement from 3.x to 3.x, 4.x (#1460)
2022-02-09  Amin AlaeeRemove routing decorators in `middleware/test_base...
2022-02-09  Amin AlaeeRemove routing decorators in `test_routing.py` (#1485)
2022-02-09  Amin AlaeeAdd docstrings to discourage routing decorator style...
2022-02-09  Felix IngramAdded links to Dark Star (#1487)
2022-02-09  Amin AlaeeRemove routing decorators in test_authentication.py...
2022-02-09  Amin AlaeeRemove routing decorators in test_databases.py (#1483)
2022-02-09  David LarletFix a typo in templates documentation (minor) (#1484)
2022-02-08  chaojieUpdate document about jinja2 custom filters link (...
2022-02-08  Petter FribergAdd overload for cast as Callable in Config.__call__...
2022-02-08  Tom ChristieDocs refresh (#1477)
2022-02-07  Adrian Garcia... Convert ASGI 2.0 apps in tests to ASGI 3 (#1476)
2022-02-07  Daniel RasmussenRequire typing-extensions>=3.10 (#1475)
2022-02-04  Amin AlaeeReplace WebSocket assertions with RuntimeError (#1472)
2022-02-03  Антон КасимовRaise KeyError at early stage for missing boundary...
2022-02-01  dependabot... Bump types-contextvars from 2.4.0 to 2.4.2 (#1467)
2022-02-01  dependabot... Bump types-pyyaml from 6.0.1 to 6.0.4 (#1469)
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)
next