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/starlette
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.39.0
Choose a base ref
...
head repository: Kludex/starlette
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.39.1
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 23, 2024

  1. perf: avoid regex re-compile (#2700)

    * perf
    
    * format
    
    * avoid
    
    * fix
    trim21 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9d4d5a5 View commit details
    Browse the repository at this point in the history
  2. perf: stop use re on get_route_path (#2701)

    * perf: stop use re on get_route_path
    
    * add test
    trim21 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d289ac7 View commit details
    Browse the repository at this point in the history
  3. test: add tests in test_requests (#2677)

    * test: add tests in test_requests
    
    * test: add test for Request.close method
    
    * fix: typo
    
    * test: ignore conditional branch in coverage report and remove unnecessary test
    
    * test: pragma no branch
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <[email protected]>
    Orenoid and Kludex authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4fbf766 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Consider FileResponse.chunk_size when handling multiple ranges (#2703)

    * Take in consideration the `FileResponse.chunk_size` on multiple ranges
    
    * Update starlette/responses.py
    
    * Update starlette/responses.py
    
    * Update starlette/responses.py
    
    Co-authored-by: Frost Ming <[email protected]>
    
    ---------
    
    Co-authored-by: Frost Ming <[email protected]>
    Kludex and frostming authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b8139f9 View commit details
    Browse the repository at this point in the history
  2. generate boundary with token_hex (#2702)

    * generate boundary with token_hex
    
    * generate boundary with token_hex
    
    * fix
    
    * boundary size
    
    * Update starlette/responses.py
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <[email protected]>
    trim21 and Kludex authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    075efd0 View commit details
    Browse the repository at this point in the history
  3. Version 0.39.1 (#2706)

    * Version 0.39.1
    
    * Update docs/release-notes.md
    
    * Update docs/release-notes.md
    
    * Update docs/release-notes.md
    Kludex authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fa7b382 View commit details
    Browse the repository at this point in the history
Loading