Skip to content

Commit 891fd07

Browse files
Merge d2de52f into 4832b5d
2 parents 4832b5d + d2de52f commit 891fd07

File tree

3 files changed

+128
-0
lines changed

3 files changed

+128
-0
lines changed

release.json

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

release_report.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-ai": [
4+
{
5+
"commitId": "8287ef3a532869a4d305f962411af25a1b6fb1de",
6+
"prId": "7525",
7+
"author": "David Motsonashvili",
8+
"message": "[AI] Add changelog for server template change (#7525)\n\nCo-authored-by: David Motsonashvili <[email protected]>",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8287ef3a532869a4d305f962411af25a1b6fb1de",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7525"
11+
},
12+
{
13+
"commitId": "9cbd70222f3017c3f5a3fc13737f9d6cd62868a4",
14+
"prId": "7503",
15+
"author": "David Motsonashvili",
16+
"message": "Server Templates (#7503)\n\n* Added `TemplateGenerativeModel` and `TemplateImagenModel` types with\nentrypoints in `FirebaseAI`\n* Added java types to match\n* Added new request types with serialization\nTODO: Tests\n\n---------\n\nCo-authored-by: David Motsonashvili <[email protected]>",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/9cbd70222f3017c3f5a3fc13737f9d6cd62868a4",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7503"
19+
},
20+
{
21+
"commitId": "4139f6b6fcec5c44bbbbc888f80d846cba4fdeeb",
22+
"prId": "7520",
23+
"author": "Vinay Guthal",
24+
"message": "update javadocs for firebase ai (#7520)\n\n",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/4139f6b6fcec5c44bbbbc888f80d846cba4fdeeb",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7520"
27+
}
28+
],
29+
"firebase-dataconnect": [
30+
{
31+
"commitId": "544b1a2e1035c42af678a97cb4a845fe39526942",
32+
"prId": "7485",
33+
"author": "Denver Coneybeare",
34+
"message": "dataconnect: auth token internal refactor to track authUid, part 2 (#7485)\n\n",
35+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/544b1a2e1035c42af678a97cb4a845fe39526942",
36+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7485"
37+
},
38+
{
39+
"commitId": "d2d23d3525b449f121a6adb8eba2dcf9006bf9c6",
40+
"prId": "7507",
41+
"author": "Denver Coneybeare",
42+
"message": "dataconnect: augment tests for null token in DataConnectGrpcMetadataUnitTest (#7507)\n\n",
43+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/d2d23d3525b449f121a6adb8eba2dcf9006bf9c6",
44+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7507"
45+
}
46+
],
47+
"firebase-inappmessaging": [
48+
{
49+
"commitId": "24c1b86facbd519331494a4bee6a4dc1df22d18e",
50+
"prId": "7514",
51+
"author": "Vinay Guthal",
52+
"message": "update change log for inappmessaging (#7514)\n\n",
53+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/24c1b86facbd519331494a4bee6a4dc1df22d18e",
54+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7514"
55+
}
56+
],
57+
"firebase-inappmessaging-display": [],
58+
"firebase-perf": [
59+
{
60+
"commitId": "4832b5d16bcbc8ca8857e0643be95bdc1429d933",
61+
"prId": "7449",
62+
"author": "OOS93",
63+
"message": "DiskReadViolation in Firebase Performance during Activity#onResume #7392 (#7449)\n\nAs reported in #7340, RemoteConfig interactions are removed from\nAppStartTrace (RemoteConfig is no longer supported, thus is safe to\ndelete).\n\n---------\n\nCo-authored-by: Tejas Deshpande <[email protected]>",
64+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/4832b5d16bcbc8ca8857e0643be95bdc1429d933",
65+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7449"
66+
}
67+
]
68+
},
69+
"changedLibrariesWithNoChangelog": [
70+
":firebase-firestore",
71+
":firebase-messaging",
72+
":firebase-messaging-directboot",
73+
":firebase-crashlytics",
74+
":firebase-crashlytics-ndk",
75+
":firebase-sessions"
76+
]
77+
}

release_report.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Release Report
2+
## firebase-ai
3+
4+
* [AI] Add changelog for server template change (#7525)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7525) [commit](https://github.com/firebase/firebase-android-sdk/commit/8287ef3a532869a4d305f962411af25a1b6fb1de) [David Motsonashvili]
6+
7+
* Server Templates (#7503)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7503) [commit](https://github.com/firebase/firebase-android-sdk/commit/9cbd70222f3017c3f5a3fc13737f9d6cd62868a4) [David Motsonashvili]
9+
10+
* update javadocs for firebase ai (#7520)
11+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7520) [commit](https://github.com/firebase/firebase-android-sdk/commit/4139f6b6fcec5c44bbbbc888f80d846cba4fdeeb) [Vinay Guthal]
12+
13+
## firebase-dataconnect
14+
15+
* dataconnect: auth token internal refactor to track authUid, part 2 (#7485)
16+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7485) [commit](https://github.com/firebase/firebase-android-sdk/commit/544b1a2e1035c42af678a97cb4a845fe39526942) [Denver Coneybeare]
17+
18+
* dataconnect: augment tests for null token in DataConnectGrpcMetadataUnitTest (#7507)
19+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7507) [commit](https://github.com/firebase/firebase-android-sdk/commit/d2d23d3525b449f121a6adb8eba2dcf9006bf9c6) [Denver Coneybeare]
20+
21+
## firebase-inappmessaging
22+
23+
* update change log for inappmessaging (#7514)
24+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7514) [commit](https://github.com/firebase/firebase-android-sdk/commit/24c1b86facbd519331494a4bee6a4dc1df22d18e) [Vinay Guthal]
25+
26+
## firebase-inappmessaging-display
27+
28+
29+
## firebase-perf
30+
31+
* DiskReadViolation in Firebase Performance during Activity#onResume #7392 (#7449)
32+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7449) [commit](https://github.com/firebase/firebase-android-sdk/commit/4832b5d16bcbc8ca8857e0643be95bdc1429d933) [OOS93]
33+
34+
35+
## SDKs with changes, but no changelogs
36+
:firebase-firestore
37+
:firebase-messaging
38+
:firebase-messaging-directboot
39+
:firebase-crashlytics
40+
:firebase-crashlytics-ndk
41+
:firebase-sessions

0 commit comments

Comments
 (0)