]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2022-05-03  Marcelo TrylesinskiVersion 0.20.0 (#1600) 0.20.0
2022-05-03  dependabot... Bump twine from 3.8.0 to 4.0.0 (#1615)
2022-05-01  Hugo van KemenadeRemove compat code for Python < 3.7 (#1616)
2022-05-01  dependabot... Bump types-contextvars from 2.4.2 to 2.4.5 (#1611)
2022-05-01  dependabot... Bump types-dataclasses from 0.6.2 to 0.6.5 (#1613)
2022-05-01  dependabot... Bump pytest from 7.0.1 to 7.1.2 (#1614)
2022-04-30  Marcelo TrylesinskiBump mypy from 0.942 to 0.950 (#1607)
2022-04-26  Marcelo TrylesinskiAnnotate `samesite` parameter on `set_cookie` (#1590)
2022-04-24  Marcelo TrylesinskiDocument `BackgroundTasks` behavior when an error happe...
2022-04-24  Adrian Garcia... Document interaction of BaseHTTPMiddleware and contextv...
2022-04-22  Marcelo TrylesinskiDrop Python 3.6 support (#1357)
2022-04-22  Marcelo TrylesinskiVersion 0.19.1 (#1591) 0.19.1
2022-04-22  Marcelo TrylesinskiDeprecate `WS_1004_NO_STATUS_RCVD` and `WS_1005_ABNORMA...
2022-04-21  Marcelo TrylesinskiAdd `typing.Optional` on missing annotations (#1549)
2022-04-08  Felix FanghaenelApply right name to `Route` when created from methods...
2022-04-06  Marcelo TrylesinskiAvoid `TypeError` on `websocket.disconnect` when `code...
2022-04-02  dependabot... Bump mkdocs-material from 8.1.3 to 8.2.8 (#1564)
2022-04-02  dependabot... Bump mkdocs from 1.2.4 to 1.3.0 (#1566)
2022-04-02  Marcelo TrylesinskiDowngrade flake8 from 4.0.1 to 3.9.2 (#1567)
2022-04-01  dependabot... Bump mypy from 0.931 to 0.942 (#1563)
2022-03-29  Marcelo TrylesinskiBump black to 22.3.0 (#1558)
2022-03-28  Adrian Garcia... add note on type ignore in templating.py (#1556)
2022-03-27  Marcelo TrylesinskiIgnore mypy issue on `jinja2.contextfunction` function...
2022-03-09  Marcelo TrylesinskiVersion 0.19.0 (#1439) 0.19.0
2022-03-08  thomas EeckhoutUpdate third-party-packages.md (#1540)
2022-03-01  dependabot... Bump databases[sqlite] from 0.5.3 to 0.5.5 (#1530)
2022-03-01  dependabot... Bump twine from 3.7.1 to 3.8.0 (#1532)
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)
next