diff --git a/CHANGELOG.md b/CHANGELOG.md index 77216fa9111..d6d21edaa9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,8 @@ - Fixed SSR issues in Angular 19 by adding support for default and reqHandler exports. (#8145) - Added Angular 19 as supported version. (#8145) - Fixed `appdistribution:testers:list` raising an error when a tester is not part of any group. (#8191) +- Updated the Firebase Data Connect local toolkit to v1.8.0, which includes several changes: (#8210) + - Adds support for the `v1` Data Connect API in the emulator + - Adds support for generated React SDKs + - Fixes `@check` to also be evaluated for admin auth + - Fixes CEL expressions to be able to access `@redact` fields diff --git a/src/emulator/downloadableEmulators.ts b/src/emulator/downloadableEmulators.ts index 07c558c5602..bcb2ea15791 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.7.7", - expectedSize: 25359104, - expectedChecksum: "c5481addc04e14d10538add7aabda183", + version: "1.8.0", + expectedSize: 25469696, + expectedChecksum: "d20a4240b4290a262caff3d0d3a85a4f", } : process.platform === "win32" ? { - version: "1.7.7", - expectedSize: 25788416, - expectedChecksum: "9f7e5b9bcbca47de509fbc26cc1e0fa8", + version: "1.8.0", + expectedSize: 25903616, + expectedChecksum: "dda0350259449493ecc5cc24187ce752", } : { - version: "1.7.7", - expectedSize: 25268376, - expectedChecksum: "fb239ecf5dcbf87b762d12a3e9dee012", + version: "1.8.0", + expectedSize: 25383064, + expectedChecksum: "54a19e336f4118854c4c2d4eeeccb506", }, };