Skip to content

Commit e6b4ace

Browse files
m153 mergeback (#6256)
Auto-generated PR for cleaning up release m153 NO_RELEASE_CHANGE --------- Co-authored-by: rlazo <[email protected]>
1 parent d5d133b commit e6b4ace

File tree

12 files changed

+43
-18
lines changed

12 files changed

+43
-18
lines changed

firebase-appdistribution-api/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+
# 16.0.0-beta14
25
* [unchanged] Updated to accommodate the release of the updated
36
[appdistro] library.
47

8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-appdistribution-api` library. The Kotlin extensions library has no additional
12+
updates.
13+
514
# 16.0.0-beta13
615
* [changed] Bump internal dependencies
716

firebase-appdistribution-api/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta14
16-
latestReleasedVersion=16.0.0-beta13
15+
version=16.0.0-beta15
16+
latestReleasedVersion=16.0.0-beta14

firebase-appdistribution/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 16.0.0-beta14
25
* [changed] Internal improvements to testing on Android 14
36

47
# 16.0.0-beta13

firebase-appdistribution/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta14
16-
latestReleasedVersion=16.0.0-beta13
15+
version=16.0.0-beta15
16+
latestReleasedVersion=16.0.0-beta14

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 19.1.0
25
* [changed] Updated `firebase-crashlytics` dependency to v19.0.4
36

47
# 19.0.3
@@ -232,3 +235,4 @@ change. The following release notes describe changes in the new SDK.
232235
uploading symbol files to [crashlytics] servers. See the
233236
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
234237
for more information.
238+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.0.4
2-
latestReleasedVersion=19.0.3
1+
version=19.1.1
2+
latestReleasedVersion=19.1.0

firebase-crashlytics/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 19.1.0
25
* [feature] Added the `isCrashlyticsCollectionEnabled` API to check if Crashlytics collection is
36
enabled.
47
(GitHub [#5919](https://github.com/firebase/firebase-android-sdk/issues/5919){: .external})
@@ -7,9 +10,15 @@
710
* [changed] Internal changes to the way session IDs are generated.
811

912

13+
## Kotlin
14+
The Kotlin extensions library transitively includes the updated
15+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
16+
updates.
17+
1018
# 19.0.3
1119
* [changed] Update the internal file system to handle long file names.
1220

21+
1322
## Kotlin
1423
The Kotlin extensions library transitively includes the updated
1524
`firebase-crashlytics` library. The Kotlin extensions library has no additional
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.0.4
2-
latestReleasedVersion=19.0.3
1+
version=19.1.1
2+
latestReleasedVersion=19.1.0

firebase-sessions/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
# Unreleased
22

3+
4+
# 2.0.4
35
* [fixed] Handled datastore writes when device has full internal memory more gracefully.
46
(GitHub [#5859](https://github.com/firebase/firebase-android-sdk/issues/5859))
57
* [fixed] Safely unbind malfunctioning session lifecycle service to release service connections.
68
(GitHub [#5869](https://github.com/firebase/firebase-android-sdk/issues/5869))
79

810
# 1.2.3
9-
1011
* [fixed] Force validation or rotation of FIDs.
1112

1213
# 1.2.1
13-
1414
* [changed] Bump internal dependencies.
1515
* [fixed] Handle corruption in DataStore Preferences more gracefully.
1616

1717
# 1.2.0
18-
1918
* [feature] Added support for accurate sessions on multi-process apps.
2019

2120
# 1.0.2
22-
2321
* [fixed] Made Sessions more resilient to the FirebaseApp instance being deleted.
2422

2523
# 1.0.1
26-
2724
* [fixed] Fixed NPE when no version name is
2825
set ([#5195](https://github.com/firebase/firebase-android-sdk/issues/5195)).
2926
* [fixed] Populate DataCollectionStatus fields for Crashlytics and Perf.
3027

3128
# 1.0.0
32-
3329
* [feature] Initial Firebase sessions library.
30+

firebase-sessions/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=2.0.4
16-
latestReleasedVersion=2.0.3
15+
version=2.0.5
16+
latestReleasedVersion=2.0.4

firebase-vertexai/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 16.0.0-beta05
25
* [changed] Merged core networking code into VertexAI from a separate library
36
* [feature] added support for `responseSchema` in `GenerationConfig`.
47

firebase-vertexai/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta05
16-
latestReleasedVersion=16.0.0-beta04
15+
version=16.0.0-beta06
16+
latestReleasedVersion=16.0.0-beta05

0 commit comments

Comments
 (0)