You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-config/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,16 @@
1
1
# Unreleased
2
+
3
+
4
+
# 22.1.1
2
5
[fixed] Fixed an issue where the connection to the real-time Remote Config backend could remain
3
6
open in the background.
4
7
8
+
9
+
## Kotlin
10
+
The Kotlin extensions library transitively includes the updated
11
+
`firebase-config` library. The Kotlin extensions library has no additional
12
+
updates.
13
+
5
14
# 22.1.0
6
15
*[feature] Added support for custom signal targeting in Remote Config. Use `setCustomSignals` API for setting custom signals and use them to build custom targeting conditions in Remote Config.
Copy file name to clipboardExpand all lines: firebase-firestore/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,16 @@
1
1
# Unreleased
2
+
3
+
4
+
# 25.1.4
2
5
*[fixed] Fixed the `null` value handling in `whereNotEqualTo` and `whereNotIn` filters.
3
6
*[fixed] Catch exception when stream is already cancelled during close. [#6894](//github.com/firebase/firebase-android-sdk/pull/6894)
4
7
8
+
9
+
## Kotlin
10
+
The Kotlin extensions library transitively includes the updated
11
+
`firebase-firestore` library. The Kotlin extensions library has no additional
12
+
updates.
13
+
5
14
# 25.1.3
6
15
*[fixed] Use lazy encoding in UTF-8 encoded byte comparison for strings to solve performance issues. [#6706](//github.com/firebase/firebase-android-sdk/pull/6706)
7
16
*[changed] Updated `protolite-well-known-types` dependency to `18.0.1`. [#6716]
Copy file name to clipboardExpand all lines: firebase-vertexai/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# Unreleased
2
+
3
+
4
+
# 16.4.0
2
5
*[changed]**Breaking Change**: `LiveModelFutures.connect` now returns `ListenableFuture<LiveSessionFutures>` instead of `ListenableFuture<LiveSession>`.
3
6
***Action Required:** Remove any transformations from LiveSession object to LiveSessionFutures object.
4
7
***Action Required:** Change type of variable handling `LiveModelFutures.connect` to `ListenableFuture<LiveSessionsFutures>`
@@ -17,7 +20,6 @@
17
20
*[changed] Removed the `LiveContentResponse.Status` class, and instead have nested the status
18
21
fields as properties of `LiveContentResponse`. (#6906)
19
22
20
-
21
23
# 16.3.0
22
24
*[feature] Emits a warning when attempting to use an incompatible model with
0 commit comments