Skip to content

m153 mergeback #6256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Unreleased


# 16.0.0-beta14
* [unchanged] Updated to accommodate the release of the updated
[appdistro] library.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-appdistribution-api` library. The Kotlin extensions library has no additional
updates.

# 16.0.0-beta13
* [changed] Bump internal dependencies

Expand Down
4 changes: 2 additions & 2 deletions firebase-appdistribution-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=16.0.0-beta14
latestReleasedVersion=16.0.0-beta13
version=16.0.0-beta15
latestReleasedVersion=16.0.0-beta14
3 changes: 3 additions & 0 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 16.0.0-beta14
* [changed] Internal improvements to testing on Android 14

# 16.0.0-beta13
Expand Down
4 changes: 2 additions & 2 deletions firebase-appdistribution/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=16.0.0-beta14
latestReleasedVersion=16.0.0-beta13
version=16.0.0-beta15
latestReleasedVersion=16.0.0-beta14
4 changes: 4 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 19.1.0
* [changed] Updated `firebase-crashlytics` dependency to v19.0.4

# 19.0.3
Expand Down Expand Up @@ -232,3 +235,4 @@ change. The following release notes describe changes in the new SDK.
uploading symbol files to [crashlytics] servers. See the
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
for more information.

4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.0.4
latestReleasedVersion=19.0.3
version=19.1.1
latestReleasedVersion=19.1.0
9 changes: 9 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 19.1.0
* [feature] Added the `isCrashlyticsCollectionEnabled` API to check if Crashlytics collection is
enabled.
(GitHub [#5919](https://github.com/firebase/firebase-android-sdk/issues/5919){: .external})
Expand All @@ -7,9 +10,15 @@
* [changed] Internal changes to the way session IDs are generated.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-crashlytics` library. The Kotlin extensions library has no additional
updates.

# 19.0.3
* [changed] Update the internal file system to handle long file names.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-crashlytics` library. The Kotlin extensions library has no additional
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.0.4
latestReleasedVersion=19.0.3
version=19.1.1
latestReleasedVersion=19.1.0
9 changes: 3 additions & 6 deletions firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
# Unreleased


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

# 1.2.3

* [fixed] Force validation or rotation of FIDs.

# 1.2.1

* [changed] Bump internal dependencies.
* [fixed] Handle corruption in DataStore Preferences more gracefully.

# 1.2.0

* [feature] Added support for accurate sessions on multi-process apps.

# 1.0.2

* [fixed] Made Sessions more resilient to the FirebaseApp instance being deleted.

# 1.0.1

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

# 1.0.0

* [feature] Initial Firebase sessions library.

4 changes: 2 additions & 2 deletions firebase-sessions/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=2.0.4
latestReleasedVersion=2.0.3
version=2.0.5
latestReleasedVersion=2.0.4
3 changes: 3 additions & 0 deletions firebase-vertexai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 16.0.0-beta05
* [changed] Merged core networking code into VertexAI from a separate library
* [feature] added support for `responseSchema` in `GenerationConfig`.

Expand Down
4 changes: 2 additions & 2 deletions firebase-vertexai/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=16.0.0-beta05
latestReleasedVersion=16.0.0-beta04
version=16.0.0-beta06
latestReleasedVersion=16.0.0-beta05
Loading