]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2022-06-27  memsuserAdd notes on "filename" form-data field (#1704)
2022-06-26  Adrian Garcia... add type annotations to StreamingResponse (#1708)
2022-06-18  Amin AlaeeAdd contributing docs (#1686)
2022-06-17  Ruslan Ilyasovich... Fix doc links to English (#1698)
2022-06-16  AberAdd baize.asgi.FileResponse to docs (#1696)
2022-06-15  Amin AlaeeAdd more TestClient examples (#1685)
2022-06-15  Adrian Garcia... move test from test_base.py to test_routing.py (#1693)
2022-06-11  Nikita SobolevFix `authentication.requires` typing (#1659)
2022-06-10  Marcelo TrylesinskiVersion 0.20.3 (#1682) 0.20.3
2022-06-10  Marcelo TrylesinskiRevert "Allow staticfiles to follow symlinks outside...
2022-06-07  Amin AlaeeVersion 0.20.2 (#1658) 0.20.2
2022-06-04  Florimond MancaFix regression on route names with colons (#1675)
2022-06-02  Marcelo TrylesinskiImprove documentation on `BaseHTTPMiddleware` (#1655)
2022-06-01  dependabot... Bump types-contextvars from 2.4.5 to 2.4.6 (#1668)
2022-06-01  dependabot... Bump mypy from 0.950 to 0.960 (#1667)
2022-05-28  Amin AlaeeAllow staticfiles to follow symlinks outside directory...
2022-05-28  Marcelo TrylesinskiVersion 0.20.1 (#1644) 0.20.1
2022-05-28  Marcelo TrylesinskiImprove detection of async callables (#1444)
2022-05-26  Adrian Garcia... Add generic type parameters to FormData (#1651)
2022-05-25  Simon WillisonSpelling: independant -> independent (#1653)
2022-05-24  Adrian Garcia... add generics type parameters to ImmutableMultiDict...
2022-05-24  Marcelo TrylesinskiAdd missing commas on `schemas.md` (#1647)
2022-05-24  Marcelo TrylesinskiRaise `MultiPartException` when missing "name" field...
2022-05-22  Marcelo TrylesinskiDocument `BaseHTTPMiddleware` bugs (#1640)
2022-05-19  jockerzAdd third party package Startlette-Login (#1638)
2022-05-19  Marcelo TrylesinskiAdd 400 response when `boundary` is missing (#1617)
2022-05-17  Marcelo TrylesinskiDocument `status_code` parameter on `requires` when...
2022-05-09  Marcelo TrylesinskiDocument unsuported `params` on `TestClient.websocket_c...
2022-05-06  Marcelo TrylesinskiDo not send empty data to `StreamingResponse` on `BaseH...
2022-05-05  Robert CoupSecret: add a __bool__ implementation (#1625)
2022-05-05  Marcelo TrylesinskiSkip test when brotli is installed (#1620)
2022-05-03  Marcelo TrylesinskiRemove old warning filters (#1621)
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)
next