You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,10 @@
7
7
- Fix an issue where updating a Cloud Function that retires would add incorrect fields to the updateMask. (#8560)
8
8
- Add SDK autoinit capabilities to App Hosting emulator. (#8582)
9
9
- 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.
0 commit comments