Skip to content

Commit 09e44ea

Browse files
committed
Create release config
1 parent 119d800 commit 09e44ea

File tree

3 files changed

+302
-31
lines changed

3 files changed

+302
-31
lines changed

release.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "m158",
33
"libraries": [
4-
":firebase-dynamic-links",
5-
":firebase-dynamic-links:ktx",
6-
":firebase-firestore",
7-
":firebase-firestore:ktx"
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"
813
]
914
}

release_report.json

Lines changed: 190 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,205 @@
11
{
22
"changesByLibraryName": {
3-
"firebase-dynamic-links": [
3+
"firebase-config": [
44
{
5-
"commitId": "3f23c5f0e21530d058a2711049f55f4ccf10196b",
6-
"prId": "6649",
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",
771
"author": "Rodrigo Lazo",
8-
"message": "Update fdl readme (#6649)\n\nReplace the changed tag with deprecated for the last FDL release",
9-
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/3f23c5f0e21530d058a2711049f55f4ccf10196b",
10-
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6649"
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"
1175
}
1276
],
13-
"firebase-dynamic-links/ktx": [
77+
"firebase-crashlytics/ktx": [
1478
],
15-
"firebase-firestore": [
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+
},
16120
{
17-
"commitId": "a1cbf93b8958e3746c0314859f770aecfce4a852",
18-
"prId": "6615",
19-
"author": "Mila",
20-
"message": "FIX: sort strings in UTF-8 encoded byte order (#6615)\n\n",
21-
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/a1cbf93b8958e3746c0314859f770aecfce4a852",
22-
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6615"
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"
23161
}
24162
],
25-
"firebase-firestore/ktx": [
163+
"firebase-perf/ktx": [
26164
]
27165
},
28166
"changedLibrariesWithNoChangelog": [
29-
":firebase-dataconnect",
30-
":firebase-vertexai"
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"
31204
]
32205
}

0 commit comments

Comments
 (0)