Skip to content

Commit

Permalink
Bump FDC local toolkit to v1.7.5. (#8058)
Browse files Browse the repository at this point in the history
* Bump FDC local toolkit to v1.7.5.

* Update changelog.
  • Loading branch information
rosalyntan authored Dec 12, 2024
1 parent c3896ad commit 5039643
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- CF3 callables can now be annotate with a genkit action they are serving (#8039)
- HTTPS functions can now be upgraded to HTTPS Callable functions (#8039)
- Update default tsconfig to support more modern defaults (#8039)
- 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)
16 changes: 8 additions & 8 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
dataconnect:
process.platform === "darwin"
? {
version: "1.7.4",
expectedSize: 25277184,
expectedChecksum: "74f6b66c79a8a903132c7ab26c644593",
version: "1.7.5",
expectedSize: 25281280,
expectedChecksum: "85d0de96b5c08b553fd8506a2bc381bb",
}
: process.platform === "win32"
? {
version: "1.7.4",
expectedSize: 25707520,
expectedChecksum: "66eec92e2d57ae42a8b58f33b65b4184",
version: "1.7.5",
expectedSize: 25711616,
expectedChecksum: "c99d67fa8e74d41760b96122b055b8e2",
}
: {
version: "1.7.4",
version: "1.7.5",
expectedSize: 25190552,
expectedChecksum: "acb7be487020afa6e1a597ceb8c6e862",
expectedChecksum: "61d966b781e6f2887f8b38ec271b54e2",
},
};

Expand Down

0 comments on commit 5039643

Please sign in to comment.