Skip to content

Commit eb9b01c

Browse files
rlazogithub-actions[bot]
authored andcommitted
Create release config for m166
1 parent cbb470a commit eb9b01c

File tree

3 files changed

+166
-0
lines changed

3 files changed

+166
-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": "m166",
3+
"libraries": [
4+
":firebase-ai",
5+
":firebase-dataconnect",
6+
":firebase-messaging",
7+
":firebase-messaging-directboot",
8+
":firebase-messaging:ktx"
9+
]
10+
}

release_report.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-ai": [
4+
{
5+
"commitId": "25e4bd9f284da9ee4935de76a6653a1668f4390e",
6+
"prId": "7048",
7+
"author": "Rodrigo Lazo",
8+
"message": "[Ai] Move changelog entry to the correct section (#7048)\n\nThe changes in #7013 mistakenly put the changelog entry for the change\nin the \"16.1.0\" section, when it should be part of the \"Unreleased\"\nsection",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/25e4bd9f284da9ee4935de76a6653a1668f4390e",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7048"
11+
},
12+
{
13+
"commitId": "ece0efdb0217f7964e60f89e0e6f21b9e03cb3f1",
14+
"prId": "7038",
15+
"author": "emilypgoogle",
16+
"message": "Add AI integration tests (#7038)\n\nCurrently lacking mechanism to get API key from GitHub workflow and the\nworkflow to regularly run the tests.\nThis functionality will be added in a follow up PR.\n\nIncludes a modification to an internal serializable type to better\ninteract with failure cases and prevent crashes.",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/ece0efdb0217f7964e60f89e0e6f21b9e03cb3f1",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7038"
19+
},
20+
{
21+
"commitId": "c6afacd0ecab0c4172300b114ced0a68ff261089",
22+
"prId": "7042",
23+
"author": "Rodrigo Lazo",
24+
"message": "[Ai] Deprecate totalBillableCharacters (#7042)\n\nI've marked the `totalBillableCharacters` field in\n`CountTokensResponse.kt` as deprecated. This includes adding the\n`@Deprecated` annotation and a corresponding KDoc `@deprecated` tag.\n\nThe field is planned to be removed in a future version of the SDK.\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/c6afacd0ecab0c4172300b114ced0a68ff261089",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7042"
27+
},
28+
{
29+
"commitId": "6d166e0fc4455af4e1bd40aac3ce18536f81ca25",
30+
"prId": "7013",
31+
"author": "David Motsonashvili",
32+
"message": "Davidmotson.extra schema (#7013)\n\nCo-authored-by: David Motsonashvili <davidmotson@google.com>",
33+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/6d166e0fc4455af4e1bd40aac3ce18536f81ca25",
34+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7013"
35+
},
36+
{
37+
"commitId": "d4a3068ed33dcc61d1b17510d58357f1d51293b5",
38+
"prId": "7011",
39+
"author": "David Motsonashvili",
40+
"message": "Davidmotson.google count token modelname (#7011)\n\nCo-authored-by: David Motsonashvili <davidmotson@google.com>",
41+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/d4a3068ed33dcc61d1b17510d58357f1d51293b5",
42+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7011"
43+
},
44+
{
45+
"commitId": "af24598d141ca73712fede4cbdf94a3b64f0f51f",
46+
"prId": "6996",
47+
"author": "Vinay Guthal",
48+
"message": "update voice (#6996)\n\nThis pr updates the Voice class to take in a string as an attribute\ninstead of just an enum. This is a breaking change since it breaks\nbinary compatibility however I don't think there is any changes that\nneed to be done by the developer",
49+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/af24598d141ca73712fede4cbdf94a3b64f0f51f",
50+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6996"
51+
}
52+
],
53+
"firebase-dataconnect": [
54+
{
55+
"commitId": "bfd3c76a057c7ad905f64e50d4eb927f658235bf",
56+
"prId": "7003",
57+
"author": "Denver Coneybeare",
58+
"message": "dataconnect: DataConnectExecutableVersions.json updated with versions 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.6.0, 2.6.1, and 2.6.2 (#7003)\n\n",
59+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/bfd3c76a057c7ad905f64e50d4eb927f658235bf",
60+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7003"
61+
},
62+
{
63+
"commitId": "b2fe88156d1f5851ca265ff5e5d89c87f02ce71d",
64+
"prId": "7001",
65+
"author": "Denver Coneybeare",
66+
"message": "dataconnect: Fixed occasional `NullPointerException` leading to erroneous UNAUTHENTICATED exceptions (#7001)\n\n",
67+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/b2fe88156d1f5851ca265ff5e5d89c87f02ce71d",
68+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7001"
69+
}
70+
],
71+
"firebase-messaging": [
72+
{
73+
"commitId": "366095f3d19b86f93b29444f7fc5326c4cb909c9",
74+
"prId": "6980",
75+
"author": "Greg Sakakihara",
76+
"message": "Add a NamedThreadFactory to WithinAppServiceConnection's Executor. (#6980)\n\n- Added back the NamedThreadFactory used by scheduledExecutorService\nthat was removed by\nhttps://github.com/firebase/firebase-android-sdk/commit/6383f6d71218b24318372573aaf962711776f4d1",
77+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/366095f3d19b86f93b29444f7fc5326c4cb909c9",
78+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6980"
79+
}
80+
],
81+
"firebase-messaging-directboot": [
82+
{
83+
"commitId": "cbb470a514072361b5a834fa53dd2af462cfb426",
84+
"prId": "7050",
85+
"author": "Rodrigo Lazo",
86+
"message": "[FCM-DB] Update changelog to align with FCM (#7050)\n\nThere are no planned changes for FCM-DirectBoot to go with the planned\nchanges for FCM. Add changelog note about it.",
87+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/cbb470a514072361b5a834fa53dd2af462cfb426",
88+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7050"
89+
}
90+
],
91+
"firebase-messaging/ktx": [
92+
]
93+
},
94+
"changedLibrariesWithNoChangelog": [
95+
":firebase-common",
96+
":firebase-common:ktx",
97+
":firebase-perf",
98+
":firebase-perf:ktx",
99+
":firebase-crashlytics",
100+
":firebase-crashlytics-ndk",
101+
":firebase-sessions",
102+
":firebase-crashlytics:ktx"
103+
]
104+
}

release_report.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Release Report
2+
## firebase-ai
3+
4+
* [Ai] Move changelog entry to the correct section (#7048)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7048) [commit](https://github.com/firebase/firebase-android-sdk/commit/25e4bd9f284da9ee4935de76a6653a1668f4390e) [Rodrigo Lazo]
6+
7+
* Add AI integration tests (#7038)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7038) [commit](https://github.com/firebase/firebase-android-sdk/commit/ece0efdb0217f7964e60f89e0e6f21b9e03cb3f1) [emilypgoogle]
9+
10+
* [Ai] Deprecate totalBillableCharacters (#7042)
11+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7042) [commit](https://github.com/firebase/firebase-android-sdk/commit/c6afacd0ecab0c4172300b114ced0a68ff261089) [Rodrigo Lazo]
12+
13+
* Davidmotson.extra schema (#7013)
14+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7013) [commit](https://github.com/firebase/firebase-android-sdk/commit/6d166e0fc4455af4e1bd40aac3ce18536f81ca25) [David Motsonashvili]
15+
16+
* Davidmotson.google count token modelname (#7011)
17+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7011) [commit](https://github.com/firebase/firebase-android-sdk/commit/d4a3068ed33dcc61d1b17510d58357f1d51293b5) [David Motsonashvili]
18+
19+
* update voice (#6996)
20+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6996) [commit](https://github.com/firebase/firebase-android-sdk/commit/af24598d141ca73712fede4cbdf94a3b64f0f51f) [Vinay Guthal]
21+
22+
## firebase-dataconnect
23+
24+
* dataconnect: DataConnectExecutableVersions.json updated with versions 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.6.0, 2.6.1, and 2.6.2 (#7003)
25+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7003) [commit](https://github.com/firebase/firebase-android-sdk/commit/bfd3c76a057c7ad905f64e50d4eb927f658235bf) [Denver Coneybeare]
26+
27+
* dataconnect: Fixed occasional `NullPointerException` leading to erroneous UNAUTHENTICATED exceptions (#7001)
28+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7001) [commit](https://github.com/firebase/firebase-android-sdk/commit/b2fe88156d1f5851ca265ff5e5d89c87f02ce71d) [Denver Coneybeare]
29+
30+
## firebase-messaging
31+
32+
* Add a NamedThreadFactory to WithinAppServiceConnection's Executor. (#6980)
33+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6980) [commit](https://github.com/firebase/firebase-android-sdk/commit/366095f3d19b86f93b29444f7fc5326c4cb909c9) [Greg Sakakihara]
34+
35+
## firebase-messaging-directboot
36+
37+
* [FCM-DB] Update changelog to align with FCM (#7050)
38+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7050) [commit](https://github.com/firebase/firebase-android-sdk/commit/cbb470a514072361b5a834fa53dd2af462cfb426) [Rodrigo Lazo]
39+
40+
## firebase-messaging/ktx
41+
42+
43+
44+
## SDKs with changes, but no changelogs
45+
:firebase-common
46+
:firebase-common:ktx
47+
:firebase-perf
48+
:firebase-perf:ktx
49+
:firebase-crashlytics
50+
:firebase-crashlytics-ndk
51+
:firebase-sessions
52+
:firebase-crashlytics:ktx

0 commit comments

Comments
 (0)