Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
25 changes: 10 additions & 15 deletions firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Unreleased

- [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

# 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`
(#7260)
Expand All @@ -17,7 +19,7 @@

=======

- [feature] added support for Imagen Editing, including inpainting, outpainting, control, style
* [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

Expand Down Expand Up @@ -62,13 +64,6 @@
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.

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
17 changes: 10 additions & 7 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Unreleased

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

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

# 20.0.0

Expand Down Expand Up @@ -301,9 +303,10 @@ the new SDK.
</ul>
</aside>

- [changed] [crashlytics] NDK crash reporting will now start automatically when the [crashlytics]
NDK dependency is included in your app.
- [changed] The [crashlytics] Gradle plugin has new tasks to support uploading symbol files to
[crashlytics] servers. See the
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk) for more
information.
* [changed] [crashlytics] NDK crash reporting will now start automatically
when the [crashlytics] NDK dependency is included in your app.
* [changed] The [crashlytics] Gradle plugin has new tasks to support
uploading symbol files to [crashlytics] servers. See the
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
for more information.

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
22 changes: 13 additions & 9 deletions 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 Expand Up @@ -676,11 +678,13 @@ name change. The following release notes describe changes in the new SDK.
</ul>
</aside>

- [changed] Replaced static methods with new instance methods that are more consistent with other
Firebase SDKs and more intuitive to use. The new APIs give your users more control over how you
collect their data.
- [removed] Removed the Fabric [crashlytics] API key. Now, [crashlytics] will always use the
`google-services.json` file to associate your app with your Firebase project. If you linked your
app from Fabric, remove the Fabric API key from your `AndroidManifest.xml` file.
- [removed] The `fabric.properties` and `crashlytics.properties` files are no longer supported.
Remove them from your app.
* [changed] Replaced static methods with new instance methods that are more
consistent with other Firebase SDKs and more intuitive to use. The new APIs
give your users more control over how you collect their data.
* [removed] Removed the Fabric [crashlytics] API key. Now, [crashlytics]
will always use the `google-services.json` file to associate your app with your
Firebase project. If you linked your app from Fabric, remove the Fabric API key
from your `AndroidManifest.xml` file.
* [removed] The `fabric.properties` and `crashlytics.properties` files are no
longer supported. Remove them from your app.

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
4 changes: 3 additions & 1 deletion firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Unreleased

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

# 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

10 changes: 6 additions & 4 deletions firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Unreleased

- [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).

# 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).

# 3.0.0

Expand Down Expand Up @@ -70,5 +72,5 @@
- [fixed] Populate DataCollectionStatus fields for Crashlytics and Perf.

# 1.0.0
* [feature] Initial Firebase sessions library.

- [feature] Initial Firebase sessions library.
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