File tree Expand file tree Collapse file tree 8 files changed +40
-8
lines changed
firebase-messaging-directboot Expand file tree Collapse file tree 8 files changed +40
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 18.0.1
2
5
* [ fixed] updated proguard rules to keep component registrar working with newer proguard versions.
3
6
7
+
8
+ ## Kotlin
9
+ The Kotlin extensions library transitively includes the updated
10
+ ` firebase-components ` library. The Kotlin extensions library has no additional
11
+ updates.
12
+
4
13
# 17.1.2
5
14
* [ changed] Internal changes to ensure only one interface is provided for
6
15
kotlinx.coroutines.CoroutineDispatcher interfaces when both firebase-common and
7
16
firebase-common-ktx provide them.
17
+
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- version =18.0.1
16
- latestReleasedVersion =18.0.0
15
+ version =18.0.2
16
+ latestReleasedVersion =18.0.1
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 25.1.0
2
5
* [ feature] Add support for the VectorValue type. [ #6154 ] ( //github.com/firebase/firebase-android-sdk/pull/6154 )
3
6
7
+
8
+ ## Kotlin
9
+ The Kotlin extensions library transitively includes the updated
10
+ ` firebase-firestore ` library. The Kotlin extensions library has no additional
11
+ updates.
12
+
4
13
# 25.0.0
5
14
* [ feature] Enable queries with range & inequality filters on multiple fields. [ #5729 ] ( //github.com/firebase/firebase-android-sdk/pull/5729 )
6
15
* [ changed] Internal improvements.
7
16
* [ feature] Support conversion between ` java.time.Instant ` and ` Timestamp ` [ #5853 ] ( //github.com/firebase/firebase-android-sdk/pull/5853 )
8
17
18
+
9
19
## Kotlin
10
20
The Kotlin extensions library transitively includes the updated
11
21
` firebase-firestore ` library. The Kotlin extensions library has no additional
Original file line number Diff line number Diff line change 1
- version =25.0 .1
2
- latestReleasedVersion =25.0 .0
1
+ version =25.1 .1
2
+ latestReleasedVersion =25.1 .0
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
3
4
+ # 24.0.1
5
+ * [ unchanged] Updated to keep messaging SDK versions aligned.
6
+
4
7
# 24.0.0
5
8
* [ changed] Bump internal dependencies
6
9
Original file line number Diff line number Diff line change 1
- version =24.0.1
2
- latestReleasedVersion =24.0.0
1
+ version =24.0.2
2
+ latestReleasedVersion =24.0.1
3
3
android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 24.0.1
2
5
* [ changed] Retry Topic Subscribe/Unsubscribe operations with exponential
3
6
backoff if they hit a quota error.
4
7
* [ changed] Checked for notification_open duplicate logging based on message ID
5
8
instead of the Activity's Intent.
6
9
10
+
11
+ ## Kotlin
12
+ The Kotlin extensions library transitively includes the updated
13
+ ` firebase-messaging ` library. The Kotlin extensions library has no additional
14
+ updates.
15
+
7
16
# 24.0.0
8
17
* [ changed] Switched Firelog to use the new TransportBackend.
9
18
* [ changed] Log analytics for notifications displayed by Google Play services on
Original file line number Diff line number Diff line change 1
- version =24.0.1
2
- latestReleasedVersion =24.0.0
1
+ version =24.0.2
2
+ latestReleasedVersion =24.0.1
3
3
android.enableUnitTestBinaryResources =true
You can’t perform that action at this time.
0 commit comments