Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
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: stophobia/functions-framework-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: GoogleCloudPlatform/functions-framework-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 14 files changed
  • 5 contributors

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    3597a56 View commit details
    Browse the repository at this point in the history
  2. fix: remove Python 3.7 test execution (GoogleCloudPlatform#402)

    Python 3.7 is a decomissioned runtime. Tests are failing because of
    language features not supported by this python version. Disable these
    tests rather than backfixing.
    maemayve authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    ef45fae View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.10.0 (GoogleCloudPlatform#395)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    2cf966f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. fix: Correct cloudevents dependency to allow 1.11.0 (GoogleCloudPlatf…

    …orm#405)
    
    Python 3.7 is no longer supported so don't allow versions prior to
    1.11.0 but allow 1.11.0 as Python 3.8 is still supported by the
    framework.
    maemayve authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    8d74a7b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Configuration menu
    Copy the full SHA
    43e63f6 View commit details
    Browse the repository at this point in the history
  2. chore: configure dependabot to use fix commit type when updating depe…

    …dencies (GoogleCloudPlatform#411)
    
    Today, release-please doesn't trigger a release for commits with chore: commit type.
    
    We'd like to cut a release when updating dependencies that impacts the packaged artifact, so we'll instruct dependabot to use fix commit type instead of chore(deps) it uses today.
    taeold authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    0a3f09e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. chore(deps): update actions/setup-go action to v6 (GoogleCloudPlatfor…

    …m#410)
    
    Co-authored-by: Daniel Lee <danielylee@google.com>
    renovate-bot and taeold authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    f5fd4dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90a989 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.10.1 (GoogleCloudPlatform#406)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    80fdae7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6de5497 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b41ee77 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. Configuration menu
    Copy the full SHA
    715ba9a View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump starlette to >=1.0.1 on Python 3.10+ to fix PYSEC-202…

    …6-161 (GoogleCloudPlatform#423)
    
    Starlette <=1.0.0 is vulnerable to a missing Host header validation that poisons request.url.path and bypasses path-based security checks (GHSA-86qp-5c8j-p5mr / PYSEC-2026-161). The fix only landed in 1.0.1,
    which requires Python >=3.10.
    
    Constraint is split by interpreter version so Python 3.8/3.9 users keep the existing 0.x line (no upstream fix available) while Python 3.10+ pulls the patched 1.x line.
    
    Co-authored-by: Daniel Lee <danielylee@google.com>
    SpielerNogard and taeold authored Jun 17, 2026
    Configuration menu
    Copy the full SHA
    c650171 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.10.2 (GoogleCloudPlatform#417)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 17, 2026
    Configuration menu
    Copy the full SHA
    d13d9aa View commit details
    Browse the repository at this point in the history
Loading