Skip to content

Commit b84c378

Browse files
rosalyntanjoehan
andauthored
Bump FDC local toolkit to v1.8.3. (#8263)
* Bump FDC local toolkit to v1.8.3. * Update changelog. --------- Co-authored-by: joehan <[email protected]>
1 parent 112c0c4 commit b84c378

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
- Add initial delay when loading python functions (#8239)
22
- Enforce webframeworks enablement only on webframeworks sites (#8168)
33
- Fix issue where `apps:init` throws an error upon app creation
4+
- Update Firebase Data Connect local toolkit to v1.8.3, which includes the following changes: (#8263)
5+
- Adds a `_metadata.distance` field to vector similarity search results
6+
- Fixes `auth` and `request.auth` when the request is unauthenticated
7+
- Fixes an issue with hanging commas in import statements in the generated Web SDK
8+
- Fixes an issue where the additional union type `{ __angular?: true }` breaks type inference in the generated Web SDK

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.2",
63-
expectedSize: 25506560,
64-
expectedChecksum: "2db676cb9d30b289897ffb7e5aa1ef63",
62+
version: "1.8.3",
63+
expectedSize: 25535232,
64+
expectedChecksum: "53fb0bf52f21a84b1d6afa70371dd00c",
6565
}
6666
: process.platform === "win32" // windows
6767
? {
68-
version: "1.8.2",
69-
expectedSize: 25936384,
70-
expectedChecksum: "08e6ca0ad20893b565fb57effd687eb8",
68+
version: "1.8.3",
69+
expectedSize: 25965568,
70+
expectedChecksum: "d717235f244e5bbbc00158eae3aa97f0",
7171
}
7272
: {
73-
version: "1.8.2", // linux
74-
expectedSize: 25415832,
75-
expectedChecksum: "24e0eb78acb619ed91f6d268dd18df05",
73+
version: "1.8.3", // linux
74+
expectedSize: 25448600,
75+
expectedChecksum: "cd381e329a27ff0c81c41d7e635d6733",
7676
},
7777
};
7878

0 commit comments

Comments
 (0)