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: v4.1.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: v4.2.0
Choose a head ref
  • 8 commits
  • 21 files changed
  • 7 contributors

Commits on Dec 12, 2022

  1. Copy the full SHA
    837ec38 View commit details

Commits on Dec 15, 2022

  1. fix: prioritize boolean cors value over debug flags (#1189)

    * fix: prioritize boolean cors value over debug flags
    
    As discussed in firebase/firebase-tools#4862 it's not possible to disable cors in v2 functions, because the emulator enables the debug feature for cors overriding `opts.cors`.
    
    If we could prioritize the boolean flag over the debug feature, we could have both: The ability to disable cors and also prioritize the debug flag over user provided configuration.
    
    * chore: use less conditions to check desired cors state
    
    Co-authored-by: Daniel Lee <taeold@gmail.com>
    
    * style: format
    
    * chore: run prettier to follow formatting rules
    
    * style: format https spec file
    
    Co-authored-by: Daniel Lee <taeold@gmail.com>
    Co-authored-by: Cole Rogers <colerogers@users.noreply.github.com>
    3 people authored Dec 15, 2022
    Copy the full SHA
    27ce234 View commit details

Commits on Dec 19, 2022

  1. Copy the full SHA
    0ec9895 View commit details

Commits on Dec 28, 2022

  1. Copy the full SHA
    aae1abd View commit details

Commits on Jan 11, 2023

  1. Upgrade jsonwebtoken to version 9 (#1336)

    * Upgrade jsonwebtoken to version 9
    
    Upgrading jsonwebtoken to version 9.0.0 or higher.
    
    * Update changelog
    TheIronDev authored Jan 11, 2023
    Copy the full SHA
    21f4dcb View commit details

Commits on Jan 17, 2023

  1. Adds 'eventarcpublishing' as required API to custom event function (#…

    …1300)
    
    Adds `eventarcpublishing.googleapis.com` as a required API for the `onCustomEventPublished` trigger so that the CLI enables it on deployment. Attempting to deploy a cloud function to GCF that listens on a non-existent channel will throw an error; `eventarcpublishing` API is necessary to allow the CLI to create the channel before the function is deployed.
    blidd-google authored Jan 17, 2023
    Copy the full SHA
    7481764 View commit details

Commits on Jan 19, 2023

  1. Hide implementation of defineFloat. (#1341)

    Firebase CLI doesn't support defineFloat yet (firebase/firebase-tools#5433).
    taeold authored Jan 19, 2023
    Copy the full SHA
    a10dd78 View commit details
  2. 4.2.0

    google-oss-bot committed Jan 19, 2023
    Copy the full SHA
    5970dc7 View commit details
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
- Fix bug where some FireAlerts v2 functions didn't correctly return values back to Functions Framework. (#1324)
- Allow Functions to specify vpcConnector as a string parameter (#1329)
- Upgrade jsonwebtoken to version 9 (#1336)
- Adds 'eventarcpublishing' as required API to custom event function
- Hide type information of defineFloat in params module - it's not supported yet (#1341)
Loading