Skip to content

Commit 0d42003

Browse files
authored
Create release config for m154
1 parent 2f851c7 commit 0d42003

File tree

3 files changed

+174
-0
lines changed

3 files changed

+174
-0
lines changed

release.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "m154",
3+
"libraries": [
4+
":firebase-crashlytics",
5+
":firebase-crashlytics-ndk",
6+
":firebase-sessions",
7+
":firebase-crashlytics:ktx",
8+
":firebase-messaging",
9+
":firebase-messaging-directboot",
10+
":firebase-messaging:ktx",
11+
":firebase-storage",
12+
":firebase-storage:ktx"
13+
]
14+
}

release_report.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-crashlytics": [
4+
{
5+
"commitId": "da0eefa65023bcac006b2eaae924a4282782fe4a",
6+
"prId": "6280",
7+
"author": "Matthew Robertson",
8+
"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.",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/da0eefa65023bcac006b2eaae924a4282782fe4a",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6280"
11+
},
12+
{
13+
"commitId": "48d460cc430589b3ebc8a668772ab351e1ff559b",
14+
"prId": "6270",
15+
"author": "themiswang",
16+
"message": "version bump (#6270)\n\n",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/48d460cc430589b3ebc8a668772ab351e1ff559b",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6270"
19+
},
20+
{
21+
"commitId": "6e7e04e1b52b531b8ac95555c1adda90393aded0",
22+
"prId": "6267",
23+
"author": "themiswang",
24+
"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]>",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/6e7e04e1b52b531b8ac95555c1adda90393aded0",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6267"
27+
},
28+
{
29+
"commitId": "ddc169ff9ebe9e91e39bf2ec69a183146182d2a8",
30+
"prId": "6252",
31+
"author": "Matthew Robertson",
32+
"message": "Fix Javadoc in FirebaseCrashlytics (#6252)\n\nFix Javadoc for `isCrashlyticsCollectionEnabled()` in\r\nFirebaseCrashlytics",
33+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/ddc169ff9ebe9e91e39bf2ec69a183146182d2a8",
34+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6252"
35+
}
36+
],
37+
"firebase-crashlytics-ndk": [
38+
{
39+
"commitId": "48d460cc430589b3ebc8a668772ab351e1ff559b",
40+
"prId": "6270",
41+
"author": "themiswang",
42+
"message": "version bump (#6270)\n\n",
43+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/48d460cc430589b3ebc8a668772ab351e1ff559b",
44+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6270"
45+
},
46+
{
47+
"commitId": "6e7e04e1b52b531b8ac95555c1adda90393aded0",
48+
"prId": "6267",
49+
"author": "themiswang",
50+
"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]>",
51+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/6e7e04e1b52b531b8ac95555c1adda90393aded0",
52+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6267"
53+
}
54+
],
55+
"firebase-sessions": [
56+
],
57+
"firebase-crashlytics/ktx": [
58+
],
59+
"firebase-messaging": [
60+
{
61+
"commitId": "8ad9ef563c6748d1b110d06ab29e8caa6ce94ac2",
62+
"prId": "6227",
63+
"author": "Greg Sakakihara",
64+
"message": "Include message priority when logging to Firelog. (#6227)\n\n",
65+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8ad9ef563c6748d1b110d06ab29e8caa6ce94ac2",
66+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6227"
67+
}
68+
],
69+
"firebase-messaging-directboot": [
70+
],
71+
"firebase-messaging/ktx": [
72+
],
73+
"firebase-storage": [
74+
{
75+
"commitId": "27a16a117683248fa08bd55397d67727d2f76eda",
76+
"prId": "6216",
77+
"author": "lehcar09",
78+
"message": "Fix `putBytes()`API to use `maxUploadRetryTimeMillis` parameter (#6216)\n\nFix issue https://github.com/firebase/firebase-android-sdk/issues/6214",
79+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/27a16a117683248fa08bd55397d67727d2f76eda",
80+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6216"
81+
}
82+
],
83+
"firebase-storage/ktx": [
84+
]
85+
},
86+
"changedLibrariesWithNoChangelog": [
87+
":firebase-config",
88+
":firebase-config:ktx",
89+
":firebase-firestore",
90+
":firebase-firestore:ktx",
91+
":firebase-functions",
92+
":firebase-functions:ktx",
93+
":firebase-inappmessaging",
94+
":firebase-inappmessaging-display",
95+
":firebase-inappmessaging:ktx",
96+
":firebase-inappmessaging-display:ktx",
97+
":firebase-vertexai"
98+
]
99+
}

release_report.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Release Report
2+
## firebase-crashlytics
3+
4+
* Fixed exception propagation on null default uncaught exception handler (#6280)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6280) [commit](https://github.com/firebase/firebase-android-sdk/commit/da0eefa65023bcac006b2eaae924a4282782fe4a) [Matthew Robertson]
6+
7+
* version bump (#6270)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6270) [commit](https://github.com/firebase/firebase-android-sdk/commit/48d460cc430589b3ebc8a668772ab351e1ff559b) [themiswang]
9+
10+
* Crashlytics exception handler (#6267)
11+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6267) [commit](https://github.com/firebase/firebase-android-sdk/commit/6e7e04e1b52b531b8ac95555c1adda90393aded0) [themiswang]
12+
13+
* Fix Javadoc in FirebaseCrashlytics (#6252)
14+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6252) [commit](https://github.com/firebase/firebase-android-sdk/commit/ddc169ff9ebe9e91e39bf2ec69a183146182d2a8) [Matthew Robertson]
15+
16+
## firebase-crashlytics-ndk
17+
18+
* version bump (#6270)
19+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6270) [commit](https://github.com/firebase/firebase-android-sdk/commit/48d460cc430589b3ebc8a668772ab351e1ff559b) [themiswang]
20+
21+
* Crashlytics exception handler (#6267)
22+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6267) [commit](https://github.com/firebase/firebase-android-sdk/commit/6e7e04e1b52b531b8ac95555c1adda90393aded0) [themiswang]
23+
24+
## firebase-sessions
25+
26+
27+
## firebase-crashlytics/ktx
28+
29+
30+
## firebase-messaging
31+
32+
* Include message priority when logging to Firelog. (#6227)
33+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6227) [commit](https://github.com/firebase/firebase-android-sdk/commit/8ad9ef563c6748d1b110d06ab29e8caa6ce94ac2) [Greg Sakakihara]
34+
35+
## firebase-messaging-directboot
36+
37+
38+
## firebase-messaging/ktx
39+
40+
41+
## firebase-storage
42+
43+
* Fix `putBytes()`API to use `maxUploadRetryTimeMillis` parameter (#6216)
44+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6216) [commit](https://github.com/firebase/firebase-android-sdk/commit/27a16a117683248fa08bd55397d67727d2f76eda) [lehcar09]
45+
46+
## firebase-storage/ktx
47+
48+
49+
50+
## SDKs with changes, but no changelogs
51+
:firebase-config
52+
:firebase-config:ktx
53+
:firebase-firestore
54+
:firebase-firestore:ktx
55+
:firebase-functions
56+
:firebase-functions:ktx
57+
:firebase-inappmessaging
58+
:firebase-inappmessaging-display
59+
:firebase-inappmessaging:ktx
60+
:firebase-inappmessaging-display:ktx
61+
:firebase-vertexai

0 commit comments

Comments
 (0)