Skip to content
Closed
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
14 changes: 14 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "test-signing",
"libraries": [
":firebase-crashlytics",
":firebase-crashlytics-ndk",
":firebase-sessions",
":firebase-crashlytics:ktx",
":firebase-messaging",
":firebase-messaging-directboot",
":firebase-messaging:ktx",
":firebase-storage",
":firebase-storage:ktx"
]
}
83 changes: 83 additions & 0 deletions release_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"changesByLibraryName": {
"firebase-crashlytics": [
{
"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-functions",
":firebase-functions:ktx",
":firebase-vertexai"
]
}
50 changes: 50 additions & 0 deletions release_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Release Report
## firebase-crashlytics

* 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-functions
:firebase-functions:ktx
:firebase-vertexai
Loading