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
Expand Up @@ -12,7 +12,9 @@
- Adds a special require that mimics Node.js 8 runtime logging in Node.js 10 and later runtimes:

```js
require('firebase-functions/logger/compat');
require('firebase-functions/lib/logger/compat');
```

In newer runtimes, requiring this will emit text logs with multi-line support and appropriate severity. In the Node.js 8 runtime, the `compat` module has no effect.

- Fixes `https.onRequest` type signature to allow Promises for `async` functions.