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: GoogleCloudPlatform/functions-framework-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.0
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: v3.10.1
Choose a head ref
  • 6 commits
  • 13 files changed
  • 4 contributors

Commits on Nov 17, 2025

  1. fix: Correct cloudevents dependency to allow 1.11.0 (#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 (#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 (#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 (#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
Loading