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.2.2
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.2.3
Choose a head ref
  • 11 commits
  • 31 files changed
  • 6 contributors

Commits on Mar 17, 2026

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

Commits on Mar 18, 2026

  1. Initial pass for new webhook (#1836)

    * Checkpoint. Need to ensure tests use real express and want to support Any decoding
    
    * Ready for review
    
    * Resore depency files
    
    * PR feedback
    
    * Rewriting error preambles
    inlined authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    c2f7c96 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Destructuring API pt 1: foundation & pubsub (#1837)

    * Add addV1Compat and refactor compat.ts
    
    * Add destructuring support for pubsub
    
    * Lint
    
    * test memoization
    
    * Remove unnecessary casts or anys
    
    * Format
    inlined authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    01ed20c View commit details
    Browse the repository at this point in the history
  2. Re-merge already-reviewed changes (#1846)

    * Add addV1Compat and refactor compat.ts
    
    * Add destructuring support for pubsub
    
    * Lint
    
    * test memoization
    
    * Remove unnecessary casts or anys
    
    * Format
    
    * Inlined.destructuring.tasks (#1844)
    
    * Add destructuring support for tasks
    
    * Add destructuring support for tasks
    
    * Add destructuring support for firestore (#1839)
    
    * Add destructuring support for firestore
    
    * Add destructuring support for pubsub
    
    * Lint
    
    * Initial pass for new webhook (#1836)
    
    * Checkpoint. Need to ensure tests use real express and want to support Any decoding
    
    * Ready for review
    
    * Resore depency files
    
    * PR feedback
    
    * Rewriting error preambles
    
    * test memoization
    
    * Remove unnecessary casts or anys
    
    * Format
    
    * checkpoint
    
    * Fix typing
    
    * Add destructuring support for storage (#1843)
    
    * Add destructuring support for storage
    
    * better typing and formatting
    
    * Add destructuring support for scheduler (#1842)
    
    * Add destructuring support for scheduler
    
    * PR feedback
    
    * Format
    
    * Add destructuring support for remoteConfig (#1841)
    
    * Add destructuring support for remoteConfig
    
    * Format
    
    * Add destructuring support for database (#1838)
    
    * Add destructuring support for database
    
    * DRY
    
    * Remove unnecessary anys
    
    * Format
    
    * Mega-PR feedback
    inlined authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    bd97ef7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Addresses v1->v2 issues with emoji (#1834)

    * addresses issues with emoji
    
    * fixes minor error
    brittanycho authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    a8c9d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Add improved FAL regionality & convert trigger type from HTTPS to blo…

    …cking (#1848)
    
    * Implement go/fal-cf3-locality
    
    * Update src/v2/providers/ai/index.ts
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update spec/v2/providers/ai.spec.ts
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Formatter
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    inlined and gemini-code-assist[bot] authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    5063ff0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Prerelease changelogs are optional (#1852)

    * Changelog
    
    * Lint. Why did this change other files?
    
    * Make changelog optional in prerelease rather than adding a stupid one
    
    * Fix inverted logic
    
    * Use double brackets for prerelease check
    
    * More brackets is better, right?
    inlined authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    7132584 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Accept BooleanParams in CallableOptions (#1854)

    * Accept BooleanParams in CallableOptions
    
    CallableOptions was not matching the same behavior as HttpsOptions,
    where app check env variables should be resolvable. This updates
    enforceAppCheck and consumeAppCheckToken to accept BooleanParams.
    
    * Accept BooleanParams in CallableOptions
    
    CallableOptions was not matching the same behavior as HttpsOptions,
    where app check env variables should be resolvable. This updates
    enforceAppCheck and consumeAppCheckToken to accept BooleanParams.
    wandamora authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    9186780 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Configuration menu
    Copy the full SHA
    7eb8206 View commit details
    Browse the repository at this point in the history
  2. Update changelog (#1858)

    wandamora authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    4d6a1cf View commit details
    Browse the repository at this point in the history
  3. 7.2.3

    google-oss-bot committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    c8d9c7c View commit details
    Browse the repository at this point in the history
Loading