From 211c0af16f8a481806dd2e01d8da4388c7ffd4ca Mon Sep 17 00:00:00 2001 From: Leonardo Ortiz Date: Wed, 18 Sep 2024 19:32:58 -0300 Subject: [PATCH] add changelog for #7571 (#7681) * add changelog for #7571 * Update CHANGELOG.md --------- Co-authored-by: joehan --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470830ba31b..bbd7d450956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,4 @@ - Improved handling of Spark projects in `firebase init dataconnect`. (#7666) - Updated Firebase Data Connect local toolkit version to v1.3.7, which adds support for `v1beta` gRPC APIs and the `OrderDirection` enum in Swift, and makes transactional queries and mutations opt-in with the `@transaction` directive. (#7679) - Add dataconnect SQL grant command `firebase dataconnect:sql:grant -R -E email`. (#7656) +- Added better handling for paths with spaces in `getGlobalEsbuildVersion` function. (#7571)