Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kludex/uvicorn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.31.0
Choose a base ref
...
head repository: Kludex/uvicorn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.32.1
Choose a head ref
  • 15 commits
  • 21 files changed
  • 8 contributors

Commits on Sep 28, 2024

  1. Upgrade websockets to 0.13.1 (#2471)

    * Upgrade websockets to 0.13.1
    
    * Send 1005
    Kludex authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c7668ce View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. 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
    damascene authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6ffaaf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. 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]>
    theyashl and Kludex authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a1783d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    108b1c9 View commit details
    Browse the repository at this point in the history
  3. 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]>
    dependabot[bot] and Kludex authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1ddd250 View commit details
    Browse the repository at this point in the history
  4. Add PathLike[str] type hint for ssl_keyfile (#2481)

    * Fix typing for ssl_keyfile field to allow PathLike types
    
    * Fix test
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <[email protected]>
    FirelightFlagboy and Kludex authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    27d976a View commit details
    Browse the repository at this point in the history
  5. Version 0.31.1 (#2483)

    Kludex authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    137f88e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. 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]>
    vvanglro and Kludex authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    079f07a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Support Python 3.13 (#2482)

    Co-authored-by: Marcelo Trylesinski <[email protected]>
    jameshilliard and Kludex authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    967a2dc View commit details
    Browse the repository at this point in the history
  2. Version 0.32.0 (#2485)

    Kludex authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fe39100 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. fix(http): enable httptools lenient data (#2488)

    Co-authored-by: Marcelo Trylesinski <[email protected]>
    vvanglro and Kludex authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2aea835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc6c51b View commit details
    Browse the repository at this point in the history
  3. Version 0.32.1 (#2515)

    * Version 0.32.1
    
    * Update CHANGELOG.md
    Kludex authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    04c6320 View commit details
    Browse the repository at this point in the history
  4. Update publish.yaml with latest PyPI recommendations (#2516)

    * Update `publish.yaml` with latest PyPI recommendations
    
    * Update .github/workflows/publish.yml
    
    * Simplify pipeline
    
    * Simplify pipeline
    
    * Use Python 3.12
    Kludex authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8c3402d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5279296 View commit details
    Browse the repository at this point in the history
Loading