-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
176 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |