]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2022-10-03  Adrian Garcia... Merge branch 'master' into fm/http-middleware fm/http-middleware 1691/head
2022-10-03  dependabot... Bump mkdocs-material from 8.4.2 to 8.5.5 (#1883)
2022-10-01  dependabot... Bump types-pyyaml from 6.0.11 to 6.0.12 (#1884)
2022-10-01  dependabot... Bump pytest from 7.1.2 to 7.1.3 (#1880)
2022-10-01  dependabot... Bump mkautodoc from 0.1.0 to 0.2.0 (#1881)
2022-09-29  Marcelo TrylesinskiAdd project URLs to `pyproject.toml` (#1875)
2022-09-28  Marcelo TrylesinskiRemove note about `BackgroundTasks` being a limitation...
2022-09-27  TheOnlyWayUpAdd missing import on `HTTPSRedirectMiddleware` docs...
2022-09-26  Marcelo TrylesinskiVersion 0.21.0 (#1812) 0.21.0
2022-09-24  Jean HominalReplace task cancellation in `BaseHTTPMiddleware` with...
2022-09-23  Alex OleshkevichImplement __repr__ for route classes (#1864)
2022-09-22  Marcelo TrylesinskiAdd official support for Python 3.11 (#1863)
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-20  Adrian Garcia... Merge branch 'master' into fm/http-middleware
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  florimondmancaAttempt controlling response attrs
2022-06-15  florimondmancaAddress
2022-06-15  Adrian Garcia... Merge branch 'master' into fm/http-middleware
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-14  florimondmancaMore fine-tuning
2022-06-14  florimondmancaSwitch to dispatch(conn) instead of dispatch(scope...
2022-06-14  florimondmancaAdd missing pragma
2022-06-14  florimondmancaAddress, refactor
2022-06-14  florimondmancaAddress feedback
2022-06-14  florimondmancaaclosing on py < 3.10
2022-06-14  florimondmancaRefactor, lint
2022-06-14  florimondmancaExperiment a high-level HTTPMiddleware
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...
next