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: firebase/firebase-functions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.1
Choose a base ref
...
head repository: firebase/firebase-functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.2
Choose a head ref
  • 6 commits
  • 25 files changed
  • 3 contributors

Commits on Dec 4, 2025

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

Commits on Dec 10, 2025

  1. feat: remove attemptDeadlineSeconds in v2 scheduled functions (#1776)

    * feat: tie scheduled function attemptDeadline to timeoutSeconds
    
    * feat: tie scheduled function attemptDeadline to timeoutSeconds
    
    * run formatter.
    
    * run formatter.
    
    * nit: fix formatting
    taeold authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    3577d9b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. fix: allow JsonSecretParam in secrets array (#1788)

    * fix: allow JsonSecretParam in secrets array
    
    JsonSecretParam was not accepted in the `secrets` option array because:
    
    1. The type was defined as `(string | SecretParam)[]`, excluding JsonSecretParam
    2. Runtime converters only checked for `instanceof SecretParam`
    
    Fixes #1783
    
    * fix tests.
    
    * Update src/v1/cloud-functions.ts
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update src/v2/options.ts
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update src/v1/function-builder.ts
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * nit: remove unused imports
    
    * add changelog.
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    taeold and gemini-code-assist[bot] authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    fd0e291 View commit details
    Browse the repository at this point in the history
  2. fix: export param types from firebase-functions/params (#1789)

    * fix: export param types from firebase-functions/params
    
    Export SecretParam, JsonSecretParam, StringParam, BooleanParam, IntParam,
    ListParam, and Param types to allow users to import them for type annotations.
    
    Fixes #1777
    
    * nit: merge export
    
    * add changelog.
    
    * nit: fix pr link in changelog
    taeold authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    bb407c6 View commit details
    Browse the repository at this point in the history
  3. 7.0.2-rc.0

    google-oss-bot committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    a35cc87 View commit details
    Browse the repository at this point in the history
  4. 7.0.2

    google-oss-bot committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    e6d5c66 View commit details
    Browse the repository at this point in the history
Loading