Skip to content

Commit ccea3d2

Browse files
emilypgooglegithub-actions[bot]
authored andcommitted
Create release config for m169
1 parent be8f480 commit ccea3d2

File tree

3 files changed

+144
-0
lines changed

3 files changed

+144
-0
lines changed

release.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "m169",
3+
"libraries": [
4+
":firebase-ai",
5+
":firebase-perf"
6+
]
7+
}

release_report.json

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-ai": [
4+
{
5+
"commitId": "be8f4809baa8eaca33cd7d4c21b955d40204dfd7",
6+
"prId": "7272",
7+
"author": "Rodrigo Lazo",
8+
"message": "[AI] Add support for thinkingSummaries and thoughtSignatures (#7272)\n\nAdded support for returning [thought\nsummaries](https://ai.google.dev/gemini-api/docs/thinking#summaries)\nwhen using thinking-compatible models.\n\nAdditionally, it adds support for automatic handling of\n`thoughtSignatures`.\n\n---------\n\nCo-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/be8f4809baa8eaca33cd7d4c21b955d40204dfd7",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7272"
11+
},
12+
{
13+
"commitId": "c85227e344230aa676066352184bc6ccd510294f",
14+
"prId": "7270",
15+
"author": "Rodrigo Lazo",
16+
"message": "[AI] Correctly handle empty candidates in the accessors (#7270)\n\nBefore, if a response had no candidates, accessors would throw an\nexception when used instead of handle the case elegantly. Now they\neither return an empty list, for collections, or null, for string.\n\nThe test file is added in\nhttps://github.com/FirebaseExtended/vertexai-sdk-test-data/pull/48",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/c85227e344230aa676066352184bc6ccd510294f",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7270"
19+
},
20+
{
21+
"commitId": "da659d7d614c41375a29868bed234b6890329e18",
22+
"prId": "7259",
23+
"author": "Rodrigo Lazo",
24+
"message": "[Ai] Expose `APINotConfiguredException` in the public API (#7259)\n\nThe exception was added in #7233 but was mistakenly marked as internal.",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/da659d7d614c41375a29868bed234b6890329e18",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7259"
27+
},
28+
{
29+
"commitId": "628a6c6131fe14916592e60da5b4eeea94537b03",
30+
"prId": "7260",
31+
"author": "David Motsonashvili",
32+
"message": "Added dilation parameter to generateMaskAndPadForOutpainting (#7260)\n\nThe dilation parameter gets passed through to the mask, and is optional.\n\nEnded up doing manual overloading to preserve binary compatibility.\n\n---------\n\nCo-authored-by: David Motsonashvili <[email protected]>",
33+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/628a6c6131fe14916592e60da5b4eeea94537b03",
34+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7260"
35+
},
36+
{
37+
"commitId": "2253d3f53da5b047b1525b5ef0bb07f80df2d1d0",
38+
"prId": "7229",
39+
"author": "David Motsonashvili",
40+
"message": "documentation fixes for M168 (#7229)\n\nCo-authored-by: David Motsonashvili <[email protected]>",
41+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2253d3f53da5b047b1525b5ef0bb07f80df2d1d0",
42+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7229"
43+
},
44+
{
45+
"commitId": "5e778b940e72d6ce10455a6604f2857820df1d28",
46+
"prId": "7250",
47+
"author": "emilypgoogle",
48+
"message": "Configure Firebase AI tests to run nightly (#7250)\n\n",
49+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/5e778b940e72d6ce10455a6604f2857820df1d28",
50+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7250"
51+
},
52+
{
53+
"commitId": "8b1b50d421d558ca0d7e3f606fb289a5a370275d",
54+
"prId": "7233",
55+
"author": "emilypgoogle",
56+
"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.",
57+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8b1b50d421d558ca0d7e3f606fb289a5a370275d",
58+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7233"
59+
},
60+
{
61+
"commitId": "316e1686c3ac9675384da435f43a1eff6c78f755",
62+
"prId": "7228",
63+
"author": "Ryan Wilson",
64+
"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.",
65+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/316e1686c3ac9675384da435f43a1eff6c78f755",
66+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7228"
67+
}
68+
],
69+
"firebase-perf": [
70+
{
71+
"commitId": "e11e900b31360e6dba51adab7b26b5329903ebf4",
72+
"prId": "7274",
73+
"author": "Tejas Deshpande",
74+
"message": "Make a change to prevent false positive background app starts. (#7274)\n\nAdded a change in `AppStartTrace` to prevent false positives of a\nbackground app start on API 34+ devices.\n\nSee https://github.com/firebase/firebase-android-sdk/issues/5920\n\nVerified locally:\n\n```\n2025-08-20 10:34:51.283 18373-18373 AppMonDemo com.tdeshpande.appmontester D mainThreadRunnable.run(): activityCreated = false\n2025-08-20 10:34:51.292 18373-18373 AppMonDemo com.tdeshpande.appmontester D onActivityPreCreated: mainThreadRunnableRun = true\n2025-08-20 10:34:51.294 18373-18373 AppMonDemo com.tdeshpande.appmontester D onActivityCreated: mainThreadRunnableRun = true\n2025-08-20 10:34:51.314 18373-18373 AppMonDemo com.tdeshpande.appmontester D onActivityStarted: mainThreadRunnableRun = true\n2025-08-20 10:34:51.318 18373-18373 FirebasePerformance com.tdeshpande.appmontester I Firebase Performance Monitoring is successfully initialized! In a minute, visit the Firebase console to view your data: \n2025-08-20 10:34:51.319 18373-18373 FirebasePerformance com.tdeshpande.appmontester D onResume(): com.tdeshpande.appmontester.MainActivity: 74362 microseconds\n2025-08-20 10:34:51.320 18373-18373 AppMonDemo com.tdeshpande.appmontester D onActivityResumed: mainThreadRunnableRun = true\n2025-08-20 10:34:51.323 18373-18431 FirebasePerformance com.tdeshpande.appmontester I Logging trace metric: _as (duration: 74.362ms). In a minute, visit the Firebase console to view your data: \n```",
75+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/e11e900b31360e6dba51adab7b26b5329903ebf4",
76+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7274"
77+
},
78+
{
79+
"commitId": "042827da3e2106264b87dd777eed3f32034851f2",
80+
"prId": "7214",
81+
"author": "Tejas Deshpande",
82+
"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",
83+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/042827da3e2106264b87dd777eed3f32034851f2",
84+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7214"
85+
}
86+
]
87+
},
88+
"changedLibrariesWithNoChangelog": [
89+
":firebase-appdistribution",
90+
":firebase-appdistribution-api",
91+
":firebase-config",
92+
":firebase-dataconnect",
93+
":firebase-ml-modeldownloader"
94+
]
95+
}

release_report.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Release Report
2+
## firebase-ai
3+
4+
* [AI] Add support for thinkingSummaries and thoughtSignatures (#7272)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7272) [commit](https://github.com/firebase/firebase-android-sdk/commit/be8f4809baa8eaca33cd7d4c21b955d40204dfd7) [Rodrigo Lazo]
6+
7+
* [AI] Correctly handle empty candidates in the accessors (#7270)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7270) [commit](https://github.com/firebase/firebase-android-sdk/commit/c85227e344230aa676066352184bc6ccd510294f) [Rodrigo Lazo]
9+
10+
* [Ai] Expose `APINotConfiguredException` in the public API (#7259)
11+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7259) [commit](https://github.com/firebase/firebase-android-sdk/commit/da659d7d614c41375a29868bed234b6890329e18) [Rodrigo Lazo]
12+
13+
* Added dilation parameter to generateMaskAndPadForOutpainting (#7260)
14+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7260) [commit](https://github.com/firebase/firebase-android-sdk/commit/628a6c6131fe14916592e60da5b4eeea94537b03) [David Motsonashvili]
15+
16+
* documentation fixes for M168 (#7229)
17+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7229) [commit](https://github.com/firebase/firebase-android-sdk/commit/2253d3f53da5b047b1525b5ef0bb07f80df2d1d0) [David Motsonashvili]
18+
19+
* Configure Firebase AI tests to run nightly (#7250)
20+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7250) [commit](https://github.com/firebase/firebase-android-sdk/commit/5e778b940e72d6ce10455a6604f2857820df1d28) [emilypgoogle]
21+
22+
* Add NotConfiguredException with a better error message than provided by the server. (#7233)
23+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7233) [commit](https://github.com/firebase/firebase-android-sdk/commit/8b1b50d421d558ca0d7e3f606fb289a5a370275d) [emilypgoogle]
24+
25+
* Temporarily remove CHANGELOG entry (#7228)
26+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7228) [commit](https://github.com/firebase/firebase-android-sdk/commit/316e1686c3ac9675384da435f43a1eff6c78f755) [Ryan Wilson]
27+
28+
## firebase-perf
29+
30+
* Make a change to prevent false positive background app starts. (#7274)
31+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7274) [commit](https://github.com/firebase/firebase-android-sdk/commit/e11e900b31360e6dba51adab7b26b5329903ebf4) [Tejas Deshpande]
32+
33+
* Refactor RCM fetch random delay to not depend on FirebaseApp initialization. (#7214)
34+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7214) [commit](https://github.com/firebase/firebase-android-sdk/commit/042827da3e2106264b87dd777eed3f32034851f2) [Tejas Deshpande]
35+
36+
37+
## SDKs with changes, but no changelogs
38+
:firebase-appdistribution
39+
:firebase-appdistribution-api
40+
:firebase-config
41+
:firebase-dataconnect
42+
:firebase-ml-modeldownloader

0 commit comments

Comments
 (0)