Skip to content

Commit 272fa2a

Browse files
committed
Additional changelog changes
1 parent f253dbe commit 272fa2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
* The new Firebase AI SDK provides **public preview** support for the
66
[Gemini Developer API](https://ai.google.dev/gemini-api/docs){: .external}, including its free tier offering.
77
* Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).
8-
* [feature] **Public Preview:** Added support for specifying response modalities in GenerationConfig
8+
* [feature] **Preview:** Added support for specifying response modalities in `GenerationConfig`
99
(only available in the new `firebase-ai` package). This includes support for image generation using
10-
specific Gemini models; for details, see https://firebase.google.com/docs/vertex-ai/models.
10+
[specific Gemini models](/docs/vertex-ai/models).
1111

12-
Note: This feature is in Public Preview and relies on experimental models, which means that it is not subject to any SLA or
12+
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
1313
deprecation policy and could change in backwards-incompatible ways.
1414

firebase-config/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22
* [fixed] Fixed `NetworkOnMainThreadException` on Android versions below 8 by disconnecting
3-
HttpURLConnection only on API levels 26 and higher. GitHub Issue [#6934]
3+
`HttpURLConnection` only on API levels 26 and higher. GitHub Issue [#6934]
44

55
# 22.1.1
66
* [fixed] Fixed an issue where the connection to the real-time Remote Config backend could remain

firebase-dataconnect/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
* [changed] Code robustness improvements related to state management in
2+
* [changed] Improved code robustness related to state management in
33
`FirebaseDataConnect` objects.
44
([#6861](https://github.com/firebase/firebase-android-sdk/pull/6861))
55

0 commit comments

Comments
 (0)