Skip to content

Commit 2491ec2

Browse files
m163 mergeback (#6913)
Auto-generated PR for cleaning up release m163 NO_RELEASE_CHANGE --------- Co-authored-by: emilypgoogle <[email protected]>
1 parent 2b23887 commit 2491ec2

File tree

14 files changed

+59
-15
lines changed

14 files changed

+59
-15
lines changed

firebase-config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Unreleased
2+
3+
4+
# 22.1.1
25
[fixed] Fixed an issue where the connection to the real-time Remote Config backend could remain
36
open in the background.
47

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+
514
# 22.1.0
615
* [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.
716

firebase-config/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
version=22.1.1
18-
latestReleasedVersion=22.1.0
17+
version=22.1.2
18+
latestReleasedVersion=22.1.1
1919
android.enableUnitTestBinaryResources=true
2020

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Unreleased
2+
3+
24
# 19.4.3
35
* [changed] Updated internal Crashpad version to commit `21a20e`.
46

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.4.3
2-
latestReleasedVersion=19.4.2
1+
version=19.4.4
2+
latestReleasedVersion=19.4.3

firebase-crashlytics/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
22

33

4+
# 19.4.3
5+
* [fixed] Fixed UnbufferedIoViolation [#6822]
6+
7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 19.4.2
514
* [changed] Internal changes to read version control info more efficiently [#6754]
615
* [fixed] Fixed NoSuchMethodError when getting process info on Android 13 on some devices [#6720]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.4.3
2-
latestReleasedVersion=19.4.2
1+
version=19.4.4
2+
latestReleasedVersion=19.4.3

firebase-dataconnect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
`FirebaseDataConnect` objects.
44
([#6861](https://github.com/firebase/firebase-android-sdk/pull/6861))
55

6+
7+
# 16.0.1
8+
* [changed] Internal improvements.
9+
610
# 16.0.0
711
* [changed] DataConnectOperationException added, enabling support for partial
812
errors; that is, any data that was received and/or was able to be decoded is
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.0.1
2-
latestReleasedVersion=16.0.0
1+
version=16.0.2
2+
latestReleasedVersion=16.0.1

firebase-firestore/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Unreleased
2+
3+
4+
# 25.1.4
25
* [fixed] Fixed the `null` value handling in `whereNotEqualTo` and `whereNotIn` filters.
36
* [fixed] Catch exception when stream is already cancelled during close. [#6894](//github.com/firebase/firebase-android-sdk/pull/6894)
47

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+
514
# 25.1.3
615
* [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)
716
* [changed] Updated `protolite-well-known-types` dependency to `18.0.1`. [#6716]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=25.1.4
2-
latestReleasedVersion=25.1.3
1+
version=25.1.5
2+
latestReleasedVersion=25.1.4

0 commit comments

Comments
 (0)