Skip to content

Commit bcda6da

Browse files
committed
CHANGELOG.md: Move entries for post-16.0.0-alpah05 from FirebaseDataConnect.kt to CHANGELOG.md
1 parent 663a9fd commit bcda6da

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

firebase-dataconnect/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
* [feature] Initial release of the Data Connect SDK (public preview). Learn how to
33
[get started](https://firebase.google.com/docs/data-connect/android-sdk)
44
with the SDK in your app.
5+
* [feature] Added App Check support.
6+
([#6176](https://github.com/firebase/firebase-android-sdk/pull/6176))
7+
* [feature] Added `AnyValue` to support the `Any` custom GraphQL scalar type.
8+
([#6285](https://github.com/firebase/firebase-android-sdk/pull/6285))
59
* [feature] Added ability to specify `SerializersModule` when serializing.
10+
([#6297](https://github.com/firebase/firebase-android-sdk/pull/6297))
611
* [feature] Added `CallerSdkType`, which enables tracking of the generated SDK usage.
12+
([#6298](https://github.com/firebase/firebase-android-sdk/pull/6298) and
13+
[#6179](https://github.com/firebase/firebase-android-sdk/pull/6179))
714
* [changed] Changed gRPC proto package to v1beta (was v1alpha).
15+
([#6299](https://github.com/firebase/firebase-android-sdk/pull/6299))
16+
* [changed] Added `equals` and `hashCode` methods to `GeneratedConnector`.
17+
([#6177](https://github.com/firebase/firebase-android-sdk/pull/6177))

firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/FirebaseDataConnect.kt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -88,24 +88,6 @@ import kotlinx.serialization.modules.SerializersModule
8888
* into the `master` branch of https://github.com/firebase/firebase-android-sdk, at which point the
8989
* release notes will become part of the regular Android SDK releases.
9090
*
91-
* #### 16.0.0-alpha06 (not yet released)
92-
* - [#6176](https://github.com/firebase/firebase-android-sdk/pull/6176]) Added App Check support.
93-
* To use App Check, simply enable it like for any other Firebase product, as documented at
94-
* https://firebase.google.com/docs/app-check.
95-
* - [#6179](https://github.com/firebase/firebase-android-sdk/pull/6179]) Added metrics to track if
96-
* Data Connect queries and mutations are invoked from the generated SDK or from direct usage of the
97-
* Data Connect SDK, not using the code generation offered by Data Connect.
98-
* - [#6177](https://github.com/firebase/firebase-android-sdk/pull/6177]) Added `equals` and
99-
* `hashCode` methods to [com.google.firebase.dataconnect.generated.GeneratedConnector]. This is
100-
* purely a cosmetic change, but requires using dataconnect emulator v1.1.18 (released May 23, 2024)
101-
* or later; otherwise, a compilation error like `Class 'FooConnector' is not abstract and does not
102-
* implement abstract member public abstract fun equals(other: Any?): Boolean defined in
103-
* com.google.firebase.dataconnect.generated.GeneratedConnector` will occur.
104-
* - [#NNNN](https://github.com/firebase/firebase-android-sdk/pull/NNNN]) Added [AnyValue] class to
105-
* support the custom `Any` GraphQL scalar type. Support for `Any` scalars in the Android SDK code
106-
* generation was added in the dataconnect toolkit v1.3.8 (released Sept 20, 2024), which will be
107-
* included in the next release of firebase-tools (the release following v13.18.0).
108-
*
10991
* #### 16.0.0-alpha05 (June 24, 2024)
11092
* - [#6003](https://github.com/firebase/firebase-android-sdk/pull/6003]) Fixed [close] to
11193
* _actually_ close the underlying grpc network resources. Also, added [suspendingClose] to allow

0 commit comments

Comments
 (0)