From ad95c465c8dcd60678d11ae6e6ce24be18130f19 Mon Sep 17 00:00:00 2001 From: rlazo Date: Tue, 10 Sep 2024 13:56:34 +0000 Subject: [PATCH 1/5] Create release config for m153 --- release.json | 15 ++++++ release_report.json | 114 ++++++++++++++++++++++++++++++++++++++++++++ release_report.md | 59 +++++++++++++++++++++++ 3 files changed, 188 insertions(+) create mode 100644 release.json create mode 100644 release_report.json create mode 100644 release_report.md diff --git a/release.json b/release.json new file mode 100644 index 00000000000..2f762fcb56d --- /dev/null +++ b/release.json @@ -0,0 +1,15 @@ +{ + "name": "m153", + "libraries": [ + ":firebase-appdistribution", + ":firebase-appdistribution-api", + ":firebase-appdistribution-api:ktx", + ":firebase-crashlytics", + ":firebase-crashlytics-ndk", + ":firebase-sessions", + ":firebase-crashlytics:ktx", + ":firebase-functions", + ":firebase-functions:ktx", + ":firebase-vertexai" + ] +} \ No newline at end of file diff --git a/release_report.json b/release_report.json new file mode 100644 index 00000000000..a302462c132 --- /dev/null +++ b/release_report.json @@ -0,0 +1,114 @@ +{ + "changesByLibraryName": { + "firebase-appdistribution": [ + { + "commitId": "829dab38c3e50d91a417fa065eb7f036bd715911", + "prId": "6243", + "author": "Rodrigo Lazo", + "message": "Add entry in the changelog for next release (#6243)\n\nThe next release of the NDK doesn't contain any new features, it only\r\nbumps the value to maintain parity with the crashlytics SDK.\r\n\r\nAdditional entries are for appdistribution and appdistribution-api.", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/829dab38c3e50d91a417fa065eb7f036bd715911", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/6243" + }, + { + "commitId": "2eb7cd7f52c0d610881ef1fc69de5f214f6b9f1b", + "prId": "6229", + "author": "Lee Kellogg", + "message": "Update firebase-appdistribution/test-app to target API level 34 (#6229)\n\n", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/2eb7cd7f52c0d610881ef1fc69de5f214f6b9f1b", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/6229" + } + ], + "firebase-appdistribution-api": [ + { + "commitId": "829dab38c3e50d91a417fa065eb7f036bd715911", + "prId": "6243", + "author": "Rodrigo Lazo", + "message": "Add entry in the changelog for next release (#6243)\n\nThe next release of the NDK doesn't contain any new features, it only\r\nbumps the value to maintain parity with the crashlytics SDK.\r\n\r\nAdditional entries are for appdistribution and appdistribution-api.", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/829dab38c3e50d91a417fa065eb7f036bd715911", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/6243" + } + ], + "firebase-appdistribution-api/ktx": [ + ], + "firebase-crashlytics": [ + { + "commitId": "3ec4d00241f8a52035e25e462e45c4673779911f", + "prId": "6224", + "author": "Matthew Robertson", + "message": "Add issue link to changelog entry (#6224)\n\n", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/3ec4d00241f8a52035e25e462e45c4673779911f", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/6224" + }, + { + "commitId": "4d6e112267814327da70b403113654d945436b90", + "prId": "6191", + "author": "Matthew Robertson", + "message": "Remove changes related to persistence issue (#6191)\n\nRevert changes related to persistence issue. These changes are still on\r\nthe `crashlytics-exception-handler` feature branch while we develop\r\nthere. `main` is now in a good state for the next release, including the\r\nODF and Session ID changes.", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/4d6e112267814327da70b403113654d945436b90", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/6191" + } + ], + "firebase-crashlytics-ndk": [ + { + "commitId": "829dab38c3e50d91a417fa065eb7f036bd715911", + "prId": "6243", + "author": "Rodrigo Lazo", + "message": "Add entry in the changelog for next release (#6243)\n\nThe next release of the NDK doesn't contain any new features, it only\r\nbumps the value to maintain parity with the crashlytics SDK.\r\n\r\nAdditional entries are for appdistribution and appdistribution-api.", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/829dab38c3e50d91a417fa065eb7f036bd715911", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/6243" + } + ], + "firebase-sessions": [ + { + "commitId": "b994bd488f350c9bf552b4ab0b91d517ea4a8e08", + "prId": "6226", + "author": "Matthew Robertson", + "message": "Fix sessions test app for target api 34 (#6226)\n\n", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/b994bd488f350c9bf552b4ab0b91d517ea4a8e08", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/6226" + } + ], + "firebase-crashlytics/ktx": [ + ], + "firebase-functions": [ + { + "commitId": "1e0e4992b62ade3eac9566a19e62110b258f83a6", + "prId": "6242", + "author": "Rodrigo Lazo", + "message": "Pin appcheck-interop dependency to latest released version (#6242)\n\nThere's no need for functions to depend at a project level on the\r\nappcheck interop library.", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/1e0e4992b62ade3eac9566a19e62110b258f83a6", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/6242" + }, + { + "commitId": "adab25c949d7f82b093cb11c3495b0266af6074e", + "prId": "5351", + "author": "emilypgoogle", + "message": "Functions migration to Kotlin (#5351)\n\ndone with automated tooling, to investigate the viability of quick\r\nmigrations pre API changes.", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/adab25c949d7f82b093cb11c3495b0266af6074e", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/5351" + } + ], + "firebase-functions/ktx": [ + ], + "firebase-vertexai": [ + { + "commitId": "3afffc127b1f17a596ce94075bec82f7bd0268b7", + "prId": "6186", + "author": "emilypgoogle", + "message": "Merge GenAI Common into Vertex (#6186)\n\n", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/3afffc127b1f17a596ce94075bec82f7bd0268b7", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/6186" + }, + { + "commitId": "5fe51ebb554a9b141d65674be667935f01abd856", + "prId": "", + "author": "Rodrigo Lazo Paz", + "message": "Make citation metadata uri optional\n", + "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/5fe51ebb554a9b141d65674be667935f01abd856", + "prLink": "https://github.com/firebase/firebase-android-sdk/pull/" + } + ] + }, + "changedLibrariesWithNoChangelog": [ + ] +} \ No newline at end of file diff --git a/release_report.md b/release_report.md new file mode 100644 index 00000000000..a6c5d3935a8 --- /dev/null +++ b/release_report.md @@ -0,0 +1,59 @@ +# Release Report +## firebase-appdistribution + +* Add entry in the changelog for next release (#6243) + [pr](https://github.com/firebase/firebase-android-sdk/pull/6243) [commit](https://github.com/firebase/firebase-android-sdk/commit/829dab38c3e50d91a417fa065eb7f036bd715911) [Rodrigo Lazo] + +* Update firebase-appdistribution/test-app to target API level 34 (#6229) + [pr](https://github.com/firebase/firebase-android-sdk/pull/6229) [commit](https://github.com/firebase/firebase-android-sdk/commit/2eb7cd7f52c0d610881ef1fc69de5f214f6b9f1b) [Lee Kellogg] + +## firebase-appdistribution-api + +* Add entry in the changelog for next release (#6243) + [pr](https://github.com/firebase/firebase-android-sdk/pull/6243) [commit](https://github.com/firebase/firebase-android-sdk/commit/829dab38c3e50d91a417fa065eb7f036bd715911) [Rodrigo Lazo] + +## firebase-appdistribution-api/ktx + + +## firebase-crashlytics + +* Add issue link to changelog entry (#6224) + [pr](https://github.com/firebase/firebase-android-sdk/pull/6224) [commit](https://github.com/firebase/firebase-android-sdk/commit/3ec4d00241f8a52035e25e462e45c4673779911f) [Matthew Robertson] + +* Remove changes related to persistence issue (#6191) + [pr](https://github.com/firebase/firebase-android-sdk/pull/6191) [commit](https://github.com/firebase/firebase-android-sdk/commit/4d6e112267814327da70b403113654d945436b90) [Matthew Robertson] + +## firebase-crashlytics-ndk + +* Add entry in the changelog for next release (#6243) + [pr](https://github.com/firebase/firebase-android-sdk/pull/6243) [commit](https://github.com/firebase/firebase-android-sdk/commit/829dab38c3e50d91a417fa065eb7f036bd715911) [Rodrigo Lazo] + +## firebase-sessions + +* Fix sessions test app for target api 34 (#6226) + [pr](https://github.com/firebase/firebase-android-sdk/pull/6226) [commit](https://github.com/firebase/firebase-android-sdk/commit/b994bd488f350c9bf552b4ab0b91d517ea4a8e08) [Matthew Robertson] + +## firebase-crashlytics/ktx + + +## firebase-functions + +* Pin appcheck-interop dependency to latest released version (#6242) + [pr](https://github.com/firebase/firebase-android-sdk/pull/6242) [commit](https://github.com/firebase/firebase-android-sdk/commit/1e0e4992b62ade3eac9566a19e62110b258f83a6) [Rodrigo Lazo] + +* Functions migration to Kotlin (#5351) + [pr](https://github.com/firebase/firebase-android-sdk/pull/5351) [commit](https://github.com/firebase/firebase-android-sdk/commit/adab25c949d7f82b093cb11c3495b0266af6074e) [emilypgoogle] + +## firebase-functions/ktx + + +## firebase-vertexai + +* Merge GenAI Common into Vertex (#6186) + [pr](https://github.com/firebase/firebase-android-sdk/pull/6186) [commit](https://github.com/firebase/firebase-android-sdk/commit/3afffc127b1f17a596ce94075bec82f7bd0268b7) [emilypgoogle] + +* Make citation metadata uri optional + [pr](https://github.com/firebase/firebase-android-sdk/pull/) [commit](https://github.com/firebase/firebase-android-sdk/commit/5fe51ebb554a9b141d65674be667935f01abd856) [Rodrigo Lazo Paz] + + +## SDKs with changes, but no changelogs From 71ef1dd76b85f17b9ac079ee91611b550e858037 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Tue, 10 Sep 2024 13:31:18 -0400 Subject: [PATCH 2/5] Update gradle.properties --- firebase-crashlytics/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-crashlytics/gradle.properties b/firebase-crashlytics/gradle.properties index 212c6add578..5fc86eb4491 100644 --- a/firebase-crashlytics/gradle.properties +++ b/firebase-crashlytics/gradle.properties @@ -1,2 +1,2 @@ -version=19.0.4 +version=19.1.0 latestReleasedVersion=19.0.3 From 26db77343b8a43661b5f4b56cc6a0d6e71d5a535 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Tue, 10 Sep 2024 15:48:49 -0400 Subject: [PATCH 3/5] Update CHANGELOG.md --- firebase-crashlytics-ndk/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-crashlytics-ndk/CHANGELOG.md b/firebase-crashlytics-ndk/CHANGELOG.md index 13a52865c08..bbe26a8c803 100644 --- a/firebase-crashlytics-ndk/CHANGELOG.md +++ b/firebase-crashlytics-ndk/CHANGELOG.md @@ -1,5 +1,5 @@ # Unreleased -* [changed] Updated `firebase-crashlytics` dependency to v19.0.4 +* [changed] Updated `firebase-crashlytics` dependency to v19.1.0 # 19.0.3 * [changed] Updated `firebase-crashlytics` dependency to v19.0.3 From 04c67ac9654adf88be0d3d8153c7353f0165d836 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Tue, 10 Sep 2024 16:53:11 -0400 Subject: [PATCH 4/5] Update gradle.properties --- firebase-crashlytics-ndk/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-crashlytics-ndk/gradle.properties b/firebase-crashlytics-ndk/gradle.properties index 212c6add578..5fc86eb4491 100644 --- a/firebase-crashlytics-ndk/gradle.properties +++ b/firebase-crashlytics-ndk/gradle.properties @@ -1,2 +1,2 @@ -version=19.0.4 +version=19.1.0 latestReleasedVersion=19.0.3 From d50df30df77d9c4d1279cb4c629c6bbab45dba8e Mon Sep 17 00:00:00 2001 From: David Motsonashvili Date: Tue, 10 Sep 2024 13:56:08 -0700 Subject: [PATCH 5/5] fix release json --- release_report.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_report.json b/release_report.json index a302462c132..2ffea8f49f9 100644 --- a/release_report.json +++ b/release_report.json @@ -103,7 +103,7 @@ "commitId": "5fe51ebb554a9b141d65674be667935f01abd856", "prId": "", "author": "Rodrigo Lazo Paz", - "message": "Make citation metadata uri optional\n", + "message": "Make citation metadata uri optional (#9999)\n", "commitLink": "https://github.com/firebase/firebase-android-sdk/commit/5fe51ebb554a9b141d65674be667935f01abd856", "prLink": "https://github.com/firebase/firebase-android-sdk/pull/" }