@@ -88,24 +88,6 @@ import kotlinx.serialization.modules.SerializersModule
88
88
* into the `master` branch of https://github.com/firebase/firebase-android-sdk, at which point the
89
89
* release notes will become part of the regular Android SDK releases.
90
90
*
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
- *
109
91
* #### 16.0.0-alpha05 (June 24, 2024)
110
92
* - [#6003](https://github.com/firebase/firebase-android-sdk/pull/6003]) Fixed [close] to
111
93
* _actually_ close the underlying grpc network resources. Also, added [suspendingClose] to allow
0 commit comments