Skip to content

Commit 3c97eaf

Browse files
Nick feedback -> Update CHANGELOG.md
Co-authored-by: Nick Cooke <[email protected]>
1 parent 40df541 commit 3c97eaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 11.7.0
2-
- [changed] Refactored the base `DataConnectError` error type to be a protocol instead of an enum and introduced concrete error types `DataConnectInitError`, `DataConnectCodecError`, `DataConnectOperationError`. Note that if you have code using a `switch` on the previous error enum, you will need to update that code. See the [PR] (https://github.com/firebase/data-connect-ios-sdk/pull/42) for a usage example and `DataConnectError.swift` for implementation details.
2+
- [changed] Firebase Data Connect has exited beta and is now generally available for use.
3+
- [changed] **Breaking Change:** Refactored the base `DataConnectError` error type to be a protocol instead of an enum and introduced concrete error types `DataConnectInitError`, `DataConnectCodecError`, `DataConnectOperationError`. Note that if you have code using a `switch` on the previous error enum, you will need to update that code. See the [PR] (https://github.com/firebase/data-connect-ios-sdk/pull/42) for a usage example and `DataConnectError.swift` for implementation details.
34
- [added] Support for partial errors via the above mentioned `DataConnectOperationError`.
45

56
# 11.6.0-beta

0 commit comments

Comments
 (0)