Skip to content

Commit 5338516

Browse files
committed
chore: update CHANGELOG for v7.0.0
1 parent 755e3bc commit 5338516

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- BREAKING: Drop support for Node.js 16. Minimum supported version is now Node.js 18. (#1747)
2+
- BREAKING: Remove deprecated `functions.config()` API. Use `params` module for environment variables instead. (#1748)
3+
- BREAKING: Upgrade to TypeScript v5 and target ES2022. (#1746)
4+
- BREAKING: Unhandled errors in async `onRequest` handlers in the Emulator now return a 500 error immediately. (#1755)
5+
- Add support for ESM (ECMAScript Modules) alongside CommonJS. (#1750)
6+
- Add `onMutationExecuted()` trigger for Firebase Data Connect. (#1727)

0 commit comments

Comments
 (0)