File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
- Add initial delay when loading python functions (#8239 )
2
2
- Enforce webframeworks enablement only on webframeworks sites (#8168 )
3
3
- 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
Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
59
59
dataconnect :
60
60
process . platform === "darwin" // macos
61
61
? {
62
- version : "1.8.2 " ,
63
- expectedSize : 25506560 ,
64
- expectedChecksum : "2db676cb9d30b289897ffb7e5aa1ef63 " ,
62
+ version : "1.8.3 " ,
63
+ expectedSize : 25535232 ,
64
+ expectedChecksum : "53fb0bf52f21a84b1d6afa70371dd00c " ,
65
65
}
66
66
: process . platform === "win32" // windows
67
67
? {
68
- version : "1.8.2 " ,
69
- expectedSize : 25936384 ,
70
- expectedChecksum : "08e6ca0ad20893b565fb57effd687eb8 " ,
68
+ version : "1.8.3 " ,
69
+ expectedSize : 25965568 ,
70
+ expectedChecksum : "d717235f244e5bbbc00158eae3aa97f0 " ,
71
71
}
72
72
: {
73
- version : "1.8.2 " , // linux
74
- expectedSize : 25415832 ,
75
- expectedChecksum : "24e0eb78acb619ed91f6d268dd18df05 " ,
73
+ version : "1.8.3 " , // linux
74
+ expectedSize : 25448600 ,
75
+ expectedChecksum : "cd381e329a27ff0c81c41d7e635d6733 " ,
76
76
} ,
77
77
} ;
78
78
You can’t perform that action at this time.
0 commit comments