]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2022-09-21  Adrian Garcia... Add Mount(..., middleware=[...]) (#1649)
2022-09-08  Jocelin HounonAdd `Starlette-Admin` to third party package section...
2022-09-06  Marcelo TrylesinskiReplace HTTP client on TestClient from `requests` to...
2022-09-06  Marcelo TrylesinskiRemove reference to `DatabaseMiddleware` in the documen...
2022-09-05  Marcelo TrylesinskiAdd `WebSocketException` and support for WS handlers...
2022-09-05  Marcelo TrylesinskiAdd missing `Middleware` import on `BaseHTTPMiddleware...
2022-09-02  Marcelo TrylesinskiAdd fake setup.py (#1836)
2022-09-01  dependabot... Bump databases[sqlite] from 0.5.5 to 0.6.1 (#1842)
2022-09-01  dependabot... Bump autoflake from 1.4 to 1.5.3 (#1839)
2022-09-01  dependabot... Bump black from 22.6.0 to 22.8.0 (#1841)
2022-09-01  dependabot... Bump mkdocs-material from 8.3.9 to 8.4.2 (#1838)
2022-08-24  Ofek LevUpdate package metadata (#1819)
2022-08-14  Adrian Garcia... Remove unecessary override of Headers.get (#1810)
2022-08-10  Alex OleshkevichAdd Starception library (#1800)
2022-08-09  Florimond MancaImprove wording and structure of pure ASGI middleware...
2022-08-06  Marcelo TrylesinskiUpdate requests.md (#1792)
2022-08-02  dependabot... Bump types-pyyaml from 6.0.4 to 6.0.11 (#1782)
2022-08-02  dependabot... Bump mypy from 0.961 to 0.971 (#1786)
2022-08-02  dependabot... Bump mkdocs from 1.3.0 to 1.3.1 (#1783)
2022-07-14  Sebastián Ramírez✏️ Fix small typo in template for a new PR, pointing...
2022-07-13  Adrian Garcia... remove reference to add_middleware (#1763)
2022-07-12  dependabot... Bump mkdocs-material from 8.3.8 to 8.3.9 (#1759)
2022-07-12  dependabot... Bump coverage from 6.4.1 to 6.4.2 (#1761)
2022-07-12  dependabot... Bump typing-extensions from 4.2.0 to 4.3.0 (#1760)
2022-07-12  dependabot... Bump twine from 4.0.0 to 4.0.1 (#1757)
2022-07-12  dependabot... Bump black from 22.3.0 to 22.6.0 (#1758)
2022-07-12  Marcelo TrylesinskiAdd GitHub actions to dependabot (#1756)
2022-07-12  Marcelo TrylesinskiAdd Python 3.11 to the pipeline (#1755)
2022-07-10  Marcelo TrylesinskiAdd typing.overload to coverage `exclude_lines` (#1753)
2022-07-10  Christopher... type config with `None` default as `str | None` instead...
2022-07-10  Redowan DelowarExplain 'TestClient(app) as client' vs 'client = TestCl...
2022-07-08  Marcelo TrylesinskiAdd script to make sure CHANGELOG is always in sync...
2022-07-06  Adrian Garcia... Document using httpx for async tests (#1728)
2022-07-05  Thomas Graingerrestore tmp_path mode after test (#1736)
2022-07-02  Jean HominalTest StreamingResponse behavior on receiving http.disco...
2022-07-01  dependabot... Bump types-dataclasses from 0.6.5 to 0.6.6 (#1719)
2022-07-01  dependabot... Bump types-contextvars from 2.4.6 to 2.4.7 (#1722)
2022-07-01  dependabot... Bump trio from 0.19.0 to 0.21.0 (#1718)
2022-07-01  dependabot... Bump mkdocs-material from 8.2.8 to 8.3.8 (#1720)
2022-07-01  dependabot... Bump mypy from 0.960 to 0.961 (#1721)
2022-06-30  Adrian Garcia... Reword bug -> limitation for BaseHTTPMiddleware (#1716)
2022-06-30  Marcelo TrylesinskiDocument how to create ASGI middlewares (#1656)
2022-06-29  Adrian Garcia... fix type annotations in requests.py (#1712)
2022-06-28  Marcelo TrylesinskiFix __version__ (#1713) 0.20.4
2022-06-28  Marcelo TrylesinskiVersion 0.20.4 (#1709)
2022-06-28  Adrian Garcia... fix type annotations in responses.py (#1711)
2022-06-28  Marcelo TrylesinskiRemove converter from path when generating `OpenAPI...
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)
next