]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2023-07-24  Marcelo TrylesinskiVersion 0.31.0 (#2224) 0.31.0
2023-07-23  ViicosUse mypy `strict` (#2180)
2023-07-23  Alex GrönholmUpgraded to AnyIO 4.0 (#2211)
2023-07-23  ooknimmDon't group duplicated headers on a single string on...
2023-07-13  Alex GrönholmAdded official Python 3.12 support (#2214)
2023-07-13  Amin AlaeeFix publish Github Action (#2213) 0.30.0
2023-07-13  Marcelo TrylesinskiVersion 0.30.0 (#2212)
2023-07-13  Marcelo TrylesinskiDrop support for Python 3.7 (#2178)
2023-07-13  Marcelo TrylesinskiVersion 0.29.0 (#2209) 0.29.0
2023-07-13  Alex OleshkevichAdd `request` argument to `TemplateResponse` (#2191)
2023-07-13  Marcelo TrylesinskiStop `body_stream` in case `more_body=False` (#2194)
2023-07-06  Alex OleshkevichAdd `follow_redirects` parameter to `TestClient` (...
2023-07-05  Stratos GerakakisWarn users when using `lifespan` together with `on_star...
2023-07-03  Amin AlaeeUpdate pyproject.toml (#2205)
2023-07-01  dependabot... Bump typing-extensions from 4.5.0 to 4.7.0 (#2202)
2023-07-01  dependabot... Bump mypy from 1.3.0 to 1.4.1 (#2203)
2023-07-01  dependabot... Bump ruff from 0.0.263 to 0.0.275 (#2201)
2023-07-01  dependabot... Bump mkdocs-material from 9.1.15 to 9.1.17 (#2200)
2023-07-01  dependabot... Bump coverage from 7.2.5 to 7.2.7 (#2204)
2023-06-20  bowugitFix empty str(exception) when initialized with kwargs...
2023-06-16  Stefan MejlgaardChange JSONResponse headers type annotation to match...
2023-06-13  Thanh NguyenCollect routes from Host to generate the OpenAPI schema...
2023-06-08  Albert Villanova... Fix minor typo in Starlette docstring (#2179)
2023-06-07  Marcelo TrylesinskiVersion 0.28.0 (#2169) 0.28.0
2023-06-07  Adrian Garcia... Move exception handling logic to Route (#2026)
2023-06-06  Marcelo TrylesinskiAdd clear error message when httpx is not installed...
2023-06-05  Alex OleshkevichAdd env argument to Jinja2Templates, deprecate **env_op...
2023-06-04  Marcelo TrylesinskiUpdate pull request template to add notes on changes...
2023-06-01  dependabot... Bump mkdocs from 1.4.2 to 1.4.3 (#2164)
2023-06-01  dependabot... Bump types-pyyaml from 6.0.12.9 to 6.0.12.10 (#2163)
2023-06-01  dependabot... Bump importlib-metadata from 4.13.0 to 6.6.0 (#2162)
2023-06-01  dependabot... Bump mypy from 1.2.0 to 1.3.0 (#2165)
2023-06-01  dependabot... Bump mkdocs-material from 9.1.8 to 9.1.15 (#2166)
2023-06-01  Adrian Garcia... Reuse Request's body buffer for call_next in BaseHTTPMi...
2023-05-31  Nicolas DietrichAdd testclient test for domain restricted cookies ...
2023-05-31  Ross TitmarshAllow "name" argument on templates url_for() (#2127)
2023-05-31  Dr. Matthew... Add missing type hints to Jinja2Templates() (#2157)
2023-05-24  Michał GórnyInclude all files in sdist archives (#2149)
2023-05-16  Amin AlaeeMove configuration of tools to pyproject.toml (#2148)
2023-05-16  Amin AlaeeVersion 0.27.0 (#2147) 0.27.0
2023-05-16  Amin AlaeeMerge pull request from GHSA-v5gw-mw7f-84px
2023-05-10  Elias Gabrieladd 3rd party middleware link for secure-cookie (#2144)
2023-05-04  Adrian Garcia... Run black before ruff (#2143)
2023-05-03  GrvzardCorrect the RuntimeError message content in websockets...
2023-05-02  dependabot... Bump ruff from 0.0.260 to 0.0.263 (#2136)
2023-05-01  dependabot... Bump mkdocs-material from 9.0.15 to 9.1.8 (#2139)
2023-05-01  dependabot... Bump mypy from 1.0.1 to 1.2.0 (#2137)
2023-05-01  dependabot... Bump coverage from 7.1.0 to 7.2.5 (#2138)
2023-05-01  dependabot... Bump pytest from 7.2.2 to 7.3.1 (#2140)
2023-04-28  dosisodMinify JSON websocket data via `send_json` (#2128)
2023-04-26  Adrian Garcia... Convert ImportErrors into ModuleNotFoundError (#2135)
2023-04-25  Amin AlaeeUpdate `scripts/check` (#2133)
2023-04-18  Marcelo TrylesinskiUpdate pull_request_template.md (#2122)
2023-04-17  Alex OleshkevichFix types in lifespan examples (#2123)
2023-04-05  Amin AlaeeUpdate black (#2114)
2023-04-05  Marcelo TrylesinskiUse ruff instead of flake8, autoflake and isort (#2110)
2023-04-02  dependabot... Bump typing-extensions from 4.4.0 to 4.5.0 (#2103)
2023-04-02  dependabot... Bump pytest from 7.2.1 to 7.2.2 (#2105)
2023-04-02  dependabot... Bump types-contextvars from 2.4.7.1 to 2.4.7.2 (#2102)
2023-04-02  dependabot... Bump types-pyyaml from 6.0.12.3 to 6.0.12.9 (#2106)
2023-03-28  JiayangFix `docs/staticfiles.md` wrong signature (#2095)
2023-03-17  Tiago SilvaAdd Starlette bridge to packages (#2086)
2023-03-13  Marcelo TrylesinskiVersion 0.26.1 (#2082) 0.26.1
2023-03-13  Adrian Garcia... Fix typing of Lifespan to allow subclasses of Starlette...
2023-03-10  Marcelo TrylesinskiAdd date on the 0.26.0.post1 release notes (#2075)
2023-03-09  Marcelo TrylesinskiVersion 0.26.0.post1 (#2073) 0.26.0.post1
2023-03-09  Marcelo TrylesinskiReplace reference from Events to Lifespan on the mkdocs...
2023-03-09  Marcelo TrylesinskiVersion 0.26.0 (#2071) 0.26.0
2023-03-09  Marcelo TrylesinskiDeprecate `on_startup` and `on_shutdown` events (#2070)
2023-03-09  Adrian Garcia... Allow returning a State object from lifespans instead...
2023-03-06  Marcelo TrylesinskiAllow "name" argument on `url_for()` and `url_path_for...
2023-03-05  Marcelo TrylesinskiDocument Lifespan state (#2064)
2023-03-05  Amin AlaeeChange `url_for` signature to return a `URL` instance...
2023-03-05  Marcelo TrylesinskiSupport lifespan state (#2060)
2023-03-03  dependabot... Bump mkdocs-material from 8.5.7 to 9.0.15 (#2053)
2023-03-01  dependabot... Bump pytest from 7.2.0 to 7.2.1 (#2051)
2023-03-01  dependabot... Bump types-contextvars from 2.4.7 to 2.4.7.1 (#2054)
2023-03-01  dependabot... Bump mypy from 0.991 to 1.0.1 (#2055)
2023-03-01  dependabot... Bump build from 0.9.0 to 0.10.0 (#2052)
2023-03-01  migduroliUpdate Flama description in third-party-packages (...
2023-02-20  Magnus WatnUpdate link to jinja2 (#2043)
2023-02-20  François VoronDocs: Remove SentryMiddleware from third-party list...
2023-02-14  Marcelo TrylesinskiVersion 0.25.0 (#2035) 0.25.0
2023-02-14  Sebastián Ramírez🐛 Close all the multipart files on error (#2036)
2023-02-14  Sebastián RamírezMerge pull request from GHSA-74m5-2c7w-9w3x
2023-02-11  kraptorFix test not passing in 32-bit architectures (#2033)
2023-02-08  Rafał PitońDocument that UploadFile's `filename` and `content_type...
2023-02-06  Marcelo TrylesinskiVersion 0.24.0 (#1983) 0.24.0
2023-02-06  Rafał PitońFeature: Add size attribute to UploadFile (#1405)
2023-02-06  Adrian Garcia... allow using Request.form() as a context manager (#1903)
2023-02-06  oskipaSupport `str` and `datetime` on `expires` parameter...
2023-02-06  Kousik MitraFix url parsing of ipv6 urls on `URL.replace` (#1965)
2023-02-06  Adrian Garcia... Lazily build middleware stack (#2017)
2023-02-06  Marcelo TrylesinskiSupport Debug extension (#1991)
2023-02-04  Adrian Garcia... Make the file argument to UploadFile required (#1413)
2023-02-04  Amin AlaeeAllow StaticFiles follow symlinks (#1683)
2023-02-01  dependabot... Bump types-pyyaml from 6.0.12.2 to 6.0.12.3 (#2023)
2023-02-01  dependabot... Bump coverage from 7.0.1 to 7.1.0 (#2025)
2023-01-22  Alex OleshkevichAdd Config.env_prefix option (#1990)
2023-01-22  TochukwuAdd Ellar to third-party packages (#2015)
next