Skip to content

Commit dbdea72

Browse files
authored
Create release config for m150
1 parent 93445d6 commit dbdea72

File tree

3 files changed

+189
-0
lines changed

3 files changed

+189
-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: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-crashlytics": [
4+
{
5+
"commitId": "d11959ba735a72fbfedc031ce26491dad7605725",
6+
"prId": "6072",
7+
"author": "Matthew Robertson",
8+
"message": "Fix more tests (#6072)\n\n",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/d11959ba735a72fbfedc031ce26491dad7605725",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6072"
11+
},
12+
{
13+
"commitId": "a985c4a7916d3c357c40910127e3fe4ecc60408a",
14+
"prId": "6071",
15+
"author": "Matthew Robertson",
16+
"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.",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/a985c4a7916d3c357c40910127e3fe4ecc60408a",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6071"
19+
},
20+
{
21+
"commitId": "2bf11d23c13f3e54e716a12356e20ab71a51f0ca",
22+
"prId": "6069",
23+
"author": "Matthew Robertson",
24+
"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.",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2bf11d23c13f3e54e716a12356e20ab71a51f0ca",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6069"
27+
}
28+
],
29+
"firebase-crashlytics-ndk": [
30+
],
31+
"firebase-sessions": [
32+
],
33+
"firebase-crashlytics/ktx": [
34+
],
35+
"firebase-messaging": [
36+
{
37+
"commitId": "d6a6383b6d228395576f784d04732619f31f09f8",
38+
"prId": "6036",
39+
"author": "Vinay Guthal",
40+
"message": "Change references from master to main (#6036)\n\n",
41+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/d6a6383b6d228395576f784d04732619f31f09f8",
42+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6036"
43+
}
44+
],
45+
"firebase-messaging-directboot": [
46+
],
47+
"firebase-messaging/ktx": [
48+
],
49+
"firebase-vertexai": [
50+
{
51+
"commitId": "829eb695a4d3b8ec91c4886b4dd3c834b7f62da1",
52+
"prId": "6060",
53+
"author": "emilypgoogle",
54+
"message": "Update Vertex docs in line with m149 (#6060)\n\nThese were the changes Rachel requested",
55+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/829eb695a4d3b8ec91c4886b4dd3c834b7f62da1",
56+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6060"
57+
},
58+
{
59+
"commitId": "e75232851a4d040b1ba26eb57d1636eb51985f32",
60+
"prId": "6046",
61+
"author": "Rodrigo Lazo",
62+
"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.",
63+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/e75232851a4d040b1ba26eb57d1636eb51985f32",
64+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6046"
65+
},
66+
{
67+
"commitId": "1aebbd347c9e2b6cd1121efe48972acff2b31f27",
68+
"prId": "6041",
69+
"author": "David Motsonashvili",
70+
"message": "fix int type, add long type, rename double type (#6041)\n\nCo-authored-by: David Motsonashvili <davidmotson@google.com>",
71+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/1aebbd347c9e2b6cd1121efe48972acff2b31f27",
72+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6041"
73+
},
74+
{
75+
"commitId": "0a8de634b1d6fa5d45bde4de6e6986f78ed9f256",
76+
"prId": "6045",
77+
"author": "Rodrigo Lazo",
78+
"message": "Update vertexai changelog (#6045)\n\n",
79+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/0a8de634b1d6fa5d45bde4de6e6986f78ed9f256",
80+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6045"
81+
},
82+
{
83+
"commitId": "c42ba4578edbf88de514ade4e835dd1715dcaeb8",
84+
"prId": "6033",
85+
"author": "Daymon",
86+
"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",
87+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/c42ba4578edbf88de514ade4e835dd1715dcaeb8",
88+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6033"
89+
},
90+
{
91+
"commitId": "dc3082560d5f556560e534dc739e048e4d4dae95",
92+
"prId": "6031",
93+
"author": "David Motsonashvili",
94+
"message": "bump genai common (#6031)\n\nCo-authored-by: David Motsonashvili <davidmotson@google.com>",
95+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/dc3082560d5f556560e534dc739e048e4d4dae95",
96+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6031"
97+
}
98+
]
99+
},
100+
"changedLibrariesWithNoChangelog": [
101+
":firebase-appdistribution",
102+
":firebase-appdistribution-api",
103+
":firebase-appdistribution-api:ktx",
104+
":firebase-components",
105+
":firebase-firestore",
106+
":firebase-firestore:ktx",
107+
":firebase-perf",
108+
":firebase-perf:ktx",
109+
":firebase-storage",
110+
":firebase-storage:ktx"
111+
]
112+
}

release_report.md

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

0 commit comments

Comments
 (0)