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-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: GoogleCloudPlatform/functions-framework-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 15, 2022

  1. chore: update cloudevents package (#428)

    * chore: update cloudevents. Fixes #425
    
    Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com>
    
    * chore: merge package json
    
    Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com>
    grant authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    198faee View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Disable Express eTag response header for consistent FF behaviour acro…

    …ss FF runtimes (#433)
    
    The Express.js framework handles [eTags] (https://expressjs.com/en/api.html#app.settings.table) by default. Therefore, will respond with HTTP 304 Not Modified when a known eTag header value is present in a request with the same response.
    
    In all other Function Framework runtime implementations, this behavior is not  implemented, and this caching behavior, which can be considered as an implementation detail, could be explicitly addressed by a developer as needed.
    
    This pull request aims make the NodeJs runtime version behaving the same as runtime implementations for GO, Java, Ruby, .Net Core, Python, and PHP.
    cstanger authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    195ae30 View commit details
    Browse the repository at this point in the history
  2. Revert "Disable Express eTag response header for consistent FF behavi…

    …our across FF runtimes (#433)" (#438)
    
    This reverts commit 195ae30.
    grant authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    957320b View commit details
    Browse the repository at this point in the history
  3. chore: do not renovate docs/experimental folders (#437)

    Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com>
    grant authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    451723b View commit details
    Browse the repository at this point in the history
  4. feat: Disable Express eTag response header for consistent FF behaviou…

    …r across FF runtimes (#439)
    
    * Revert "Revert "Disable Express eTag response header for consistent FF behaviour across FF runtimes  (#433)" (#438)"
    
    This reverts commit 957320b.
    
    * lint: update newlines
    grant authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    07668f6 View commit details
    Browse the repository at this point in the history
  5. fix(deps): update dependency minimist to v1.2.6 [security] (#432)

    Co-authored-by: Grant Timmerman <744973+grant@users.noreply.github.com>
    renovate-bot and grant authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    32bb723 View commit details
    Browse the repository at this point in the history
  6. chore(master): release 3.1.0 (#440)

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