Skip to content

Commit 5039643

Browse files
authored
Bump FDC local toolkit to v1.7.5. (#8058)
* Bump FDC local toolkit to v1.7.5. * Update changelog.
1 parent c3896ad commit 5039643

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- CF3 callables can now be annotate with a genkit action they are serving (#8039)
55
- HTTPS functions can now be upgraded to HTTPS Callable functions (#8039)
66
- Update default tsconfig to support more modern defaults (#8039)
7+
- Update the Firebase Data Connect local toolkit to v1.7.5, which includes a fix for Kotlin codegen that ensures that generated XxxKeys.kt files include the required `@file:UseSerializers(UUIDSerializer::class)` annotation. (#8058)

src/emulator/downloadableEmulators.ts

+8-8
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"
6161
? {
62-
version: "1.7.4",
63-
expectedSize: 25277184,
64-
expectedChecksum: "74f6b66c79a8a903132c7ab26c644593",
62+
version: "1.7.5",
63+
expectedSize: 25281280,
64+
expectedChecksum: "85d0de96b5c08b553fd8506a2bc381bb",
6565
}
6666
: process.platform === "win32"
6767
? {
68-
version: "1.7.4",
69-
expectedSize: 25707520,
70-
expectedChecksum: "66eec92e2d57ae42a8b58f33b65b4184",
68+
version: "1.7.5",
69+
expectedSize: 25711616,
70+
expectedChecksum: "c99d67fa8e74d41760b96122b055b8e2",
7171
}
7272
: {
73-
version: "1.7.4",
73+
version: "1.7.5",
7474
expectedSize: 25190552,
75-
expectedChecksum: "acb7be487020afa6e1a597ceb8c6e862",
75+
expectedChecksum: "61d966b781e6f2887f8b38ec271b54e2",
7676
},
7777
};
7878

0 commit comments

Comments
 (0)