Skip to content

Commit 5d9236f

Browse files
Merge 422636c into a707c19
2 parents a707c19 + 422636c commit 5d9236f

File tree

6 files changed

+125
-3
lines changed

6 files changed

+125
-3
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
23
- [feature] Added support for server templates via `TemplateGenerativeModel` and
34
`TemplateImagenModel`. (#7503)
45

firebase-ai/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=17.5.1
15+
version=17.6.0
1616
latestReleasedVersion=17.5.0

firebase-dataconnect/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Unreleased
22

3+
- [changed] Internal refactor for managing Auth and App Check tokens
4+
[#7485](https://github.com/firebase/firebase-android-sdk/pull/7485))
5+
36
# 17.1.1
47

58
- [changed] Internal refactor for managing Auth and App Check tokens
6-
([#7484](https://github.com/firebase/firebase-android-sdk/pull/7484),
7-
[#7485](https://github.com/firebase/firebase-android-sdk/pull/7485))
9+
([#7484](https://github.com/firebase/firebase-android-sdk/pull/7484)
810

911
# 17.1.0
1012

release.json

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

release_report.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-ai": [
4+
{
5+
"commitId": "a707c193ad4e9c828c98cc16db2119bd85854248",
6+
"prId": "7533",
7+
"author": "emilypgoogle",
8+
"message": "Fix AI logic changelog (#7533)\n\n",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/a707c193ad4e9c828c98cc16db2119bd85854248",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7533"
11+
},
12+
{
13+
"commitId": "8287ef3a532869a4d305f962411af25a1b6fb1de",
14+
"prId": "7525",
15+
"author": "David Motsonashvili",
16+
"message": "[AI] Add changelog for server template change (#7525)\n\nCo-authored-by: David Motsonashvili <[email protected]>",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8287ef3a532869a4d305f962411af25a1b6fb1de",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7525"
19+
},
20+
{
21+
"commitId": "9cbd70222f3017c3f5a3fc13737f9d6cd62868a4",
22+
"prId": "7503",
23+
"author": "David Motsonashvili",
24+
"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]>",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/9cbd70222f3017c3f5a3fc13737f9d6cd62868a4",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7503"
27+
},
28+
{
29+
"commitId": "4139f6b6fcec5c44bbbbc888f80d846cba4fdeeb",
30+
"prId": "7520",
31+
"author": "Vinay Guthal",
32+
"message": "update javadocs for firebase ai (#7520)\n\n",
33+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/4139f6b6fcec5c44bbbbc888f80d846cba4fdeeb",
34+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7520"
35+
}
36+
],
37+
"firebase-dataconnect": [
38+
{
39+
"commitId": "544b1a2e1035c42af678a97cb4a845fe39526942",
40+
"prId": "7485",
41+
"author": "Denver Coneybeare",
42+
"message": "dataconnect: auth token internal refactor to track authUid, part 2 (#7485)\n\n",
43+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/544b1a2e1035c42af678a97cb4a845fe39526942",
44+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7485"
45+
},
46+
{
47+
"commitId": "d2d23d3525b449f121a6adb8eba2dcf9006bf9c6",
48+
"prId": "7507",
49+
"author": "Denver Coneybeare",
50+
"message": "dataconnect: augment tests for null token in DataConnectGrpcMetadataUnitTest (#7507)\n\n",
51+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/d2d23d3525b449f121a6adb8eba2dcf9006bf9c6",
52+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7507"
53+
}
54+
],
55+
"firebase-perf": [
56+
{
57+
"commitId": "4832b5d16bcbc8ca8857e0643be95bdc1429d933",
58+
"prId": "7449",
59+
"author": "OOS93",
60+
"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]>",
61+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/4832b5d16bcbc8ca8857e0643be95bdc1429d933",
62+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7449"
63+
}
64+
]
65+
},
66+
"changedLibrariesWithNoChangelog": [
67+
":firebase-firestore",
68+
":firebase-messaging",
69+
":firebase-messaging-directboot",
70+
":firebase-crashlytics",
71+
":firebase-crashlytics-ndk",
72+
":firebase-sessions"
73+
]
74+
}

release_report.md

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

0 commit comments

Comments
 (0)