Skip to content

Commit 1938ce2

Browse files
authored
Update FDC local toolkit to v1.8.5. (#8310)
* Update FDC local toolkit to v1.8.5. * Update changelog.
1 parent 1d45035 commit 1938ce2

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
- Fix webframeworks deployments when using `site` in `firebase.json`. (#8295)
2-
- Add support for brownfield project onboard `dataconnect:sql:setup` (#8150)
2+
- Add support for brownfield project onboard `dataconnect:sql:setup`. (#8150)
3+
- Update the Firebase Data Connect local toolkit to v1.8.5, which includes the following changes: (#8310)
4+
- Fix the `Int` and `Int64` scalars to correctly validate the `int32` and `int64` ranges, respectively.
5+
- Fix the generated web SDK so that `pnpm` properly uses the `link` functionality.

src/emulator/downloadableEmulators.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
5959
dataconnect:
6060
process.platform === "darwin" // macos
6161
? {
62-
version: "1.8.4",
63-
expectedSize: 25588480,
64-
expectedChecksum: "421f6226a0433b824642c03eb0b6862d",
62+
version: "1.8.5",
63+
expectedSize: 25600768,
64+
expectedChecksum: "7e2a935f972ce30e075cca1f36e24663",
6565
}
6666
: process.platform === "win32" // windows
6767
? {
68-
version: "1.8.4",
69-
expectedSize: 26020352,
70-
expectedChecksum: "b78c95a7f071f127acda3a76cdcc8c48",
68+
version: "1.8.5",
69+
expectedSize: 26031616,
70+
expectedChecksum: "da063f9893b0ff4c99f280653c717977",
7171
}
7272
: {
73-
version: "1.8.4", // linux
74-
expectedSize: 25501848,
75-
expectedChecksum: "0aabd622b1a99b2a0d9c9dec4c7404fc",
73+
version: "1.8.5", // linux
74+
expectedSize: 25514136,
75+
expectedChecksum: "6564f779f7f5a467e587d7093ed7c3e3",
7676
},
7777
};
7878

0 commit comments

Comments
 (0)