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: encode/uvicorn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.30.6
Choose a base ref
...
head repository: encode/uvicorn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.31.0
Choose a head ref
  • 5 commits
  • 14 files changed
  • 6 contributors

Commits on Aug 14, 2024

  1. Add missing init files in the test suite (#2432)

    * Add missing init files in the test suite
    
    * Remove uncovered lines
    Kludex authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1cb0c32 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    47304d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Bump cryptography from 42.0.8 to 43.0.1 (#2453)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.8...43.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3d26ab4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Improve ProxyHeadersMiddleware (#2468)

    * Allow ip ranges for FORWARDED_ALLOW_IPS
    
    * Fix host for empty x-forwarded-for header
    
    * Add multi-host ip-range testcase, run scripts/lint
    
    * Re-run black with line-length 88
    
    * Wrap comments to fit in line-length
    
    * Another missed line-length violation
    
    * Fix __contains__ annotations
    
    * Add support for IPv6
    
    * Fix linting
    
    * Fix test cases
    
    * Update docs, comments
    
    * Update index's usage
    
    * Fix more linting
    
    * Better unix socket support
    
    * Expand proxy documentation
    
    * More docs and code comments
    
    * Refactor common test cases, add cases for UDS
    
    * Update settings docs
    
    * Remove "better UDS handling"
    
    * Remove code leading to coverage failures
    
    * Apply suggestions from code review
    
    Co-authored-by: Marcelo Trylesinski <[email protected]>
    
    * Fixes, and more tests
    
    * Update uvicorn/config.py
    
    Co-authored-by: Marcelo Trylesinski <[email protected]>
    
    * Run ruff formatter
    
    * Replace cast with type: ignore
    
    * remove make_x_headers
    
    * nitpicks
    
    * remove unneeded return
    
    * fix docs
    
    ---------
    
    Co-authored-by: Patrick Düggelin <[email protected]>
    Co-authored-by: Nicholas Hairs <[email protected]>
    Co-authored-by: Nicholas Hairs <[email protected]>
    4 people authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    84dd2c4 View commit details
    Browse the repository at this point in the history
  2. Version 0.31.0 (#2469)

    Kludex authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a507532 View commit details
    Browse the repository at this point in the history
Loading