Skip to content

Commit 93c33fc

Browse files
VinayGuthalgithub-actions[bot]
authored andcommitted
Create release config for m168
1 parent 0c1302f commit 93c33fc

File tree

3 files changed

+101
-0
lines changed

3 files changed

+101
-0
lines changed

release.json

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

release_report.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-ai": [
4+
{
5+
"commitId": "0c1302f7d0540ec7028aaf5ac4a9cfffc98ce1de",
6+
"prId": "7208",
7+
"author": "Vinay Guthal",
8+
"message": "fix function calling issue (#7208)\n\nAdd support for code execution block but dont document it yet. This is a\nmore cleaner way to address the serialization exception rather than just\nswallowing the exception.",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/0c1302f7d0540ec7028aaf5ac4a9cfffc98ce1de",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7208"
11+
},
12+
{
13+
"commitId": "09dc3109de025105c9bdab9c3f8a46e79981e8ae",
14+
"prId": "7196",
15+
"author": "Vinay Guthal",
16+
"message": "Add developer api to bidi. (#7196)\n\nThis PR adds bidi support for developer api",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/09dc3109de025105c9bdab9c3f8a46e79981e8ae",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7196"
19+
},
20+
{
21+
"commitId": "bcc00a509b0f1d45ca22ef28bc602a3f4e129b96",
22+
"prId": "7075",
23+
"author": "David Motsonashvili",
24+
"message": "Imagen Editing (#7075)\n\nAdds Imagen Editing controls which allows for inpainting, outpainting,\nstyle transfer, subject references, and controlnet features.\n\n---------\n\nCo-authored-by: David Motsonashvili <davidmotson@google.com>",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/bcc00a509b0f1d45ca22ef28bc602a3f4e129b96",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7075"
27+
},
28+
{
29+
"commitId": "89ccf1c3be349fc67e3c9ce525dbdd50b93754cb",
30+
"prId": "7180",
31+
"author": "Rodrigo Lazo",
32+
"message": "[AI] Improve error messaging for LiveServerMessageSerializer (#7180)\n\nThe error message should include the actual content of the message that\ncouldn't be de-serialized instead of class around java class names,\nwhich are not useful before de-serialization succeds.\n\n---------\n\nCo-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>",
33+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/89ccf1c3be349fc67e3c9ce525dbdd50b93754cb",
34+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7180"
35+
},
36+
{
37+
"commitId": "785785ae5664dc301648fa9a28005c29ec3dc674",
38+
"prId": "7165",
39+
"author": "Rodrigo Lazo",
40+
"message": "[AI] Use `getOrPut` to update the multi resource map (#7165)\n\nThat method is cleaner, and the intended way, of inserting a value into\na map if it's missing.\n\nTag: cleanup",
41+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/785785ae5664dc301648fa9a28005c29ec3dc674",
42+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7165"
43+
},
44+
{
45+
"commitId": "88feb6394d629ce35ca73de2285862ea739ce5d3",
46+
"prId": "7168",
47+
"author": "David Motsonashvili",
48+
"message": "Documentation fixes from cl/782062615 (#7168)\n\nCo-authored-by: David Motsonashvili <davidmotson@google.com>",
49+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/88feb6394d629ce35ca73de2285862ea739ce5d3",
50+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7168"
51+
}
52+
]
53+
},
54+
"changedLibrariesWithNoChangelog": [
55+
":firebase-dataconnect",
56+
":appcheck:firebase-appcheck",
57+
":appcheck:firebase-appcheck-debug",
58+
":appcheck:firebase-appcheck-debug-testing",
59+
":appcheck:firebase-appcheck-playintegrity",
60+
":appcheck:firebase-appcheck-recaptchaenterprise",
61+
":transport:transport-backend-cct",
62+
":transport:transport-runtime"
63+
]
64+
}

release_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Release Report
2+
## firebase-ai
3+
4+
* fix function calling issue (#7208)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7208) [commit](https://github.com/firebase/firebase-android-sdk/commit/0c1302f7d0540ec7028aaf5ac4a9cfffc98ce1de) [Vinay Guthal]
6+
7+
* Add developer api to bidi. (#7196)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7196) [commit](https://github.com/firebase/firebase-android-sdk/commit/09dc3109de025105c9bdab9c3f8a46e79981e8ae) [Vinay Guthal]
9+
10+
* Imagen Editing (#7075)
11+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7075) [commit](https://github.com/firebase/firebase-android-sdk/commit/bcc00a509b0f1d45ca22ef28bc602a3f4e129b96) [David Motsonashvili]
12+
13+
* [AI] Improve error messaging for LiveServerMessageSerializer (#7180)
14+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7180) [commit](https://github.com/firebase/firebase-android-sdk/commit/89ccf1c3be349fc67e3c9ce525dbdd50b93754cb) [Rodrigo Lazo]
15+
16+
* [AI] Use `getOrPut` to update the multi resource map (#7165)
17+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7165) [commit](https://github.com/firebase/firebase-android-sdk/commit/785785ae5664dc301648fa9a28005c29ec3dc674) [Rodrigo Lazo]
18+
19+
* Documentation fixes from cl/782062615 (#7168)
20+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7168) [commit](https://github.com/firebase/firebase-android-sdk/commit/88feb6394d629ce35ca73de2285862ea739ce5d3) [David Motsonashvili]
21+
22+
23+
## SDKs with changes, but no changelogs
24+
:firebase-dataconnect
25+
:appcheck:firebase-appcheck
26+
:appcheck:firebase-appcheck-debug
27+
:appcheck:firebase-appcheck-debug-testing
28+
:appcheck:firebase-appcheck-playintegrity
29+
:appcheck:firebase-appcheck-recaptchaenterprise
30+
:transport:transport-backend-cct
31+
:transport:transport-runtime

0 commit comments

Comments
 (0)