We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81e610 commit b09555bCopy full SHA for b09555b
firebase-dataconnect/CHANGELOG.md
@@ -2,6 +2,11 @@
2
* [changed] Removed the "beta" suffix from the version of the Firebase Data
3
Connect Android SDK, thus graduating it from "beta" to "generally available".
4
([#6792](https://github.com/firebase/firebase-android-sdk/pull/6792))
5
+* [changed] DataConnectOperationException added, enabling support for partial
6
+ errors; that is, any data that was received and/or was able to be decoded is
7
+ now available via the "response" property of the exception thrown when a
8
+ query or mutation is executed.
9
+ ([#NNNN](https://github.com/firebase/firebase-android-sdk/pull/NNNN))
10
* [changed] Changed gRPC proto package to v1 (was v1beta).
11
([#6729](https://github.com/firebase/firebase-android-sdk/pull/6729))
12
0 commit comments