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.9.1
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.9.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 24, 2025

  1. fix: increase start delay for ASGI conformance tests to address flaky…

    … failures (#391)
    
    The ASGI conformance tests are failing sporadically with connection refused errors,
    where the server appears to not be ready when the test client attempts to connect.
    
    Hypothesis: The default 1-second start delay may be insufficient for Uvicorn/ASGI
    server startup in CI environments. This change increases startDelay to 5 seconds
    to match the buildpack integration tests, which have been running reliably.
    
    Note: The GitHub Action expects startDelay (camelCase) as an input parameter,
    which it then passes to the conformance test client as -start-delay flag.
    
    This is an attempt to diagnose and fix the intermittent failures - further
    investigation may be needed if the issue persists.
    taeold authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    1b6c428 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. chore(main): release 3.9.2 (#392)

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