-
Notifications
You must be signed in to change notification settings - Fork 596
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
3 changed files
with
302 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
{ | ||
"name": "m158", | ||
"libraries": [ | ||
":firebase-dynamic-links", | ||
":firebase-dynamic-links:ktx", | ||
":firebase-firestore", | ||
":firebase-firestore:ktx" | ||
":firebase-config", | ||
":firebase-config:ktx", | ||
":firebase-crashlytics", | ||
":firebase-crashlytics-ndk", | ||
":firebase-sessions", | ||
":firebase-crashlytics:ktx", | ||
":firebase-dataconnect", | ||
":firebase-perf", | ||
":firebase-perf: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 |
---|---|---|
@@ -1,32 +1,205 @@ | ||
{ | ||
"changesByLibraryName": { | ||
"firebase-dynamic-links": [ | ||
"firebase-config": [ | ||
{ | ||
"commitId": "3f23c5f0e21530d058a2711049f55f4ccf10196b", | ||
"prId": "6649", | ||
"commitId": "b5dbd0ad2b226d51ef6619984fb750265c48a3ab", | ||
"prId": "6539", | ||
"author": "Tushar Khandelwal", | ||
"message": "Add custom signals support in Remote Config. (#6539)\n\nfeat(rc): Add support to set custom signals for Remote Config Custom\r\ntargeting", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/b5dbd0ad2b226d51ef6619984fb750265c48a3ab", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6539" | ||
}, | ||
{ | ||
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prId": "6584", | ||
"author": "Rodrigo Lazo", | ||
"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.", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584" | ||
} | ||
], | ||
"firebase-config/ktx": [ | ||
{ | ||
"commitId": "b5dbd0ad2b226d51ef6619984fb750265c48a3ab", | ||
"prId": "6539", | ||
"author": "Tushar Khandelwal", | ||
"message": "Add custom signals support in Remote Config. (#6539)\n\nfeat(rc): Add support to set custom signals for Remote Config Custom\r\ntargeting", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/b5dbd0ad2b226d51ef6619984fb750265c48a3ab", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6539" | ||
} | ||
], | ||
"firebase-crashlytics": [ | ||
{ | ||
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prId": "6584", | ||
"author": "Rodrigo Lazo", | ||
"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.", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584" | ||
}, | ||
{ | ||
"commitId": "91a74cc154d2b0e1c8f7dcc43b21dcfc1b53f55e", | ||
"prId": "6546", | ||
"author": "Tejas Deshpande", | ||
"message": "Add a kotlin method for recording an exception with custom keys (#6546)\n\n", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/91a74cc154d2b0e1c8f7dcc43b21dcfc1b53f55e", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6546" | ||
}, | ||
{ | ||
"commitId": "71ceb1b2fb2dd40b4373116621ff9caa8fa8b898", | ||
"prId": "6528", | ||
"author": "Tejas Deshpande", | ||
"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.", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/71ceb1b2fb2dd40b4373116621ff9caa8fa8b898", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6528" | ||
} | ||
], | ||
"firebase-crashlytics-ndk": [ | ||
{ | ||
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prId": "6584", | ||
"author": "Rodrigo Lazo", | ||
"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.", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584" | ||
} | ||
], | ||
"firebase-sessions": [ | ||
{ | ||
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prId": "6584", | ||
"author": "Rodrigo Lazo", | ||
"message": "Update fdl readme (#6649)\n\nReplace the changed tag with deprecated for the last FDL release", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/3f23c5f0e21530d058a2711049f55f4ccf10196b", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6649" | ||
"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.", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584" | ||
} | ||
], | ||
"firebase-dynamic-links/ktx": [ | ||
"firebase-crashlytics/ktx": [ | ||
], | ||
"firebase-firestore": [ | ||
"firebase-dataconnect": [ | ||
{ | ||
"commitId": "8130292757f4eb500b485938557ccfe6c77df36e", | ||
"prId": "6586", | ||
"author": "Denver Coneybeare", | ||
"message": "dataconnect: `FirebaseDataConnect.logLevel` changed to `MutableStateFlow` (#6586)\n\n", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8130292757f4eb500b485938557ccfe6c77df36e", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6586" | ||
}, | ||
{ | ||
"commitId": "f93c0a0d6d35cc044a7479e94fa9ffc8eccf0527", | ||
"prId": "6585", | ||
"author": "Denver Coneybeare", | ||
"message": "dataconnect: demo: add \"Delete\" button an \"List Items\" screen. (#6585)\n\n", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/f93c0a0d6d35cc044a7479e94fa9ffc8eccf0527", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6585" | ||
}, | ||
{ | ||
"commitId": "b164139613deb7f0d00615e276b37a1dd9ab083a", | ||
"prId": "6577", | ||
"author": "Denver Coneybeare", | ||
"message": "dataconnect: demo: upgrade firebase-tools to v13.28.0 (#6577)\n\n", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/b164139613deb7f0d00615e276b37a1dd9ab083a", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6577" | ||
}, | ||
{ | ||
"commitId": "7b828fc520bb8b26a446c3eb1eada66eaab2ead8", | ||
"prId": "6579", | ||
"author": "Denver Coneybeare", | ||
"message": "dataconnect: DataConnectExecutableVersions.json updated with versions 1.7.1, 1.7.2, 1.7.3, and 1.7.4 (#6579)\n\n", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/7b828fc520bb8b26a446c3eb1eada66eaab2ead8", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6579" | ||
}, | ||
{ | ||
"commitId": "4abf678fedd434470d0f203a5080546404896704", | ||
"prId": "6571", | ||
"author": "Denver Coneybeare", | ||
"message": "dataconnect: demo: make codegen gradle task cacheable (#6571)\n\n", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/4abf678fedd434470d0f203a5080546404896704", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6571" | ||
}, | ||
{ | ||
"commitId": "a1cbf93b8958e3746c0314859f770aecfce4a852", | ||
"prId": "6615", | ||
"author": "Mila", | ||
"message": "FIX: sort strings in UTF-8 encoded byte order (#6615)\n\n", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/a1cbf93b8958e3746c0314859f770aecfce4a852", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6615" | ||
"commitId": "6021b75afeccd34ce39c70aa78bbaa5c86be63af", | ||
"prId": "6568", | ||
"author": "Denver Coneybeare", | ||
"message": "dataconnect: .github/workflows/dataconnect_demo_app.yml added (#6568)\n\n", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/6021b75afeccd34ce39c70aa78bbaa5c86be63af", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6568" | ||
}, | ||
{ | ||
"commitId": "2190810e2cac38283698b8280045e2257644e575", | ||
"prId": "6561", | ||
"author": "Denver Coneybeare", | ||
"message": "firebase-dataconnect minimal demo app added (#6561)\n\n", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2190810e2cac38283698b8280045e2257644e575", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6561" | ||
} | ||
], | ||
"firebase-perf": [ | ||
{ | ||
"commitId": "c7eb32ab8ddf57ac9219ede861a7987a7433b412", | ||
"prId": "6608", | ||
"author": "Daymon", | ||
"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.", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/c7eb32ab8ddf57ac9219ede861a7987a7433b412", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6608" | ||
}, | ||
{ | ||
"commitId": "49a637fea4c49dcc447692b1e3358f9578914a3e", | ||
"prId": "6431", | ||
"author": "Nabeel Parkar", | ||
"message": "fix(firebase-perf): Update device cache only if RC value is different from cached value (#6431)\n\nFixes #6407", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/49a637fea4c49dcc447692b1e3358f9578914a3e", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6431" | ||
}, | ||
{ | ||
"commitId": "2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prId": "6584", | ||
"author": "Rodrigo Lazo", | ||
"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.", | ||
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2b072d9b5609f9d360958abc02ba63a75ea08c4f", | ||
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6584" | ||
} | ||
], | ||
"firebase-firestore/ktx": [ | ||
"firebase-perf/ktx": [ | ||
] | ||
}, | ||
"changedLibrariesWithNoChangelog": [ | ||
":firebase-dataconnect", | ||
":firebase-vertexai" | ||
":firebase-abt", | ||
":firebase-appdistribution", | ||
":firebase-appdistribution-api", | ||
":firebase-appdistribution-api:ktx", | ||
":firebase-database", | ||
":firebase-database:ktx", | ||
":firebase-datatransport", | ||
":firebase-dynamic-links", | ||
":firebase-dynamic-links:ktx", | ||
":firebase-firestore", | ||
":firebase-firestore:ktx", | ||
":firebase-functions", | ||
":firebase-functions:ktx", | ||
":firebase-inappmessaging", | ||
":firebase-inappmessaging-display", | ||
":firebase-inappmessaging:ktx", | ||
":firebase-inappmessaging-display:ktx", | ||
":firebase-installations", | ||
":firebase-installations:ktx", | ||
":firebase-installations-interop", | ||
":firebase-messaging", | ||
":firebase-messaging-directboot", | ||
":firebase-messaging:ktx", | ||
":firebase-ml-modeldownloader", | ||
":firebase-ml-modeldownloader:ktx", | ||
":firebase-storage", | ||
":firebase-storage:ktx", | ||
":firebase-vertexai", | ||
":appcheck:firebase-appcheck", | ||
":appcheck:firebase-appcheck-debug", | ||
":appcheck:firebase-appcheck-debug-testing", | ||
":appcheck:firebase-appcheck-playintegrity", | ||
":appcheck:firebase-appcheck:ktx", | ||
":appcheck:firebase-appcheck-interop", | ||
":encoders:firebase-decoders-json", | ||
":encoders:firebase-encoders-json", | ||
":encoders:firebase-encoders-reflective" | ||
] | ||
} |
Oops, something went wrong.