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.25.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.26.0
Choose a head ref
  • 11 commits
  • 28 files changed
  • 4 contributors

Commits on Dec 24, 2023

  1. Add Panther to index.md (#2197)

    * Add Panther to index.md
    
    * Update index.md
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    AliRn76 and Kludex authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    e811b4e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

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

Commits on Dec 30, 2023

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

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    5515893 View commit details
    Browse the repository at this point in the history
  2. Bump httpx from 0.25.2 to 0.26.0 (#2203)

    Bumps [httpx](https://github.com/encode/httpx) from 0.25.2 to 0.26.0.
    - [Release notes](https://github.com/encode/httpx/releases)
    - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
    - [Commits](encode/httpx@0.25.2...0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: httpx
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    dependabot[bot] and Kludex authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    1cce88d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274d9af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc1de01 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Bump pytest from 7.4.3 to 7.4.4 (#2206)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.3...7.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3dd0d44 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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

Commits on Jan 16, 2024

  1. ♻️ Update root_path handling (from --root-path CLI option) to inc…

    …lude the root path prefix in the full ASGI `path` as per the ASGI spec (#2213)
    
    * ♻️ Update root-path handling to include it in the full path as per the ASGI spe, related to Starlette 0.35.0
    
    * ✅ Update tests for root_path, ensure it's added to the prefix of the path in the ASGI scope
    
    * ♻️ Update the (deprecated) WSGIMiddleware to follow closely the ASGI spec
    
    * ✅ Update tests for WSGIMiddleware
    
    * 🎨 Fix format in tests
    
    * Update tests/protocols/test_http.py
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    
    * Update uvicorn/protocols/http/httptools_impl.py
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    tiangolo and Kludex authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4af46c9 View commit details
    Browse the repository at this point in the history
  2. Version 0.26.0 (#2216)

    Kludex authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    99fafb3 View commit details
    Browse the repository at this point in the history
Loading