Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Unreleased

# 17.2.0

- [feature] Added support for returning thought summaries, which are synthesized versions of a
model's internal reasoning process.
- [fixed] Fixed an issue causing the accessor methods in `GenerateContentResponse` to throw an
exception when the response contained no candidates.
- [changed] Added better description for requests which fail due to the Gemini API not being
configured.
- [changed] Added a `dilation` parameter to `ImagenMaskReference.generateMaskAndPadForOutpainting`

* [changed] Added a `dilation` parameter to `ImagenMaskReference.generateMaskAndPadForOutpainting`
(#7260)
- [feature] Added support for limited-use tokens with Firebase App Check. These short-lived tokens
* [feature] Added support for limited-use tokens with Firebase App Check. These short-lived tokens
provide greater protection for the APIs that give you access to Gemini and Imagen models. Learn
how to [enable usage of limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check).
(#7285)
Expand All @@ -19,7 +22,8 @@

- [feature] added support for Imagen Editing, including inpainting, outpainting, control, style
transfer, and subject references (#7075)
- [feature] **Preview:** Added support for bidirectional streaming in Gemini Developer Api

* [feature] **Preview:** Added support for bidirectional streaming in Gemini Developer Api

# 17.0.0

Expand Down Expand Up @@ -62,13 +66,5 @@
free tier offering.
- Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).

If you're using the old `firebase-vertexai`, we recommend
[migrating to `firebase-ai`](/docs/ai-logic/migrate-to-latest-sdk) because all new development and
features will be in this new SDK.

- [feature] **Preview:** Added support for specifying response modalities in `GenerationConfig`
(only available in the new `firebase-ai` package). This includes support for image generation
using [specific Gemini models](/docs/vertex-ai/models).

Note: This feature is in Public Preview, which means that it is not subject to any SLA or
deprecation policy and could change in backwards-incompatible ways.
4 changes: 2 additions & 2 deletions firebase-ai/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=17.2.0
latestReleasedVersion=17.1.0
version=17.2.1
latestReleasedVersion=17.2.0
2 changes: 2 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 20.0.1

- [changed] Updated `firebase-crashlytics` dependency to 20.0.1

# 20.0.0
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=20.0.1
latestReleasedVersion=20.0.0
version=20.0.2
latestReleasedVersion=20.0.1
4 changes: 3 additions & 1 deletion firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Unreleased

\*\* [changed] Updated `firebase-sessions` dependency to v3.0.1
# 20.0.1

- [changed] Updated `firebase-sessions` dependency to v3.0.1

# 20.0.0

Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=20.0.1
latestReleasedVersion=20.0.0
version=20.0.2
latestReleasedVersion=20.0.1
2 changes: 2 additions & 0 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 22.0.1

- [fixed] Fixed an ANR on app launch. [#4831]

# 22.0.0
Expand Down
4 changes: 2 additions & 2 deletions firebase-perf/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#

version=22.0.1
latestReleasedVersion=22.0.0
version=22.0.2
latestReleasedVersion=22.0.1
android.enableUnitTestBinaryResources=true

2 changes: 2 additions & 0 deletions firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 3.0.1

- [fixed] Bumped DataStore dependency to include the mitigation for `CorruptionException` released
in version `1.1.5`. See Jetpacks' DataStore
[release notes](https://developer.android.com/jetpack/androidx/releases/datastore#1.1.5).
Expand Down
4 changes: 2 additions & 2 deletions firebase-sessions/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=3.0.1
latestReleasedVersion=3.0.0
version=3.0.2
latestReleasedVersion=3.0.1
Loading