Skip to content

Commit 0713258

Browse files
committed
Generate release config
1 parent ec68af6 commit 0713258

File tree

3 files changed

+210
-0
lines changed

3 files changed

+210
-0
lines changed

release.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "m150",
3+
"libraries": [
4+
":firebase-crashlytics",
5+
":firebase-crashlytics-ndk",
6+
":firebase-sessions",
7+
":firebase-crashlytics:ktx",
8+
":firebase-messaging",
9+
":firebase-messaging-directboot",
10+
":firebase-messaging:ktx",
11+
":firebase-vertexai"
12+
]
13+
}

release_report.json

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-crashlytics": [
4+
{
5+
"commitId": "ec68af618192de27d80a15e99fe9655d4629f2af",
6+
"prId": "6083",
7+
"author": "Matthew Robertson",
8+
"message": "Upgrade Crashlytics dep versions (#6083)\n\nUpdate Crashlytics and AQS dep versions. Fixed some of the tests because\r\nof changes to Mockito. The Mockito version in the Android tests is still\r\npinned a bit old, because after that version a lot more things break.",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/ec68af618192de27d80a15e99fe9655d4629f2af",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6083"
11+
},
12+
{
13+
"commitId": "d11959ba735a72fbfedc031ce26491dad7605725",
14+
"prId": "6072",
15+
"author": "Matthew Robertson",
16+
"message": "Fix more tests (#6072)\n\n",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/d11959ba735a72fbfedc031ce26491dad7605725",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6072"
19+
},
20+
{
21+
"commitId": "a985c4a7916d3c357c40910127e3fe4ecc60408a",
22+
"prId": "6071",
23+
"author": "Matthew Robertson",
24+
"message": "Fix tests on lower api levels (#6071)\n\nI noticed tests were failing when testing on api 21 for the file system\r\nchange. They were failing because the `ApplicationExitInfo` class isn't\r\navailable until Android 11, that's api level 30.",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/a985c4a7916d3c357c40910127e3fe4ecc60408a",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6071"
27+
},
28+
{
29+
"commitId": "2bf11d23c13f3e54e716a12356e20ab71a51f0ca",
30+
"prId": "6069",
31+
"author": "Matthew Robertson",
32+
"message": "New Crashlytics file system v3 to avoid long file names (#6069)\n\nNew Crashlytics file system v3 to avoid long file names. Shorten the\r\nCrashlytics folder name itself. If a file name is longer than 40 chars,\r\nhash it to a 40 char hash. Also use the new `ProcessDetailsProvider` to\r\nget the process name on older Android versions so they can take\r\nadvantage of the process-aware file system.",
33+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2bf11d23c13f3e54e716a12356e20ab71a51f0ca",
34+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6069"
35+
}
36+
],
37+
"firebase-crashlytics-ndk": [
38+
],
39+
"firebase-sessions": [
40+
{
41+
"commitId": "ec68af618192de27d80a15e99fe9655d4629f2af",
42+
"prId": "6083",
43+
"author": "Matthew Robertson",
44+
"message": "Upgrade Crashlytics dep versions (#6083)\n\nUpdate Crashlytics and AQS dep versions. Fixed some of the tests because\r\nof changes to Mockito. The Mockito version in the Android tests is still\r\npinned a bit old, because after that version a lot more things break.",
45+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/ec68af618192de27d80a15e99fe9655d4629f2af",
46+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6083"
47+
}
48+
],
49+
"firebase-crashlytics/ktx": [
50+
],
51+
"firebase-messaging": [
52+
{
53+
"commitId": "d6a6383b6d228395576f784d04732619f31f09f8",
54+
"prId": "6036",
55+
"author": "Vinay Guthal",
56+
"message": "Change references from master to main (#6036)\n\n",
57+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/d6a6383b6d228395576f784d04732619f31f09f8",
58+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6036"
59+
}
60+
],
61+
"firebase-messaging-directboot": [
62+
],
63+
"firebase-messaging/ktx": [
64+
],
65+
"firebase-vertexai": [
66+
{
67+
"commitId": "829eb695a4d3b8ec91c4886b4dd3c834b7f62da1",
68+
"prId": "6060",
69+
"author": "emilypgoogle",
70+
"message": "Update Vertex docs in line with m149 (#6060)\n\nThese were the changes Rachel requested",
71+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/829eb695a4d3b8ec91c4886b4dd3c834b7f62da1",
72+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6060"
73+
},
74+
{
75+
"commitId": "e75232851a4d040b1ba26eb57d1636eb51985f32",
76+
"prId": "6046",
77+
"author": "Rodrigo Lazo",
78+
"message": "Update vertexAI changelog entries around schema changes (#6046)\n\nWe are being more explicit about the changes, as only one change is\r\ntruly breaking. There's a single breaking API change, while the other\r\nis marking as deprecated, but not removing, another API.",
79+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/e75232851a4d040b1ba26eb57d1636eb51985f32",
80+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6046"
81+
},
82+
{
83+
"commitId": "1aebbd347c9e2b6cd1121efe48972acff2b31f27",
84+
"prId": "6041",
85+
"author": "David Motsonashvili",
86+
"message": "fix int type, add long type, rename double type (#6041)\n\nCo-authored-by: David Motsonashvili <davidmotson@google.com>",
87+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/1aebbd347c9e2b6cd1121efe48972acff2b31f27",
88+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6041"
89+
},
90+
{
91+
"commitId": "0a8de634b1d6fa5d45bde4de6e6986f78ed9f256",
92+
"prId": "6045",
93+
"author": "Rodrigo Lazo",
94+
"message": "Update vertexai changelog (#6045)\n\n",
95+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/0a8de634b1d6fa5d45bde4de6e6986f78ed9f256",
96+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6045"
97+
},
98+
{
99+
"commitId": "c42ba4578edbf88de514ade4e835dd1715dcaeb8",
100+
"prId": "6033",
101+
"author": "Daymon",
102+
"message": "Fix JSON literal parsing in VertexAI (#6033)\n\nPer [b/346811894](https://b.corp.google.com/issues/346811894),\r\n\r\nThis fixes an issue with the VertexAI SDK failing to decode json\r\nliterals. More specifically, the fix was applied to\r\n`generativeai:common` with `0.7.1`, and this PR bumps said dependency to\r\nbring in the change.\r\n\r\nFixes #6028",
103+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/c42ba4578edbf88de514ade4e835dd1715dcaeb8",
104+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6033"
105+
},
106+
{
107+
"commitId": "dc3082560d5f556560e534dc739e048e4d4dae95",
108+
"prId": "6031",
109+
"author": "David Motsonashvili",
110+
"message": "bump genai common (#6031)\n\nCo-authored-by: David Motsonashvili <davidmotson@google.com>",
111+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/dc3082560d5f556560e534dc739e048e4d4dae95",
112+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6031"
113+
}
114+
]
115+
},
116+
"changedLibrariesWithNoChangelog": [
117+
":firebase-appdistribution",
118+
":firebase-appdistribution-api",
119+
":firebase-appdistribution-api:ktx",
120+
":firebase-components",
121+
":firebase-firestore",
122+
":firebase-firestore:ktx",
123+
":firebase-perf",
124+
":firebase-perf:ktx",
125+
":firebase-storage",
126+
":firebase-storage:ktx"
127+
]
128+
}

release_report.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Release Report
2+
## firebase-crashlytics
3+
4+
* Upgrade Crashlytics dep versions (#6083)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6083) [commit](https://github.com/firebase/firebase-android-sdk/commit/ec68af618192de27d80a15e99fe9655d4629f2af) [Matthew Robertson]
6+
7+
* Fix more tests (#6072)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6072) [commit](https://github.com/firebase/firebase-android-sdk/commit/d11959ba735a72fbfedc031ce26491dad7605725) [Matthew Robertson]
9+
10+
* Fix tests on lower api levels (#6071)
11+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6071) [commit](https://github.com/firebase/firebase-android-sdk/commit/a985c4a7916d3c357c40910127e3fe4ecc60408a) [Matthew Robertson]
12+
13+
* New Crashlytics file system v3 to avoid long file names (#6069)
14+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6069) [commit](https://github.com/firebase/firebase-android-sdk/commit/2bf11d23c13f3e54e716a12356e20ab71a51f0ca) [Matthew Robertson]
15+
16+
## firebase-crashlytics-ndk
17+
18+
19+
## firebase-sessions
20+
21+
* Upgrade Crashlytics dep versions (#6083)
22+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6083) [commit](https://github.com/firebase/firebase-android-sdk/commit/ec68af618192de27d80a15e99fe9655d4629f2af) [Matthew Robertson]
23+
24+
## firebase-crashlytics/ktx
25+
26+
27+
## firebase-messaging
28+
29+
* Change references from master to main (#6036)
30+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6036) [commit](https://github.com/firebase/firebase-android-sdk/commit/d6a6383b6d228395576f784d04732619f31f09f8) [Vinay Guthal]
31+
32+
## firebase-messaging-directboot
33+
34+
35+
## firebase-messaging/ktx
36+
37+
38+
## firebase-vertexai
39+
40+
* Update Vertex docs in line with m149 (#6060)
41+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6060) [commit](https://github.com/firebase/firebase-android-sdk/commit/829eb695a4d3b8ec91c4886b4dd3c834b7f62da1) [emilypgoogle]
42+
43+
* Update vertexAI changelog entries around schema changes (#6046)
44+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6046) [commit](https://github.com/firebase/firebase-android-sdk/commit/e75232851a4d040b1ba26eb57d1636eb51985f32) [Rodrigo Lazo]
45+
46+
* fix int type, add long type, rename double type (#6041)
47+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6041) [commit](https://github.com/firebase/firebase-android-sdk/commit/1aebbd347c9e2b6cd1121efe48972acff2b31f27) [David Motsonashvili]
48+
49+
* Update vertexai changelog (#6045)
50+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6045) [commit](https://github.com/firebase/firebase-android-sdk/commit/0a8de634b1d6fa5d45bde4de6e6986f78ed9f256) [Rodrigo Lazo]
51+
52+
* Fix JSON literal parsing in VertexAI (#6033)
53+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6033) [commit](https://github.com/firebase/firebase-android-sdk/commit/c42ba4578edbf88de514ade4e835dd1715dcaeb8) [Daymon]
54+
55+
* bump genai common (#6031)
56+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6031) [commit](https://github.com/firebase/firebase-android-sdk/commit/dc3082560d5f556560e534dc739e048e4d4dae95) [David Motsonashvili]
57+
58+
59+
## SDKs with changes, but no changelogs
60+
:firebase-appdistribution
61+
:firebase-appdistribution-api
62+
:firebase-appdistribution-api:ktx
63+
:firebase-components
64+
:firebase-firestore
65+
:firebase-firestore:ktx
66+
:firebase-perf
67+
:firebase-perf:ktx
68+
:firebase-storage
69+
:firebase-storage:ktx

0 commit comments

Comments
 (0)