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-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: firebase/firebase-functions-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 8, 2022

  1. Copy the full SHA
    e0361f6 View commit details

Commits on Oct 14, 2022

  1. BREAKING: Drop support for Firebase Functions SDK v3 and below. (#174)

    We also pin down peer dep requirement for firebase-admin to peer dependencies required for v4 firebase-functions sdk.
    taeold authored Oct 14, 2022
    Copy the full SHA
    61048cf View commit details
  2. Revert "BREAKING: Drop support for Firebase Functions SDK v3 and belo…

    …w. (#174)" (#177)
    
    This reverts commit 61048cf.
    taeold authored Oct 14, 2022
    Copy the full SHA
    8a74e61 View commit details
  3. firebase-functions-test v3 (major version bump) (#180)

    * Update mockConfig function for v4 firebase-functions (#173)
    
    V4 Functions SDK does not expose the config singleton directly.
    
    Use the internal-only `resetCache` function instead.
    
    * Fix Firebase Functions v4 compatibility issues. (#175)
    
    1. Replace all use of __trigger annotation to __endpoint
    
    2. Correct import path for Expression class/type
    
    * BREAKING: Drop support for Firebase Functions SDK v3 and below - take 2 (#178)
    
    We also pin down peer dep requirement for firebase-admin to peer dependencies required for v4 firebase-functions sdk.
    
    * Bump firebase functions sdk version to v4 release candidate. (#179)
    taeold authored Oct 14, 2022
    Copy the full SHA
    0238e23 View commit details

Commits on Oct 17, 2022

  1. 3.0.0

    google-oss-bot committed Oct 17, 2022
    Copy the full SHA
    bedadef View commit details
Loading