Skip to content

Commit 3c6b200

Browse files
committed
Format changelogs
1 parent 7bca311 commit 3c6b200

File tree

5 files changed

+39
-41
lines changed

5 files changed

+39
-41
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Unreleased
22

3-
43
# 17.2.0
5-
* [feature] Added support for returning thought summaries, which are synthesized
6-
versions of a model's internal reasoning process.
7-
* [fixed] Fixed an issue causing the accessor methods in `GenerateContentResponse` to throw an exception
8-
when the response contained no candidates.
9-
* [changed] Added better description for requests which fail due to the Gemini API not being
4+
5+
- [feature] Added support for returning thought summaries, which are synthesized versions of a
6+
model's internal reasoning process.
7+
- [fixed] Fixed an issue causing the accessor methods in `GenerateContentResponse` to throw an
8+
exception when the response contained no candidates.
9+
- [changed] Added better description for requests which fail due to the Gemini API not being
1010
configured.
11-
- [changed] Added a `dilation` parameter to `ImagenMaskReference.generateMaskAndPadForOutpainting`
11+
12+
* [changed] Added a `dilation` parameter to `ImagenMaskReference.generateMaskAndPadForOutpainting`
1213
(#7260)
13-
- [feature] Added support for limited-use tokens with Firebase App Check. These short-lived tokens
14+
* [feature] Added support for limited-use tokens with Firebase App Check. These short-lived tokens
1415
provide greater protection for the APIs that give you access to Gemini and Imagen models. Learn
1516
how to [enable usage of limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check).
1617
(#7285)
@@ -19,9 +20,10 @@
1920

2021
=======
2122

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

2628
# 17.0.0
2729

@@ -64,6 +66,5 @@
6466
free tier offering.
6567
- Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).
6668

67-
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
68-
deprecation policy and could change in backwards-incompatible ways.
69-
69+
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
70+
deprecation policy and could change in backwards-incompatible ways.

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Unreleased
22

3-
43
# 20.0.1
5-
* [changed] Updated `firebase-crashlytics` dependency to 20.0.1
4+
5+
- [changed] Updated `firebase-crashlytics` dependency to 20.0.1
66

77
# 20.0.0
88

@@ -303,10 +303,9 @@ the new SDK.
303303
</ul>
304304
</aside>
305305

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

firebase-crashlytics/CHANGELOG.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Unreleased
22

3-
43
# 20.0.1
5-
* [changed] Updated `firebase-sessions` dependency to v3.0.1
4+
5+
- [changed] Updated `firebase-sessions` dependency to v3.0.1
66

77
# 20.0.0
88

@@ -678,13 +678,11 @@ name change. The following release notes describe changes in the new SDK.
678678
</ul>
679679
</aside>
680680

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

firebase-perf/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Unreleased
22

3-
43
# 22.0.1
5-
* [fixed] Fixed an ANR on app launch. [#4831]
4+
5+
- [fixed] Fixed an ANR on app launch. [#4831]
66

77
# 22.0.0
88

firebase-sessions/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Unreleased
22

3-
43
# 3.0.1
5-
* [fixed] Bumped DataStore dependency to include the mitigation for
6-
`CorruptionException` released in version `1.1.5`. See Jetpacks' DataStore
7-
[release notes](https://developer.android.com/jetpack/androidx/releases/datastore#1.1.5).
4+
5+
- [fixed] Bumped DataStore dependency to include the mitigation for `CorruptionException` released
6+
in version `1.1.5`. See Jetpacks' DataStore
7+
[release notes](https://developer.android.com/jetpack/androidx/releases/datastore#1.1.5).
88

99
# 3.0.0
1010

@@ -72,5 +72,5 @@
7272
- [fixed] Populate DataCollectionStatus fields for Crashlytics and Perf.
7373

7474
# 1.0.0
75-
* [feature] Initial Firebase sessions library.
7675

76+
- [feature] Initial Firebase sessions library.

0 commit comments

Comments
 (0)