-
-
Notifications
You must be signed in to change notification settings - Fork 978
Comparing changes
Open a pull request
base repository: Kludex/uvicorn
base: 0.31.0
head repository: Kludex/uvicorn
compare: 0.32.1
- 15 commits
- 21 files changed
- 8 contributors
Commits on Sep 28, 2024
-
Upgrade websockets to 0.13.1 (#2471)
* Upgrade websockets to 0.13.1 * Send 1005
Configuration menu - View commit details
-
Copy full SHA for c7668ce - Browse repository at this point
Copy the full SHA c7668ceView commit details
Commits on Sep 30, 2024
-
Update link to Hypercorn project (#2474)
Hypercorn project seems to be using Github now https://github.com/pgjones/hypercorn Link to Gitlab is 404: https://gitlab.com/pgjones/hypercorn
Configuration menu - View commit details
-
Copy full SHA for 6ffaaf7 - Browse repository at this point
Copy the full SHA 6ffaaf7View commit details
Commits on Oct 9, 2024
-
Add support for
[*]in trusted hosts (#2480)* fixed trusted host parsing for always trust case * Update uvicorn/middleware/proxy_headers.py * added test case for trust everything using list --------- Co-authored-by: Marcelo Trylesinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1783d8 - Browse repository at this point
Copy the full SHA a1783d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 108b1c9 - Browse repository at this point
Copy the full SHA 108b1c9View commit details -
Bump the python-packages group with 10 updates (#2478)
* Bump the python-packages group with 10 updates Bumps the python-packages group with 10 updates: | Package | From | To | | --- | --- | --- | | [a2wsgi](https://github.com/abersheeran/a2wsgi) | `1.10.6` | `1.10.7` | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.0` | `0.6.8` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240311` | `6.0.12.20240917` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.1` | | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` | | [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.39` | Updates `a2wsgi` from 1.10.6 to 1.10.7 - [Commits](abersheeran/a2wsgi@v1.10.6...v1.10.7) Updates `build` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.1...1.2.2) Updates `ruff` from 0.5.0 to 0.6.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.0...0.6.8) Updates `pytest` from 8.2.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.2...8.3.3) Updates `mypy` from 1.10.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.11.2) Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240917 - [Commits](https://github.com/python/typeshed/commits) Updates `coverage` from 7.5.4 to 7.6.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.4...7.6.1) Updates `httpx` from 0.27.0 to 0.27.2 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.0...0.27.2) Updates `mkdocs` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](mkdocs/mkdocs@1.6.0...1.6.1) Updates `mkdocs-material` from 9.5.27 to 9.5.39 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.27...9.5.39) --- updated-dependencies: - dependency-name: a2wsgi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> * Add type hints to MockTransport --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Trylesinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ddd250 - Browse repository at this point
Copy the full SHA 1ddd250View commit details -
Add
PathLike[str]type hint forssl_keyfile(#2481)* Fix typing for ssl_keyfile field to allow PathLike types * Fix test --------- Co-authored-by: Marcelo Trylesinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27d976a - Browse repository at this point
Copy the full SHA 27d976aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 137f88e - Browse repository at this point
Copy the full SHA 137f88eView commit details
Commits on Oct 10, 2024
-
feat(server): log warning when max request limit is exceeded (#2430)
* feat(server): log warning when max request limit is exceeded * Make the message cute * better place for test case * fix ruff check * fix app * move to test_server.py * Update * Update cli_usage --------- Co-authored-by: Marcelo Trylesinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 079f07a - Browse repository at this point
Copy the full SHA 079f07aView commit details
Commits on Oct 15, 2024
-
Co-authored-by: Marcelo Trylesinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 967a2dc - Browse repository at this point
Copy the full SHA 967a2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe39100 - Browse repository at this point
Copy the full SHA fe39100View commit details
Commits on Nov 20, 2024
-
fix(http): enable httptools lenient data (#2488)
Co-authored-by: Marcelo Trylesinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2aea835 - Browse repository at this point
Copy the full SHA 2aea835View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6c51b - Browse repository at this point
Copy the full SHA fc6c51bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c6320 - Browse repository at this point
Copy the full SHA 04c6320View commit details -
Update
publish.yamlwith latest PyPI recommendations (#2516)* Update `publish.yaml` with latest PyPI recommendations * Update .github/workflows/publish.yml * Simplify pipeline * Simplify pipeline * Use Python 3.12
Configuration menu - View commit details
-
Copy full SHA for 8c3402d - Browse repository at this point
Copy the full SHA 8c3402dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5279296 - Browse repository at this point
Copy the full SHA 5279296View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.31.0...0.32.1