Skip to content

Commit 0bcee67

Browse files
authored
Create release config for m158
1 parent b5dbd0a commit 0bcee67

File tree

3 files changed

+333
-0
lines changed

3 files changed

+333
-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": "m158",
3+
"libraries": [
4+
":firebase-config",
5+
":firebase-config:ktx",
6+
":firebase-crashlytics",
7+
":firebase-crashlytics-ndk",
8+
":firebase-sessions",
9+
":firebase-crashlytics:ktx",
10+
":firebase-dataconnect",
11+
":firebase-perf",
12+
":firebase-perf:ktx"
13+
]
14+
}

release_report.json

Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-config": [
4+
{
5+
"commitId": "b5dbd0ad2b226d51ef6619984fb750265c48a3ab",
6+
"prId": "6539",
7+
"author": "Tushar Khandelwal",
8+
"message": "Add custom signals support in Remote Config. (#6539)\n\nfeat(rc): Add support to set custom signals for Remote Config Custom\r\ntargeting",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/b5dbd0ad2b226d51ef6619984fb750265c48a3ab",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6539"
11+
},
12+
{
13+
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f",
14+
"prId": "6584",
15+
"author": "Rodrigo Lazo",
16+
"message": "Move all SDKs dependencies to use the version catalog (#6584)\n\nThe only dependencies not moved are the ones against other Firebase\r\nlibraries. These will be updated during releases.",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584"
19+
}
20+
],
21+
"firebase-config/ktx": [
22+
{
23+
"commitId": "b5dbd0ad2b226d51ef6619984fb750265c48a3ab",
24+
"prId": "6539",
25+
"author": "Tushar Khandelwal",
26+
"message": "Add custom signals support in Remote Config. (#6539)\n\nfeat(rc): Add support to set custom signals for Remote Config Custom\r\ntargeting",
27+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/b5dbd0ad2b226d51ef6619984fb750265c48a3ab",
28+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6539"
29+
}
30+
],
31+
"firebase-crashlytics": [
32+
{
33+
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f",
34+
"prId": "6584",
35+
"author": "Rodrigo Lazo",
36+
"message": "Move all SDKs dependencies to use the version catalog (#6584)\n\nThe only dependencies not moved are the ones against other Firebase\r\nlibraries. These will be updated during releases.",
37+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f",
38+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584"
39+
},
40+
{
41+
"commitId": "91a74cc154d2b0e1c8f7dcc43b21dcfc1b53f55e",
42+
"prId": "6546",
43+
"author": "Tejas Deshpande",
44+
"message": "Add a kotlin method for recording an exception with custom keys (#6546)\n\n",
45+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/91a74cc154d2b0e1c8f7dcc43b21dcfc1b53f55e",
46+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6546"
47+
},
48+
{
49+
"commitId": "71ceb1b2fb2dd40b4373116621ff9caa8fa8b898",
50+
"prId": "6528",
51+
"author": "Tejas Deshpande",
52+
"message": "Add an overload to FirebaseCrashlytics.recordException to attach additional custom key value pairs (#6528)\n\nThis PR adds a method `public void recordException(@NonNull Throwable\r\nthrowable, CustomKeysAndValues keysAndValues)` as an overload to the\r\nexisting `recordException` method in Crashlytics to allow attaching\r\nadditional custom keys to the specific event.\r\n\r\nDetails:\r\n- The total number of custom key/value pairs are still restricted to 64\r\n- App level custom keys take precedence over event specific custom keys\r\nfor the 64 key/value pair limit\r\n- The values of event keys override the value of global custom keys if\r\nthey're identical\r\n\r\nAdditionally:\r\n- Creates a new EventMetadata class to represent `sessionId` and\r\n`timestamp` attached to non fatal events.",
53+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/71ceb1b2fb2dd40b4373116621ff9caa8fa8b898",
54+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6528"
55+
}
56+
],
57+
"firebase-crashlytics-ndk": [
58+
{
59+
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f",
60+
"prId": "6584",
61+
"author": "Rodrigo Lazo",
62+
"message": "Move all SDKs dependencies to use the version catalog (#6584)\n\nThe only dependencies not moved are the ones against other Firebase\r\nlibraries. These will be updated during releases.",
63+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f",
64+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584"
65+
}
66+
],
67+
"firebase-sessions": [
68+
{
69+
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f",
70+
"prId": "6584",
71+
"author": "Rodrigo Lazo",
72+
"message": "Move all SDKs dependencies to use the version catalog (#6584)\n\nThe only dependencies not moved are the ones against other Firebase\r\nlibraries. These will be updated during releases.",
73+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f",
74+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584"
75+
}
76+
],
77+
"firebase-crashlytics/ktx": [
78+
],
79+
"firebase-dataconnect": [
80+
{
81+
"commitId": "8130292757f4eb500b485938557ccfe6c77df36e",
82+
"prId": "6586",
83+
"author": "Denver Coneybeare",
84+
"message": "dataconnect: `FirebaseDataConnect.logLevel` changed to `MutableStateFlow` (#6586)\n\n",
85+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8130292757f4eb500b485938557ccfe6c77df36e",
86+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6586"
87+
},
88+
{
89+
"commitId": "f93c0a0d6d35cc044a7479e94fa9ffc8eccf0527",
90+
"prId": "6585",
91+
"author": "Denver Coneybeare",
92+
"message": "dataconnect: demo: add \"Delete\" button an \"List Items\" screen. (#6585)\n\n",
93+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/f93c0a0d6d35cc044a7479e94fa9ffc8eccf0527",
94+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6585"
95+
},
96+
{
97+
"commitId": "b164139613deb7f0d00615e276b37a1dd9ab083a",
98+
"prId": "6577",
99+
"author": "Denver Coneybeare",
100+
"message": "dataconnect: demo: upgrade firebase-tools to v13.28.0 (#6577)\n\n",
101+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/b164139613deb7f0d00615e276b37a1dd9ab083a",
102+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6577"
103+
},
104+
{
105+
"commitId": "7b828fc520bb8b26a446c3eb1eada66eaab2ead8",
106+
"prId": "6579",
107+
"author": "Denver Coneybeare",
108+
"message": "dataconnect: DataConnectExecutableVersions.json updated with versions 1.7.1, 1.7.2, 1.7.3, and 1.7.4 (#6579)\n\n",
109+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/7b828fc520bb8b26a446c3eb1eada66eaab2ead8",
110+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6579"
111+
},
112+
{
113+
"commitId": "4abf678fedd434470d0f203a5080546404896704",
114+
"prId": "6571",
115+
"author": "Denver Coneybeare",
116+
"message": "dataconnect: demo: make codegen gradle task cacheable (#6571)\n\n",
117+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/4abf678fedd434470d0f203a5080546404896704",
118+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6571"
119+
},
120+
{
121+
"commitId": "6021b75afeccd34ce39c70aa78bbaa5c86be63af",
122+
"prId": "6568",
123+
"author": "Denver Coneybeare",
124+
"message": "dataconnect: .github/workflows/dataconnect_demo_app.yml added (#6568)\n\n",
125+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/6021b75afeccd34ce39c70aa78bbaa5c86be63af",
126+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6568"
127+
},
128+
{
129+
"commitId": "2190810e2cac38283698b8280045e2257644e575",
130+
"prId": "6561",
131+
"author": "Denver Coneybeare",
132+
"message": "firebase-dataconnect minimal demo app added (#6561)\n\n",
133+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2190810e2cac38283698b8280045e2257644e575",
134+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6561"
135+
}
136+
],
137+
"firebase-perf": [
138+
{
139+
"commitId": "c7eb32ab8ddf57ac9219ede861a7987a7433b412",
140+
"prId": "6608",
141+
"author": "Daymon",
142+
"message": "Migrate to composite plugin (#6608)\n\nPer [b/384990125](https://b.corp.google.com/issues/384990125),\n\nThis migrates all of our `buildSrc` logic into a composite plugin called\n`plugins`.\n\nThis PR makes no attempt to organize the code; that is out-of-scope for\nthe PR.\n\nThis PR also fixes various references to `buildSrc` (including markdown\nlinks), to avoid any breakage.",
143+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/c7eb32ab8ddf57ac9219ede861a7987a7433b412",
144+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6608"
145+
},
146+
{
147+
"commitId": "49a637fea4c49dcc447692b1e3358f9578914a3e",
148+
"prId": "6431",
149+
"author": "Nabeel Parkar",
150+
"message": "fix(firebase-perf): Update device cache only if RC value is different from cached value (#6431)\n\nFixes #6407",
151+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/49a637fea4c49dcc447692b1e3358f9578914a3e",
152+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6431"
153+
},
154+
{
155+
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f",
156+
"prId": "6584",
157+
"author": "Rodrigo Lazo",
158+
"message": "Move all SDKs dependencies to use the version catalog (#6584)\n\nThe only dependencies not moved are the ones against other Firebase\r\nlibraries. These will be updated during releases.",
159+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f",
160+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584"
161+
}
162+
],
163+
"firebase-perf/ktx": [
164+
]
165+
},
166+
"changedLibrariesWithNoChangelog": [
167+
":firebase-abt",
168+
":firebase-appdistribution",
169+
":firebase-appdistribution-api",
170+
":firebase-appdistribution-api:ktx",
171+
":firebase-database",
172+
":firebase-database:ktx",
173+
":firebase-datatransport",
174+
":firebase-dynamic-links",
175+
":firebase-dynamic-links:ktx",
176+
":firebase-firestore",
177+
":firebase-firestore:ktx",
178+
":firebase-functions",
179+
":firebase-functions:ktx",
180+
":firebase-inappmessaging",
181+
":firebase-inappmessaging-display",
182+
":firebase-inappmessaging:ktx",
183+
":firebase-inappmessaging-display:ktx",
184+
":firebase-installations",
185+
":firebase-installations:ktx",
186+
":firebase-installations-interop",
187+
":firebase-messaging",
188+
":firebase-messaging-directboot",
189+
":firebase-messaging:ktx",
190+
":firebase-ml-modeldownloader",
191+
":firebase-ml-modeldownloader:ktx",
192+
":firebase-storage",
193+
":firebase-storage:ktx",
194+
":firebase-vertexai",
195+
":appcheck:firebase-appcheck",
196+
":appcheck:firebase-appcheck-debug",
197+
":appcheck:firebase-appcheck-debug-testing",
198+
":appcheck:firebase-appcheck-playintegrity",
199+
":appcheck:firebase-appcheck:ktx",
200+
":appcheck:firebase-appcheck-interop",
201+
":encoders:firebase-decoders-json",
202+
":encoders:firebase-encoders-json",
203+
":encoders:firebase-encoders-reflective"
204+
]
205+
}

release_report.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
# Release Report
2+
## firebase-config
3+
4+
* Add custom signals support in Remote Config. (#6539)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6539) [commit](https://github.com/firebase/firebase-android-sdk/commit/b5dbd0ad2b226d51ef6619984fb750265c48a3ab) [Tushar Khandelwal]
6+
7+
* Move all SDKs dependencies to use the version catalog (#6584)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6584) [commit](https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f) [Rodrigo Lazo]
9+
10+
## firebase-config/ktx
11+
12+
* Add custom signals support in Remote Config. (#6539)
13+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6539) [commit](https://github.com/firebase/firebase-android-sdk/commit/b5dbd0ad2b226d51ef6619984fb750265c48a3ab) [Tushar Khandelwal]
14+
15+
## firebase-crashlytics
16+
17+
* Move all SDKs dependencies to use the version catalog (#6584)
18+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6584) [commit](https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f) [Rodrigo Lazo]
19+
20+
* Add a kotlin method for recording an exception with custom keys (#6546)
21+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6546) [commit](https://github.com/firebase/firebase-android-sdk/commit/91a74cc154d2b0e1c8f7dcc43b21dcfc1b53f55e) [Tejas Deshpande]
22+
23+
* Add an overload to FirebaseCrashlytics.recordException to attach additional custom key value pairs (#6528)
24+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6528) [commit](https://github.com/firebase/firebase-android-sdk/commit/71ceb1b2fb2dd40b4373116621ff9caa8fa8b898) [Tejas Deshpande]
25+
26+
## firebase-crashlytics-ndk
27+
28+
* Move all SDKs dependencies to use the version catalog (#6584)
29+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6584) [commit](https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f) [Rodrigo Lazo]
30+
31+
## firebase-sessions
32+
33+
* Move all SDKs dependencies to use the version catalog (#6584)
34+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6584) [commit](https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f) [Rodrigo Lazo]
35+
36+
## firebase-crashlytics/ktx
37+
38+
39+
## firebase-dataconnect
40+
41+
* dataconnect: `FirebaseDataConnect.logLevel` changed to `MutableStateFlow` (#6586)
42+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6586) [commit](https://github.com/firebase/firebase-android-sdk/commit/8130292757f4eb500b485938557ccfe6c77df36e) [Denver Coneybeare]
43+
44+
* dataconnect: demo: add "Delete" button an "List Items" screen. (#6585)
45+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6585) [commit](https://github.com/firebase/firebase-android-sdk/commit/f93c0a0d6d35cc044a7479e94fa9ffc8eccf0527) [Denver Coneybeare]
46+
47+
* dataconnect: demo: upgrade firebase-tools to v13.28.0 (#6577)
48+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6577) [commit](https://github.com/firebase/firebase-android-sdk/commit/b164139613deb7f0d00615e276b37a1dd9ab083a) [Denver Coneybeare]
49+
50+
* dataconnect: DataConnectExecutableVersions.json updated with versions 1.7.1, 1.7.2, 1.7.3, and 1.7.4 (#6579)
51+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6579) [commit](https://github.com/firebase/firebase-android-sdk/commit/7b828fc520bb8b26a446c3eb1eada66eaab2ead8) [Denver Coneybeare]
52+
53+
* dataconnect: demo: make codegen gradle task cacheable (#6571)
54+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6571) [commit](https://github.com/firebase/firebase-android-sdk/commit/4abf678fedd434470d0f203a5080546404896704) [Denver Coneybeare]
55+
56+
* dataconnect: .github/workflows/dataconnect_demo_app.yml added (#6568)
57+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6568) [commit](https://github.com/firebase/firebase-android-sdk/commit/6021b75afeccd34ce39c70aa78bbaa5c86be63af) [Denver Coneybeare]
58+
59+
* firebase-dataconnect minimal demo app added (#6561)
60+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6561) [commit](https://github.com/firebase/firebase-android-sdk/commit/2190810e2cac38283698b8280045e2257644e575) [Denver Coneybeare]
61+
62+
## firebase-perf
63+
64+
* Migrate to composite plugin (#6608)
65+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6608) [commit](https://github.com/firebase/firebase-android-sdk/commit/c7eb32ab8ddf57ac9219ede861a7987a7433b412) [Daymon]
66+
67+
* fix(firebase-perf): Update device cache only if RC value is different from cached value (#6431)
68+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6431) [commit](https://github.com/firebase/firebase-android-sdk/commit/49a637fea4c49dcc447692b1e3358f9578914a3e) [Nabeel Parkar]
69+
70+
* Move all SDKs dependencies to use the version catalog (#6584)
71+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6584) [commit](https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f) [Rodrigo Lazo]
72+
73+
## firebase-perf/ktx
74+
75+
76+
77+
## SDKs with changes, but no changelogs
78+
:firebase-abt
79+
:firebase-appdistribution
80+
:firebase-appdistribution-api
81+
:firebase-appdistribution-api:ktx
82+
:firebase-database
83+
:firebase-database:ktx
84+
:firebase-datatransport
85+
:firebase-dynamic-links
86+
:firebase-dynamic-links:ktx
87+
:firebase-firestore
88+
:firebase-firestore:ktx
89+
:firebase-functions
90+
:firebase-functions:ktx
91+
:firebase-inappmessaging
92+
:firebase-inappmessaging-display
93+
:firebase-inappmessaging:ktx
94+
:firebase-inappmessaging-display:ktx
95+
:firebase-installations
96+
:firebase-installations:ktx
97+
:firebase-installations-interop
98+
:firebase-messaging
99+
:firebase-messaging-directboot
100+
:firebase-messaging:ktx
101+
:firebase-ml-modeldownloader
102+
:firebase-ml-modeldownloader:ktx
103+
:firebase-storage
104+
:firebase-storage:ktx
105+
:firebase-vertexai
106+
:appcheck:firebase-appcheck
107+
:appcheck:firebase-appcheck-debug
108+
:appcheck:firebase-appcheck-debug-testing
109+
:appcheck:firebase-appcheck-playintegrity
110+
:appcheck:firebase-appcheck:ktx
111+
:appcheck:firebase-appcheck-interop
112+
:encoders:firebase-decoders-json
113+
:encoders:firebase-encoders-json
114+
:encoders:firebase-encoders-reflective

0 commit comments

Comments
 (0)