Skip to content

Commit 5e96551

Browse files
Update FDC local toolkit to v2.6.1 (#8598)
* Update FDC local toolkit to v2.6.1 * Update changelog * Update changelog * Fix property names in emulator info json * Fix formatting in CHANGELOG.md
1 parent b86a9a6 commit 5e96551

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@
77
- Fix an issue where updating a Cloud Function that retires would add incorrect fields to the updateMask. (#8560)
88
- Add SDK autoinit capabilities to App Hosting emulator. (#8582)
99
- Provision App Hosting compute service account during init flow. (#8580)
10+
- Updated the Firebase Data Connect local toolkit to v2.6.1, which includes the following changes: (#8598)
11+
- Fixed a bug where `@transaction` continued to execute after errors and produces more confusing errors.
12+
- Fixed a bug where rolled-back fields in `@transaction` returned bogus data that had been invalidated by the rollback. They now correctly return null with a corresponding error "(rolled back)".
13+
- Disallow `@check` on side-effect fields if the mutation doesn't have `@transaction`.
14+
- Improved error messages when reading a field of `null` in CEL expressions.
15+
- Updated the underlying Go dependency version from v1.22.2 to v1.22.12.
16+
- Added the `response` binding to Server Values and `@check(expr:)` CEL expressions.

src/emulator/downloadableEmulatorInfo.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
3939
},
4040
"dataconnect": {
4141
"darwin": {
42-
"version": "2.5.0",
43-
"expectedSize": 27378432,
44-
"expectedChecksum": "d18bc3a07be90886f6ec212f3393b66e",
45-
"expectedChecksumSHA256": "a863e04f45a6704c25f1a7155c13dac5ed5f481f1a75ed11e45abed570d13117"
42+
"version": "2.6.1",
43+
"expectedSize": 27415296,
44+
"expectedChecksum": "5814d22b06b1321409f40693dfe47288",
45+
"expectedChecksumSHA256": "8df1cfac6ef747909b3c18b57ba52b70a11d53b9d0a22b197011d6550ceca133"
4646
},
4747
"win32": {
48-
"version": "2.5.0",
49-
"expectedSize": 27836416,
50-
"expectedChecksum": "d335e9295b00381eb12682bc944ffef7",
51-
"expectedChecksumSHA256": "8a216c475c4796bfcd65bcfb52aa303b3d79f389e3675dbf37702052d82c04c5"
48+
"version": "2.6.1",
49+
"expectedSize": 27875328,
50+
"expectedChecksum": "21381052c2bf767ee84fb85975cfd4d5",
51+
"expectedChecksumSHA256": "6bebaa9575b460c4fa170b191d94722923a3c869bc1eca24c7e444428e6b7a70"
5252
},
5353
"linux": {
54-
"version": "2.5.0",
55-
"expectedSize": 27295896,
56-
"expectedChecksum": "dc44dbfd972a9b3608794909df517077",
57-
"expectedChecksumSHA256": "7276447968da6375d3818f5011b1474f39510ec53b2fa14c4b771f795e19e7bd"
54+
"version": "2.6.1",
55+
"expectedSize": 27332760,
56+
"expectedChecksum": "0480a92f5af8e8441e680dc4e7995263",
57+
"expectedChecksumSHA256": "4f60baf4649c670227314302056f50b1c40ccc8d673b98d16935977508342a67"
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)