Skip to content

Commit 51fb153

Browse files
Changelog update for 11.7.1
1 parent 9ae8c10 commit 51fb153

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
# 11.7.1
2+
- [fixed] `AnyValue` type fixes to support decoding values fetched using PostgreSQL `jsonb_build_object`. `AnyValue` now internally stores data as a JSON value / dictionary instead of `Swift.Data`
3+
14
# 11.7.0
5+
- [changed] Firebase Data Connect has exited beta and is now generally available for use.
26
- [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.
37
- [added] Support for partial errors via the above mentioned `DataConnectOperationError`.
48

0 commit comments

Comments
 (0)