File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
3
3
* [ feature] QueryRef and MutationRef gain methods copy(), withDataDeserializer(),
4
4
and withVariablesSerializer().
5
5
([ #6424 ] ( https://github.com/firebase/firebase-android-sdk/pull/6424 ) )
13
13
must implement equals() to be a _ logical_ comparsion, rather than just
14
14
checking for _ referencial_ equality using the ` === ` operator.
15
15
([ #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 ) )
16
22
17
23
# 16.0.0-beta02
18
24
* [ changed] Updated protobuf dependency to ` 3.25.5 ` to fix
You can’t perform that action at this time.
0 commit comments