Skip to content

Commit 49264ac

Browse files
committed
CHANGELOG.md updated to mention FirebaseDataConnectExperimental annotation
1 parent 94ac762 commit 49264ac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

firebase-dataconnect/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
* [changed] Requires Data Connect emulator version 1.6.0 or later for code generation.
2+
* [changed] Requires Data Connect emulator version 1.6.1 or later for code generation.
33
* [feature] QueryRef and MutationRef gain methods copy(), withDataDeserializer(),
44
and withVariablesSerializer().
55
([#6424](https://github.com/firebase/firebase-android-sdk/pull/6424))
@@ -13,6 +13,12 @@
1313
must implement equals() to be a _logical_ comparsion, rather than just
1414
checking for _referencial_ equality using the `===` operator.
1515
([#6424](https://github.com/firebase/firebase-android-sdk/pull/6424))
16+
* [feature] FirebaseDataConnectExperimental annotation added, and some
17+
APIs have been annotated with it, requiring applications that make use of
18+
these experimental APIs to opt-in using
19+
`@OptIn(FirebaseDataConnectExperimental::class)` to suppress warnings or
20+
errors related to using these experimental APIs.
21+
([#6424](https://github.com/firebase/firebase-android-sdk/pull/6424))
1622

1723
# 16.0.0-beta02
1824
* [changed] Updated protobuf dependency to `3.25.5` to fix

0 commit comments

Comments
 (0)