Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] Ignore too

# 17.0.0
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
6 changes: 6 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "ignore",
"libraries": [
":firebase-dataconnect"
]
}
47 changes: 47 additions & 0 deletions release_report.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
24 changes: 24 additions & 0 deletions release_report.md
Original file line number Diff line number Diff line change
@@ -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
Loading