@@ -82,44 +82,6 @@ import kotlinx.serialization.modules.SerializersModule
8282 * deserializers for classes annotated with `@Serializable`. Of course, applications are free to
8383 * write the serializers by hand as well.
8484 *
85- * ### Release Notes
86- *
87- * Release notes for the Firebase Data Connect Android SDK will be published here until it is merged
88- * into the `master` branch of https://github.com/firebase/firebase-android-sdk, at which point the
89- * release notes will become part of the regular Android SDK releases.
90- *
91- * #### 16.0.0-alpha05 (June 24, 2024)
92- * - [#6003](https://github.com/firebase/firebase-android-sdk/pull/6003]) Fixed [close] to
93- * _actually_ close the underlying grpc network resources. Also, added [suspendingClose] to allow
94- * callers to wait for the asynchronous closing work to complete, such as in integration tests.
95- * - [#6005](https://github.com/firebase/firebase-android-sdk/pull/6005) Fixed a StrictMode
96- * violation upon the first network request being sent.
97- * - [#6006](https://github.com/firebase/firebase-android-sdk/pull/6006) Improved debug logging of
98- * GRPC requests and responses.
99- * - [#6038](https://github.com/firebase/firebase-android-sdk/pull/6038) Fixed a bug with incorrect
100- * Timestamp serialization due to miscalculation in timezone decoding.
101- * - [#6052](https://github.com/firebase/firebase-android-sdk/pull/6052) Automatically retry
102- * operations (queries and mutations) that fail due to an expired authentication token, with a new
103- * authentication token.
104- *
105- * #### 16.0.0-alpha04 (May 29, 2024)
106- * - [#5976](https://github.com/firebase/firebase-android-sdk/pull/5976) Fixed time zone issues when
107- * serializing java.util.Date objects
108- * - [#5996](https://github.com/firebase/firebase-android-sdk/pull/5996) Changed default port of
109- * useEmulator() to 9399 (was 9510); this goes with a change to the Data Connect Emulator v1.1.19
110- * (firebase-tools v13.10.2) that changes the default port to 9399.
111- *
112- * #### 16.0.0-alpha03 (May 15, 2024)
113- * - KDoc comments added.
114- * - OptionalVariable: fix potential NullPointerException in toString() and hashCode().
115- * - TimestampSerializer: add support for time zones specified using +HH:MM or -HH:MM.
116- *
117- * #### 16.0.0-alpha02 (May 13, 2024)
118- * - Internal code cleanup; no externally-visible changes.
119- *
120- * #### 16.0.0-alpha01 (May 08, 2024)
121- * - Initial release.
122- *
12385 * ### Safe for Concurrent Use
12486 *
12587 * All methods and properties of [FirebaseDataConnect] are thread-safe and may be safely called
0 commit comments