Skip to content

Commit

Permalink
Merge d259496 into ebdd577
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
2 parents ebdd577 + d259496 commit 7426c17
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [unchanged] Updated to keep messaging SDK versions aligned.

# 24.0.1
* [unchanged] Updated to keep messaging SDK versions aligned.
Expand Down
2 changes: 1 addition & 1 deletion firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [unchanged] Updated to keep SDK versions aligned.

# 2.0.4
* [fixed] Handled datastore writes when device has full internal memory more gracefully.
Expand Down
14 changes: 14 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "m154",
"libraries": [
":firebase-crashlytics",
":firebase-crashlytics-ndk",
":firebase-sessions",
":firebase-crashlytics:ktx",
":firebase-messaging",
":firebase-messaging-directboot",
":firebase-messaging:ktx",
":firebase-storage",
":firebase-storage:ktx"
]
}
99 changes: 99 additions & 0 deletions release_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"changesByLibraryName": {
"firebase-crashlytics": [
{
"commitId": "da0eefa65023bcac006b2eaae924a4282782fe4a",
"prId": "6280",
"author": "Matthew Robertson",
"message": "Fixed exception propagation on null default uncaught exception handler (#6280)\n\nFixed exception propagation in the case of no default uncaught exception\r\nhandler. Exit code 1 is what the default java uncaught exception handler\r\nexits with.",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/da0eefa65023bcac006b2eaae924a4282782fe4a",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6280"
},
{
"commitId": "48d460cc430589b3ebc8a668772ab351e1ff559b",
"prId": "6270",
"author": "themiswang",
"message": "version bump (#6270)\n\n",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/48d460cc430589b3ebc8a668772ab351e1ff559b",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6270"
},
{
"commitId": "6e7e04e1b52b531b8ac95555c1adda90393aded0",
"prId": "6267",
"author": "themiswang",
"message": "Crashlytics exception handler (#6267)\n\nRevert the old reversion\r\nhttps://github.com/firebase/firebase-android-sdk/pull/6191\r\nmerge back feature branch\r\n\r\n---------\r\n\r\nCo-authored-by: Matthew Robertson <[email protected]>",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/6e7e04e1b52b531b8ac95555c1adda90393aded0",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6267"
},
{
"commitId": "ddc169ff9ebe9e91e39bf2ec69a183146182d2a8",
"prId": "6252",
"author": "Matthew Robertson",
"message": "Fix Javadoc in FirebaseCrashlytics (#6252)\n\nFix Javadoc for `isCrashlyticsCollectionEnabled()` in\r\nFirebaseCrashlytics",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/ddc169ff9ebe9e91e39bf2ec69a183146182d2a8",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6252"
}
],
"firebase-crashlytics-ndk": [
{
"commitId": "48d460cc430589b3ebc8a668772ab351e1ff559b",
"prId": "6270",
"author": "themiswang",
"message": "version bump (#6270)\n\n",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/48d460cc430589b3ebc8a668772ab351e1ff559b",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6270"
},
{
"commitId": "6e7e04e1b52b531b8ac95555c1adda90393aded0",
"prId": "6267",
"author": "themiswang",
"message": "Crashlytics exception handler (#6267)\n\nRevert the old reversion\r\nhttps://github.com/firebase/firebase-android-sdk/pull/6191\r\nmerge back feature branch\r\n\r\n---------\r\n\r\nCo-authored-by: Matthew Robertson <[email protected]>",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/6e7e04e1b52b531b8ac95555c1adda90393aded0",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6267"
}
],
"firebase-sessions": [
],
"firebase-crashlytics/ktx": [
],
"firebase-messaging": [
{
"commitId": "8ad9ef563c6748d1b110d06ab29e8caa6ce94ac2",
"prId": "6227",
"author": "Greg Sakakihara",
"message": "Include message priority when logging to Firelog. (#6227)\n\n",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8ad9ef563c6748d1b110d06ab29e8caa6ce94ac2",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6227"
}
],
"firebase-messaging-directboot": [
],
"firebase-messaging/ktx": [
],
"firebase-storage": [
{
"commitId": "27a16a117683248fa08bd55397d67727d2f76eda",
"prId": "6216",
"author": "lehcar09",
"message": "Fix `putBytes()`API to use `maxUploadRetryTimeMillis` parameter (#6216)\n\nFix issue https://github.com/firebase/firebase-android-sdk/issues/6214",
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/27a16a117683248fa08bd55397d67727d2f76eda",
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6216"
}
],
"firebase-storage/ktx": [
]
},
"changedLibrariesWithNoChangelog": [
":firebase-config",
":firebase-config:ktx",
":firebase-firestore",
":firebase-firestore:ktx",
":firebase-functions",
":firebase-functions:ktx",
":firebase-inappmessaging",
":firebase-inappmessaging-display",
":firebase-inappmessaging:ktx",
":firebase-inappmessaging-display:ktx",
":firebase-vertexai"
]
}
61 changes: 61 additions & 0 deletions release_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Release Report
## firebase-crashlytics
* Fixed exception propagation on null default uncaught exception handler (#6280)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6280) [commit](https://github.com/firebase/firebase-android-sdk/commit/da0eefa65023bcac006b2eaae924a4282782fe4a) [Matthew Robertson]

* version bump (#6270)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6270) [commit](https://github.com/firebase/firebase-android-sdk/commit/48d460cc430589b3ebc8a668772ab351e1ff559b) [themiswang]

* Crashlytics exception handler (#6267)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6267) [commit](https://github.com/firebase/firebase-android-sdk/commit/6e7e04e1b52b531b8ac95555c1adda90393aded0) [themiswang]

* Fix Javadoc in FirebaseCrashlytics (#6252)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6252) [commit](https://github.com/firebase/firebase-android-sdk/commit/ddc169ff9ebe9e91e39bf2ec69a183146182d2a8) [Matthew Robertson]

## firebase-crashlytics-ndk
* version bump (#6270)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6270) [commit](https://github.com/firebase/firebase-android-sdk/commit/48d460cc430589b3ebc8a668772ab351e1ff559b) [themiswang]

* Crashlytics exception handler (#6267)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6267) [commit](https://github.com/firebase/firebase-android-sdk/commit/6e7e04e1b52b531b8ac95555c1adda90393aded0) [themiswang]

## firebase-sessions

## firebase-crashlytics/ktx

## firebase-messaging
* Include message priority when logging to Firelog. (#6227)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6227) [commit](https://github.com/firebase/firebase-android-sdk/commit/8ad9ef563c6748d1b110d06ab29e8caa6ce94ac2) [Greg Sakakihara]

## firebase-messaging-directboot

## firebase-messaging/ktx

## firebase-storage
* Fix `putBytes()`API to use `maxUploadRetryTimeMillis` parameter (#6216)
[pr](https://github.com/firebase/firebase-android-sdk/pull/6216) [commit](https://github.com/firebase/firebase-android-sdk/commit/27a16a117683248fa08bd55397d67727d2f76eda) [lehcar09]

## firebase-storage/ktx


## SDKs with changes, but no changelogs
:firebase-config
:firebase-config:ktx
:firebase-firestore
:firebase-firestore:ktx
:firebase-functions
:firebase-functions:ktx
:firebase-inappmessaging
:firebase-inappmessaging-display
:firebase-inappmessaging:ktx
:firebase-inappmessaging-display:ktx
:firebase-vertexai

0 comments on commit 7426c17

Please sign in to comment.