Skip to content

Commit f9527d4

Browse files
authored
Create release config for m159
1 parent f2d05d6 commit f9527d4

File tree

3 files changed

+131
-0
lines changed

3 files changed

+131
-0
lines changed

release.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "m159",
3+
"libraries": [
4+
":firebase-dynamic-links",
5+
":firebase-dynamic-links:ktx",
6+
":firebase-firestore",
7+
":firebase-firestore:ktx",
8+
":firebase-vertexai"
9+
]
10+
}

release_report.json

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-dynamic-links": [
4+
{
5+
"commitId": "3f23c5f0e21530d058a2711049f55f4ccf10196b",
6+
"prId": "6649",
7+
"author": "Rodrigo Lazo",
8+
"message": "Update fdl readme (#6649)\n\nReplace the changed tag with deprecated for the last FDL release",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/3f23c5f0e21530d058a2711049f55f4ccf10196b",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6649"
11+
}
12+
],
13+
"firebase-dynamic-links/ktx": [
14+
],
15+
"firebase-firestore": [
16+
{
17+
"commitId": "a1cbf93b8958e3746c0314859f770aecfce4a852",
18+
"prId": "6615",
19+
"author": "Mila",
20+
"message": "FIX: sort strings in UTF-8 encoded byte order (#6615)\n\n",
21+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/a1cbf93b8958e3746c0314859f770aecfce4a852",
22+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6615"
23+
}
24+
],
25+
"firebase-firestore/ktx": [
26+
],
27+
"firebase-vertexai": [
28+
{
29+
"commitId": "0fac9bf0b28099e8a1f525f6b75f12d2567de97c",
30+
"prId": "6654",
31+
"author": "Daymon",
32+
"message": "Add missing changelog (#6654)\n\nAdds the changelog entry for #6652",
33+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/0fac9bf0b28099e8a1f525f6b75f12d2567de97c",
34+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6654"
35+
},
36+
{
37+
"commitId": "31e0d061c4f8e86bac001baace7a998b945334a4",
38+
"prId": "6631",
39+
"author": "emilypgoogle",
40+
"message": "Migrate VertexAI serialization to be localized (#6631)\n\nThere are some considerations to how this should be finalized. Current\r\nimplementation details that I've decided on which we can change:\r\n* Based on the example doc, all classes `Foo` have been renamed\r\n`InternalFoo`\r\n* All internal serialization classes, where relevant, are moved to inner\r\nclasses of their API counterparts\r\n* All classes only used as child fields for serialization classes have\r\nbeen moved to inner classes of those classes\r\n* All `toPublic` and `toInternal` methods on API and serialization\r\nclasses have been moved inside of those classes and `conversions.kt` has\r\nbeen mostly emptied.\r\n* A few serialization classes do not have API equivalents and are left\r\nin a `Types.kt` file\r\n\r\nPossible changes:\r\n* Change all `InternalFoo` classes to have the same name, referenced as\r\n`Foo.Internal` rather than `Foo.InternalFoo`. This will probably make\r\nthe codebase feel cleaner, but I'll wait for opinions on it\r\n* Move serialization only classes out of the internal serialization\r\nclasses, either to inner classes of the API classes or top level classes\r\nthemselves.\r\n* For classes that have serializers, rename serializers from\r\n`InternalFooSerializer` to `Serializer` for example\r\n`Foo.InternalFoo.Serializer` or `Foo.Internal.Serializer` instead of\r\n`Foo.InternalFoo.InternalFooSerializer` or\r\n`Foo.Internal.InternalFooSerializer`",
41+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/31e0d061c4f8e86bac001baace7a998b945334a4",
42+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6631"
43+
},
44+
{
45+
"commitId": "f2d05d6710a902944fbb75a8e861c78740d7dc84",
46+
"prId": "6651",
47+
"author": "Rodrigo Lazo",
48+
"message": "Update the vertex golden file version being pulled (#6651)\n\nWe've updated from version 3.* to 5.*. Test were added were necessary to\nmatch the coverage in the iOS repo.\n\nA few changes (v5.1 and v5.2) don't have tests covering the new files\nyet",
49+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/f2d05d6710a902944fbb75a8e861c78740d7dc84",
50+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6651"
51+
},
52+
{
53+
"commitId": "65b23aaad4cac5aeb6df4845f21d07f748c5b022",
54+
"prId": "6652",
55+
"author": "Rodrigo Lazo",
56+
"message": "Drop empty text parts when parsing the model's response (#6652)\n\nEmpty text parts go from a nuance when processed, to an exception when\nsend to the backend. To prevent this issue, we are dropping them when\nparsing the response from the server.",
57+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/65b23aaad4cac5aeb6df4845f21d07f748c5b022",
58+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6652"
59+
},
60+
{
61+
"commitId": "8567a384ac26bf940ee7a896e674ccf207f40948",
62+
"prId": "6646",
63+
"author": "Rodrigo Lazo",
64+
"message": "Remove preview notice from vertexai readme (#6646)\n\nThe SDK was released as GA last year.",
65+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8567a384ac26bf940ee7a896e674ccf207f40948",
66+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6646"
67+
},
68+
{
69+
"commitId": "cf5fe2e8e7b12a53bba085a4ceda0d4c6fd87012",
70+
"prId": "6637",
71+
"author": "Rodrigo Lazo",
72+
"message": "Update code formatting command in vertex's README (#6637)\n\nWe have been using the spotless plugin for a while already.",
73+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/cf5fe2e8e7b12a53bba085a4ceda0d4c6fd87012",
74+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6637"
75+
}
76+
]
77+
},
78+
"changedLibrariesWithNoChangelog": [
79+
":firebase-dataconnect"
80+
]
81+
}

release_report.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Release Report
2+
## firebase-dynamic-links
3+
4+
* Update fdl readme (#6649)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6649) [commit](https://github.com/firebase/firebase-android-sdk/commit/3f23c5f0e21530d058a2711049f55f4ccf10196b) [Rodrigo Lazo]
6+
7+
## firebase-dynamic-links/ktx
8+
9+
10+
## firebase-firestore
11+
12+
* FIX: sort strings in UTF-8 encoded byte order (#6615)
13+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6615) [commit](https://github.com/firebase/firebase-android-sdk/commit/a1cbf93b8958e3746c0314859f770aecfce4a852) [Mila]
14+
15+
## firebase-firestore/ktx
16+
17+
18+
## firebase-vertexai
19+
20+
* Add missing changelog (#6654)
21+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6654) [commit](https://github.com/firebase/firebase-android-sdk/commit/0fac9bf0b28099e8a1f525f6b75f12d2567de97c) [Daymon]
22+
23+
* Migrate VertexAI serialization to be localized (#6631)
24+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6631) [commit](https://github.com/firebase/firebase-android-sdk/commit/31e0d061c4f8e86bac001baace7a998b945334a4) [emilypgoogle]
25+
26+
* Update the vertex golden file version being pulled (#6651)
27+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6651) [commit](https://github.com/firebase/firebase-android-sdk/commit/f2d05d6710a902944fbb75a8e861c78740d7dc84) [Rodrigo Lazo]
28+
29+
* Drop empty text parts when parsing the model's response (#6652)
30+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6652) [commit](https://github.com/firebase/firebase-android-sdk/commit/65b23aaad4cac5aeb6df4845f21d07f748c5b022) [Rodrigo Lazo]
31+
32+
* Remove preview notice from vertexai readme (#6646)
33+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6646) [commit](https://github.com/firebase/firebase-android-sdk/commit/8567a384ac26bf940ee7a896e674ccf207f40948) [Rodrigo Lazo]
34+
35+
* Update code formatting command in vertex's README (#6637)
36+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6637) [commit](https://github.com/firebase/firebase-android-sdk/commit/cf5fe2e8e7b12a53bba085a4ceda0d4c6fd87012) [Rodrigo Lazo]
37+
38+
39+
## SDKs with changes, but no changelogs
40+
:firebase-dataconnect

0 commit comments

Comments
 (0)