diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f7f149d59..9ca1c9a11b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ - Check that billing is enabled and move App Hosting next to Hosting in init list (#7871). - Fix rollouts:create to handle backend regionality & other fixes. (#7862) - Fixed Next.js issue with PPR routes not rendering correctly. (#7625) +- Bump the Firebase Data Connect local toolkit version to v1.6.0, which adds support for `upsertMany`, introduces `vars` as a shorthand for `request.variables` in `@auth` expressions, adds new methods to `GeneratedConnector` and `GeneratedOperation` implementations in Kotlin codegen (requires the v16.0.0-beta03 SDK), and fixes the use of Timestamp with optional types in Dart codegen (#7888). diff --git a/src/emulator/downloadableEmulators.ts b/src/emulator/downloadableEmulators.ts index fbaed9bf865..ab8c906f305 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.5.1", - expectedSize: 25289472, - expectedChecksum: "92c425072db66c7e2cfa40b703ed807b", + version: "1.6.0", + expectedSize: 25301760, + expectedChecksum: "4fad7ada11b35ecea6c8aadf132a5a8a", } : process.platform === "win32" ? { - version: "1.5.1", - expectedSize: 25720320, - expectedChecksum: "2a5c654770233b740980d5f98f24be73", + version: "1.6.0", + expectedSize: 25731072, + expectedChecksum: "8d3a59cc79cd74199ee1d8c28012297f", } : { - version: "1.5.1", - expectedSize: 25202840, - expectedChecksum: "f95156cbcac237268791638ea0eb10e7", + version: "1.6.0", + expectedSize: 25219224, + expectedChecksum: "ceb10cfca7ded004c48f7724dbc0cccf", }, };