diff --git a/firebase-dataconnect/CHANGELOG.md b/firebase-dataconnect/CHANGELOG.md index 2990c834369..531f5e1b79b 100644 --- a/firebase-dataconnect/CHANGELOG.md +++ b/firebase-dataconnect/CHANGELOG.md @@ -1,5 +1,5 @@ # Unreleased - +* [changed] Ignore too # 17.0.0 * [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher. diff --git a/release.json b/release.json new file mode 100644 index 00000000000..98af2d241a1 --- /dev/null +++ b/release.json @@ -0,0 +1,6 @@ +{ + "name": "ignore", + "libraries": [ + ":firebase-dataconnect" + ] +} \ No newline at end of file diff --git a/release_report.json b/release_report.json new file mode 100644 index 00000000000..5d2d4d9e8b5 --- /dev/null +++ b/release_report.json @@ -0,0 +1,47 @@ +{ + "changesByLibraryName": { + "firebase-ai": [ + { + "commitId": "5e778b940e72d6ce10455a6604f2857820df1d28", + "prId": "7250", + "author": "emilypgoogle", + "message": "Configure Firebase AI tests to run nightly (#7250)\n\n", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/5e778b940e72d6ce10455a6604f2857820df1d28", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/7250" + }, + { + "commitId": "8b1b50d421d558ca0d7e3f606fb289a5a370275d", + "prId": "7233", + "author": "emilypgoogle", + "message": "Add NotConfiguredException with a better error message than provided by the server. (#7233)\n\nThe previous error text \"genai config not found\" is ambiguous and as a\ngeneric ServerException did not provide documentation for resolutions.", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8b1b50d421d558ca0d7e3f606fb289a5a370275d", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/7233" + }, + { + "commitId": "316e1686c3ac9675384da435f43a1eff6c78f755", + "prId": "7228", + "author": "Ryan Wilson", + "message": "Temporarily remove CHANGELOG entry (#7228)\n\nThe backend won't be published until sometime next week, removing this\nuntil it's ready. No changes to the code are necessary as there are no\npublic API changes and it'll still hit a runtime error.", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/316e1686c3ac9675384da435f43a1eff6c78f755", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/7228" + } + ], + "firebase-perf": [ + { + "commitId": "042827da3e2106264b87dd777eed3f32034851f2", + "prId": "7214", + "author": "Tejas Deshpande", + "message": "Refactor RCM fetch random delay to not depend on FirebaseApp initialization. (#7214)\n\nThis should help address the issue where there could be a deadlock if\n`FirebaseApp` is still being initialized.\n\nSee https://github.com/firebase/firebase-android-sdk/issues/4831", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/042827da3e2106264b87dd777eed3f32034851f2", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/7214" + } + ] + }, + "changedLibrariesWithNoChangelog": [ + ":firebase-appdistribution", + ":firebase-appdistribution-api", + ":firebase-config", + ":firebase-dataconnect", + ":firebase-ml-modeldownloader" + ] +} \ No newline at end of file diff --git a/release_report.md b/release_report.md new file mode 100644 index 00000000000..d020591d986 --- /dev/null +++ b/release_report.md @@ -0,0 +1,24 @@ +# Release Report +## firebase-ai + +* Configure Firebase AI tests to run nightly (#7250) + [pr](https://github.com/firebase/firebase-android-sdk/pull/7250) [commit](https://github.com/firebase/firebase-android-sdk/commit/5e778b940e72d6ce10455a6604f2857820df1d28) [emilypgoogle] + +* Add NotConfiguredException with a better error message than provided by the server. (#7233) + [pr](https://github.com/firebase/firebase-android-sdk/pull/7233) [commit](https://github.com/firebase/firebase-android-sdk/commit/8b1b50d421d558ca0d7e3f606fb289a5a370275d) [emilypgoogle] + +* Temporarily remove CHANGELOG entry (#7228) + [pr](https://github.com/firebase/firebase-android-sdk/pull/7228) [commit](https://github.com/firebase/firebase-android-sdk/commit/316e1686c3ac9675384da435f43a1eff6c78f755) [Ryan Wilson] + +## firebase-perf + +* Refactor RCM fetch random delay to not depend on FirebaseApp initialization. (#7214) + [pr](https://github.com/firebase/firebase-android-sdk/pull/7214) [commit](https://github.com/firebase/firebase-android-sdk/commit/042827da3e2106264b87dd777eed3f32034851f2) [Tejas Deshpande] + + +## SDKs with changes, but no changelogs +:firebase-appdistribution +:firebase-appdistribution-api +:firebase-config +:firebase-dataconnect +:firebase-ml-modeldownloader \ No newline at end of file