Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- Adds options to set access control on HTTP triggered functions.
- Adds new regions to support list (asia-east1, asia-southeast1).
- Adds support for setting user labels on functions via `runWith()`.
- Adds support for FIREBASE_CONFIG env as the name of a JSON file
- Fixes an issue where objects that define `toJSON` could not be logged successfully (#907).
- Formalize module exports. Loggers can now be accessed at 'firebase-functions/logger' and 'firebase-functions/logger/compat'
- Fixes an issue where Remote Config coiuld not be emulated in Windows machines on the classic Command Prompt.
- Fixes an issue where Remote Config could not be emulated in Windows machines on the classic Command Prompt.