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

Commits on Jan 28, 2025

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

Commits on Feb 2, 2025

  1. Bump the python-packages group with 5 updates (#2860)

    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 Feb 2, 2025
    Configuration menu
    Copy the full SHA
    a7d0b14 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Use localhost instead of http://localhost in `TestClient(client=.…

    …..)` example (#2870)
    
    With #2810, it is possible to override the client host (i.e. the remote address; see https://www.starlette.io/requests/#client-address).
    
    The default value for `TestClient` is `testclient`, but an IP address in most circumstances.
    
    The documentation example for overriding the client host uses a full URI, which makes no sense: it's the remote address.
    WilliamDEdwards authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    1695942 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Add sponsorship page (#2877)

    Kludex authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    129ccdd View commit details
    Browse the repository at this point in the history
  2. Add deprecated warnings to TestClient on use of timeout argument (#…

    …2840)
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    iudeen and Kludex authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    135e3af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53aef69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e1c3c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ae3213 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9a8dab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abe3554 View commit details
    Browse the repository at this point in the history
  8. fix(gzip): Make sure Vary header is always added if a response can be…

    … compressed (#2865)
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    mattmess1221 and Kludex authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    f13d354 View commit details
    Browse the repository at this point in the history
  9. Raise exception from background task on BaseHTTPMiddleware (#2812)

    Co-authored-by: Thomas Grainger <tagrain@gmail.com>
    Kludex and graingert authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    5cc4ddf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a8e929 View commit details
    Browse the repository at this point in the history
  11. Version 0.46.0 (#2883)

    Kludex authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    a404872 View commit details
    Browse the repository at this point in the history
Loading