From 9b79cef6ebe7680b3eeca0d2b5f2431cbf8ef246 Mon Sep 17 00:00:00 2001 From: Guillaume Bernos Date: Mon, 21 Oct 2024 10:55:42 +0200 Subject: [PATCH] more changelog --- CHANGELOG.md | 5 +++++ packages/firebase_vertexai/firebase_vertexai/CHANGELOG.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e00250a916..a71e71b896de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,11 @@ Packages with dependency updates only: #### `firebase_vertexai` - `v1.0.0` +Use the Vertex AI in Firebase SDK to call the Vertex AI Gemini API directly from your app. This client SDK is built specifically for use with Flutter apps, offering security options against unauthorized clients as well as integrations with other Firebase services. + + * If you're new to this SDK, visit the getting started guide. + * If you used the preview version of the library, visit the migration guide to learn about some important updates. + - **BREAKING** **FEAT**(vertexai): Vertex AI in Firebase is now Generally Available (GA) and can be used in production apps. ([#13453](https://github.com/firebase/flutterfire/issues/13453)). ([77b48800](https://github.com/firebase/flutterfire/commit/77b488001a2b68b46ccff4fc96d143ef891d3e5a)) #### `firebase_data_connect` - `v0.1.2+1` diff --git a/packages/firebase_vertexai/firebase_vertexai/CHANGELOG.md b/packages/firebase_vertexai/firebase_vertexai/CHANGELOG.md index a0da986f4808..8bf58fbaa5d2 100644 --- a/packages/firebase_vertexai/firebase_vertexai/CHANGELOG.md +++ b/packages/firebase_vertexai/firebase_vertexai/CHANGELOG.md @@ -1,5 +1,10 @@ ## 1.0.0 +Use the Vertex AI in Firebase SDK to call the Vertex AI Gemini API directly from your app. This client SDK is built specifically for use with Flutter apps, offering security options against unauthorized clients as well as integrations with other Firebase services. + + * If you're new to this SDK, visit the getting started guide. + * If you used the preview version of the library, visit the migration guide to learn about some important updates. + > Note: This release has breaking changes. - **BREAKING** **FEAT**(vertexai): Vertex AI in Firebase is now Generally Available (GA) and can be used in production apps. ([#13453](https://github.com/firebase/flutterfire/issues/13453)). ([77b48800](https://github.com/firebase/flutterfire/commit/77b488001a2b68b46ccff4fc96d143ef891d3e5a))