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.21.1
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.22.0
Choose a head ref
  • 20 commits
  • 27 files changed
  • 12 contributors

Commits on Mar 28, 2023

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

Commits on Apr 1, 2023

  1. Bump coverage from 7.1.0 to 7.2.2 (#1920)

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.1.0 to 7.2.2.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.1.0...7.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      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>
    dependabot[bot] authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b54e248 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    27b5eee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b28bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d20c97d View commit details
    Browse the repository at this point in the history
  4. Upgrade and fix Black (#1926)

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    aminalaee and Kludex authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    ed365b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    f34198c View commit details
    Browse the repository at this point in the history
  2. Handle missing trustme/cryptography gracefully in the test suite (#1940)

    * Handle missing trustme/cryptography gracefully in the test suite
    
    Skip tests requiring trustme/cryptography if either of the packages
    are not installed.  This makes it possible to run most of the test suite
    on architectures that do not feature a working Rust toolchain
    at the time.
    
    * Apply suggestions from code review
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    mgorny and Kludex authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    23deb2b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Fix shutdown event on Windows in reloader (#1584)

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    StarHeartHunt and Kludex authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b934b3d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

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

Commits on Apr 18, 2023

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

Commits on Apr 22, 2023

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

Commits on Apr 25, 2023

  1. Update scripts/check (#1952)

    aminalaee authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6dcb6a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    176b4be View commit details
    Browse the repository at this point in the history
  2. Add --timeout-graceful-shutdown parameter (#1950)

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    JonasKs and Kludex authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2c0ea0a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    913afe1 View commit details
    Browse the repository at this point in the history
  2. Remove unused events (#1956)

    JonasKs authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4d302a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Version 0.22.0 (#1957)

    Kludex authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    71043a9 View commit details
    Browse the repository at this point in the history
Loading