Skip to content

Commit

Permalink
more changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Oct 21, 2024
1 parent 2134fde commit 9b79cef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
5 changes: 5 additions & 0 deletions packages/firebase_vertexai/firebase_vertexai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit 9b79cef

Please sign in to comment.