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.31.1
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.32.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

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
Loading