From 3dccce5ad98f9c46c41f1cfc9e68e87cbfadf547 Mon Sep 17 00:00:00 2001 From: rlazo <368578+rlazo@users.noreply.github.com> Date: Wed, 2 Apr 2025 13:53:36 +0000 Subject: [PATCH 1/2] Post release cleanup for m162 --- firebase-dataconnect/CHANGELOG.md | 7 +++++++ firebase-dataconnect/gradle.properties | 4 ++-- firebase-functions/CHANGELOG.md | 10 ++++++++++ firebase-functions/gradle.properties | 4 ++-- firebase-vertexai/CHANGELOG.md | 4 ++++ firebase-vertexai/gradle.properties | 4 ++-- 6 files changed, 27 insertions(+), 6 deletions(-) diff --git a/firebase-dataconnect/CHANGELOG.md b/firebase-dataconnect/CHANGELOG.md index 6de957a5e34..3980d55e2d5 100644 --- a/firebase-dataconnect/CHANGELOG.md +++ b/firebase-dataconnect/CHANGELOG.md @@ -1,4 +1,10 @@ # Unreleased + + +# 16.0.0 +* [changed] Removed the "beta" suffix from the version of the Firebase Data + Connect Android SDK, thus graduating it from "beta" to "generally available". + ([#6792](https://github.com/firebase/firebase-android-sdk/pull/6792)) * [changed] DataConnectOperationException added, enabling support for partial errors; that is, any data that was received and/or was able to be decoded is now available via the "response" property of the exception thrown when a @@ -77,3 +83,4 @@ ([#6299](https://github.com/firebase/firebase-android-sdk/pull/6299)) * [changed] Added `equals` and `hashCode` methods to `GeneratedConnector`. ([#6177](https://github.com/firebase/firebase-android-sdk/pull/6177)) + diff --git a/firebase-dataconnect/gradle.properties b/firebase-dataconnect/gradle.properties index 71d387ae30b..844d1ae93b2 100644 --- a/firebase-dataconnect/gradle.properties +++ b/firebase-dataconnect/gradle.properties @@ -1,2 +1,2 @@ -version=16.0.0 -latestReleasedVersion=16.0.0-beta05 +version=16.0.1 +latestReleasedVersion=16.0.0 diff --git a/firebase-functions/CHANGELOG.md b/firebase-functions/CHANGELOG.md index 9b31496df74..72ae1363ca1 100644 --- a/firebase-functions/CHANGELOG.md +++ b/firebase-functions/CHANGELOG.md @@ -1,6 +1,15 @@ # Unreleased + + +# 21.2.1 * [fixed] Fixed issue that caused the SDK to crash when trying to stream a function that does not exist. + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-functions` library. The Kotlin extensions library has no additional +updates. + # 21.2.0 * [feature] Streaming callable functions are now supported. * [fixed] Fixed an issue that prevented the App Check token from being handled correctly in case of error. @@ -235,3 +244,4 @@ updates. optional region to override the default "us-central1". * [feature] New `useFunctionsEmulator` method allows testing against a local instance of the [Cloud Functions Emulator](https://firebase.google.com/docs/functions/local-emulator). + diff --git a/firebase-functions/gradle.properties b/firebase-functions/gradle.properties index 1f3640c14dc..2c555435ffd 100644 --- a/firebase-functions/gradle.properties +++ b/firebase-functions/gradle.properties @@ -1,3 +1,3 @@ -version=21.2.1 -latestReleasedVersion=21.2.0 +version=21.2.2 +latestReleasedVersion=21.2.1 android.enableUnitTestBinaryResources=true diff --git a/firebase-vertexai/CHANGELOG.md b/firebase-vertexai/CHANGELOG.md index 5619ab98447..f43495222bc 100644 --- a/firebase-vertexai/CHANGELOG.md +++ b/firebase-vertexai/CHANGELOG.md @@ -1,4 +1,7 @@ # Unreleased + + +# 16.3.0 * [feature] Emits a warning when attempting to use an incompatible model with `GenerativeModel` or `ImagenModel`. * [changed] Added new exception type for quota exceeded scenarios. @@ -79,3 +82,4 @@ * [feature] Added support for `responseMimeType` in `GenerationConfig`. * [changed] Renamed `GoogleGenerativeAIException` to `FirebaseVertexAIException`. * [changed] Updated the KDocs for various classes and functions. + diff --git a/firebase-vertexai/gradle.properties b/firebase-vertexai/gradle.properties index c0a96853e52..fc232d40fc3 100644 --- a/firebase-vertexai/gradle.properties +++ b/firebase-vertexai/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=16.3.0 -latestReleasedVersion=16.2.0 +version=16.3.1 +latestReleasedVersion=16.3.0 From 9ff748560b3f129f2f6acd23d36bbb6b042c8003 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Wed, 2 Apr 2025 09:55:38 -0400 Subject: [PATCH 2/2] Sync changelog --- firebase-dataconnect/CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/firebase-dataconnect/CHANGELOG.md b/firebase-dataconnect/CHANGELOG.md index 3980d55e2d5..ef07e21a09d 100644 --- a/firebase-dataconnect/CHANGELOG.md +++ b/firebase-dataconnect/CHANGELOG.md @@ -2,9 +2,6 @@ # 16.0.0 -* [changed] Removed the "beta" suffix from the version of the Firebase Data - Connect Android SDK, thus graduating it from "beta" to "generally available". - ([#6792](https://github.com/firebase/firebase-android-sdk/pull/6792)) * [changed] DataConnectOperationException added, enabling support for partial errors; that is, any data that was received and/or was able to be decoded is now available via the "response" property of the exception thrown when a