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.25.0
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.26.0
Choose a head ref
  • 15 commits
  • 23 files changed
  • 8 contributors

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    f5b9acf View commit details
    Browse the repository at this point in the history
  2. Update link to jinja2 (#2043)

    The old link doesn't support https, which makes it not work for
    https-only users, and it only redirects to this one anyway.
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    magnuswatn and Kludex authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f9cfc2d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    117562a View commit details
    Browse the repository at this point in the history
  2. Bump build from 0.9.0 to 0.10.0 (#2052)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    01d34ff View commit details
    Browse the repository at this point in the history
  3. Bump mypy from 0.991 to 1.0.1 (#2055)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    bb121e0 View commit details
    Browse the repository at this point in the history
  4. Bump types-contextvars from 2.4.7 to 2.4.7.1 (#2054)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    986aad9 View commit details
    Browse the repository at this point in the history
  5. Bump pytest from 7.2.0 to 7.2.1 (#2051)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    4fdfad2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Bump mkdocs-material from 8.5.7 to 9.0.15 (#2053)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e594de7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Support lifespan state (#2060)

    Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
    Kludex and adriangb authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    da6461b View commit details
    Browse the repository at this point in the history
  2. Change url_for signature to return a URL instance (#1385)

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    aminalaee and Kludex authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b2f25e5 View commit details
    Browse the repository at this point in the history
  3. Document Lifespan state (#2064)

    Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
    Kludex and adriangb authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    5472c44 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Allow "name" argument on url_for() and url_path_for() (#2050)

    Co-authored-by: Daniel <709115+dansan@users.noreply.github.com>
    Kludex and dansan authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b3add7e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    92ab71e View commit details
    Browse the repository at this point in the history
  2. Deprecate on_startup and on_shutdown events (#2070)

    * Revert "Support lifespan state (#2060)"
    
    This reverts commit da6461b.
    
    * new implementation
    
    * Deprecate `on_startup` and `on_shutdown` events
    
    * Rename `events.md` by `lifespan.md`
    
    ---------
    
    Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
    Kludex and adriangb authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cc20c86 View commit details
    Browse the repository at this point in the history
  3. Version 0.26.0 (#2071)

    Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
    Kludex and adriangb authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a5b0088 View commit details
    Browse the repository at this point in the history
Loading