Skip to content

Commit 01a2625

Browse files
authored
Update to Data Connect emulator 1.7.3 (#7971)
* Update to Data Connect emulator 1.7.3 * PR suggestion
1 parent 27d9f1c commit 01a2625

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33
- Updates `superstatic` to `9.1.0` (#7929).
44
- Added the appdistribution:group:list and appdistribution:testers:list commands.
55
- Aliased `appdistribution:group:*` commands to `appdistribution:groups:*`.
6-
- Updated the Firebase Data Connect local toolkit to v1.7.2, which includes bug fixes for `@auth` expressions that reference the `auth` variable, `Optional` arrays in Swift codegen, and updates Kotlin codegen to use fully-qualified class names everywhere. (#7968)
6+
- Updated the Firebase Data Connect local toolkit to v1.7.3, which includes:
7+
- Bug fixes for `@auth` expressions that reference the `auth` variable
8+
- Allows custom boolean claims on the auth token to be returned in expressions
9+
- Adds support for `Optional` arrays in Swift codegen
10+
- Updates Kotlin codegen to use fully-qualified class names everywhere
11+
- Removes `StringType_pattern` from generated docs and GQL prelude. (#7968)

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"
6161
? {
62-
version: "1.7.2",
63-
expectedSize: 25019136,
64-
expectedChecksum: "0d94b38bd15c07ba19d5e046ada88cd3",
62+
version: "1.7.3",
63+
expectedSize: 25211648,
64+
expectedChecksum: "8410794304b2ae340c3facf07d7edc16",
6565
}
6666
: process.platform === "win32"
6767
? {
68-
version: "1.7.2",
69-
expectedSize: 25441792,
70-
expectedChecksum: "c6fd5c3d51933857e105b0012ec78652",
68+
version: "1.7.3",
69+
expectedSize: 25641984,
70+
expectedChecksum: "a4bd0f9d9d884528fa4494e4d7918c08",
7171
}
7272
: {
73-
version: "1.7.2",
74-
expectedSize: 24932504,
75-
expectedChecksum: "d00bbb97c951eb17a48065838dc185f5",
73+
version: "1.7.3",
74+
expectedSize: 25125016,
75+
expectedChecksum: "48660e6370aeed973f33c3420c3255fb",
7676
},
7777
};
7878

0 commit comments

Comments
 (0)