-
Notifications
You must be signed in to change notification settings - Fork 226
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: firebase/firebase-functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 25 files changed
- 3 contributors
Commits on Dec 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b024089 - Browse repository at this point
Copy the full SHA b024089View commit details
Commits on Dec 10, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 3577d9b - Browse repository at this point
Copy the full SHA 3577d9bView commit details
Commits on Dec 16, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for fd0e291 - Browse repository at this point
Copy the full SHA fd0e291View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bb407c6 - Browse repository at this point
Copy the full SHA bb407c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35cc87 - Browse repository at this point
Copy the full SHA a35cc87View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d5c66 - Browse repository at this point
Copy the full SHA e6d5c66View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.0.1...v7.0.2