Skip to content

Commit

Permalink
Merge 34ef1d1 into f9a7674
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed May 17, 2019
2 parents f9a7674 + 34ef1d1 commit 9005fba
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions changelog.txt
@@ -1,11 +1,11 @@
feature - database:instances:{create,list} now allow viewing and creating Realtime Database instances
fixed - Fixed issue with CORS rejecting some callable functions.
fixed - Functions emulator no longer watches node_modules files.
fixed - Functions emulator fails to route HTTPS functions to user-provided Express app
fixed - Functions emulator fails to provide correct req.path
fixed - Functions emulator fails on various malformed body requests
fixed - Functions emulator fails on Windows with EACCESS error
fixed - Functions emulator can now automatically initialize "firebase-admin" for simple use-cases.
fixed - Fixed race condition where downloading emulators would sometimes resolve too early and fail.
fixed - Fixed a number of issues that broke functions:shell.
fixed - Fixed an issue where Firestore emulator would not start if rules file can't be found.
* `database:instances:{create,list}` now allow viewing and creating Realtime Database instances
* Fixed issue with CORS rejecting some callable functions
* Functions emulator no longer watches node_modules files
* Functions emulator fails to route HTTPS functions to user-provided Express app
* Functions emulator fails to provide correct `req.path`
* Functions emulator fails on various malformed body requests
* Functions emulator fails on Windows with `EACCESS` error
* Functions emulator can now automatically initialize `firebase-admin` for simple use-cases
* Fixed race condition where downloading emulators would sometimes resolve too early and fail
* Fixed a number of issues that broke `functions:shell`
* Fixed an issue where Firestore emulator would not start if rules file can't be found

0 comments on commit 9005fba

Please sign in to comment.