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

Commits on Nov 10, 2022

  1. test: increase start delay for buildpack integration test (#207)

    This will decrease the flakiness of the tests due to not being able to
    reach the FF container/server because it hasn't started up fully yet.
    anniefu authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    5daeb4a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. test: add 3.11 to unit and conformance tests (#209)

    In preparation for adding the python311 runtime to GCF, we should start
    testing this version.
    matthewrobertson authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0ced0d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. fix: remove DRY_RUN env var and --dry-run flag (#210)

    Free the DRY_RUN env var name to be used for other purposes by function
    authors.
    
    The original intent of the DRY_RUN was to be used at build time for GCF
    to validate function syntax without starting the server, but this was
    never implemented. For local testing purposes, simply starting the
    functions framework server is a better method.
    anniefu authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f013ab4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    aa59a6b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    ccc6747 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. chore(master): release 3.3.0 (#211)

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