From bdc4e9541a664baac4ca04ea45729e59e52eb593 Mon Sep 17 00:00:00 2001 From: Fred Zhang Date: Thu, 26 Sep 2024 10:05:08 -0700 Subject: [PATCH 1/5] Release emulator --- src/emulator/downloadableEmulators.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/emulator/downloadableEmulators.ts b/src/emulator/downloadableEmulators.ts index f98f5627bc5..5c6eecb706b 100755 --- a/src/emulator/downloadableEmulators.ts +++ b/src/emulator/downloadableEmulators.ts @@ -59,20 +59,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet dataconnect: process.platform === "darwin" ? { - version: "1.4.0", - expectedSize: 25105152, - expectedChecksum: "a1dc95f1ead2370d559b7df05b30e60e", + version: "1.4.1", + expectedSize: 25125632, + expectedChecksum: "dd0f7b6778f6348842bb047b5c9cf8ae", } : process.platform === "win32" ? { - version: "1.4.0", - expectedSize: 25529344, - expectedChecksum: "92f7da686e00a36680460b0379863493", + version: "1.4.1", + expectedSize: 25548288, + expectedChecksum: "6e18942545330b647fc429467d80db8e", } : { - version: "1.4.0", - expectedSize: 25018520, - expectedChecksum: "dc7d26bf1be7ea2e1a40e1f8092d167a", + version: "1.4.1", + expectedSize: 25034904, + expectedChecksum: "4e24d8f5aa4c7757d77883f65c5f004b", }, }; From aa81a7cc7cc3b29e1b64eeb34b5c303bac0f9d0d Mon Sep 17 00:00:00 2001 From: Fred Zhang Date: Thu, 26 Sep 2024 10:07:08 -0700 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17a0280fe6..0a62011d1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ - Switched Data Connect emulator to use an in memory PGLite database instead of requiring a separate Postgres installation. Deprecated 'dataconnectEmulator`in`.firebaserc`. - Released version 1.4.0 of the Data Connect emulator, which includes SDK support for `Any` scalar type and `OrderDirection`, support for `first` to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details. - Revert the minimum Functions SDK version and add logging for extensions features using v5.1.0 (#7731). +- Release Data Connect Emulator v1.4.1 (#7744). From 2577af7da4f2989f722e81c004b03dcb1ad6f833 Mon Sep 17 00:00:00 2001 From: Fred Zhang Date: Thu, 26 Sep 2024 10:08:15 -0700 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a62011d1cf..5e5b8b384d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ - Switched Data Connect emulator to use an in memory PGLite database instead of requiring a separate Postgres installation. Deprecated 'dataconnectEmulator`in`.firebaserc`. -- Released version 1.4.0 of the Data Connect emulator, which includes SDK support for `Any` scalar type and `OrderDirection`, support for `first` to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details. +- Released version 1.4.1 of the Data Connect emulator, which includes SDK support for `Any` scalar type and `OrderDirection`, support for `first` to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details (#7744). - Revert the minimum Functions SDK version and add logging for extensions features using v5.1.0 (#7731). -- Release Data Connect Emulator v1.4.1 (#7744). From c83cf76dda7f65b1a23e5bfdc9f552be59eb40f1 Mon Sep 17 00:00:00 2001 From: Fred Zhang Date: Thu, 26 Sep 2024 11:39:18 -0700 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5b8b384d6..04b03bdca5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ - Switched Data Connect emulator to use an in memory PGLite database instead of requiring a separate Postgres installation. Deprecated 'dataconnectEmulator`in`.firebaserc`. -- Released version 1.4.1 of the Data Connect emulator, which includes SDK support for `Any` scalar type and `OrderDirection`, support for `first` to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details (#7744). +- Released version 1.4.2 of the Data Connect emulator, which includes SDK support for `Any` scalar type and `OrderDirection`, support for `first` to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details (#7744). - Revert the minimum Functions SDK version and add logging for extensions features using v5.1.0 (#7731). From c601123b7c8fe3a0f9ec278890a032a8b726422b Mon Sep 17 00:00:00 2001 From: Fred Zhang Date: Thu, 26 Sep 2024 11:40:21 -0700 Subject: [PATCH 5/5] Update downloadableEmulators.ts --- src/emulator/downloadableEmulators.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/emulator/downloadableEmulators.ts b/src/emulator/downloadableEmulators.ts index 5c6eecb706b..df6964507c2 100755 --- a/src/emulator/downloadableEmulators.ts +++ b/src/emulator/downloadableEmulators.ts @@ -59,20 +59,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet dataconnect: process.platform === "darwin" ? { - version: "1.4.1", + version: "1.4.2", expectedSize: 25125632, - expectedChecksum: "dd0f7b6778f6348842bb047b5c9cf8ae", + expectedChecksum: "25c7dfe5816f4bfba82f002bcab10340", } : process.platform === "win32" ? { - version: "1.4.1", - expectedSize: 25548288, - expectedChecksum: "6e18942545330b647fc429467d80db8e", + version: "1.4.2", + expectedSize: 25548800, + expectedChecksum: "854ddf17fd9adeafd19531282ccc2a46", } : { - version: "1.4.1", + version: "1.4.2", expectedSize: 25034904, - expectedChecksum: "4e24d8f5aa4c7757d77883f65c5f004b", + expectedChecksum: "ed21d946879647f24fade5cdd93c9eb3", }, };