Skip to content

Commit f454e07

Browse files
rlazogoogle-oss-bot
authored andcommitted
Post release cleanup for m169
1 parent 5266671 commit f454e07

File tree

10 files changed

+52
-46
lines changed

10 files changed

+52
-46
lines changed

firebase-ai/CHANGELOG.md

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

3-
- [feature] Added support for returning thought summaries, which are synthesized versions of a
4-
model's internal reasoning process.
5-
- [fixed] Fixed an issue causing the accessor methods in `GenerateContentResponse` to throw an
6-
exception when the response contained no candidates.
7-
- [changed] Added better description for requests which fail due to the Gemini API not being
3+
4+
# 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
810
configured.
911
- [changed] Added a `dilation` parameter to `ImagenMaskReference.generateMaskAndPadForOutpainting`
1012
(#7260)
@@ -17,7 +19,7 @@
1719

1820
=======
1921

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

@@ -62,13 +64,6 @@
6264
free tier offering.
6365
- Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).
6466

65-
If you're using the old `firebase-vertexai`, we recommend
66-
[migrating to `firebase-ai`](/docs/ai-logic/migrate-to-latest-sdk) because all new development and
67-
features will be in this new SDK.
68-
69-
- [feature] **Preview:** Added support for specifying response modalities in `GenerationConfig`
70-
(only available in the new `firebase-ai` package). This includes support for image generation
71-
using [specific Gemini models](/docs/vertex-ai/models).
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.
7269

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

firebase-ai/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=17.2.0
16-
latestReleasedVersion=17.1.0
15+
version=17.2.1
16+
latestReleasedVersion=17.2.0

firebase-crashlytics-ndk/CHANGELOG.md

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

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

57
# 20.0.0
68

@@ -301,9 +303,10 @@ the new SDK.
301303
</ul>
302304
</aside>
303305

304-
- [changed] [crashlytics] NDK crash reporting will now start automatically when the [crashlytics]
305-
NDK dependency is included in your app.
306-
- [changed] The [crashlytics] Gradle plugin has new tasks to support uploading symbol files to
307-
[crashlytics] servers. See the
308-
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk) for more
309-
information.
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+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=20.0.1
2-
latestReleasedVersion=20.0.0
1+
version=20.0.2
2+
latestReleasedVersion=20.0.1

firebase-crashlytics/CHANGELOG.md

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

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

57
# 20.0.0
68

@@ -676,11 +678,13 @@ name change. The following release notes describe changes in the new SDK.
676678
</ul>
677679
</aside>
678680

679-
- [changed] Replaced static methods with new instance methods that are more consistent with other
680-
Firebase SDKs and more intuitive to use. The new APIs give your users more control over how you
681-
collect their data.
682-
- [removed] Removed the Fabric [crashlytics] API key. Now, [crashlytics] will always use the
683-
`google-services.json` file to associate your app with your Firebase project. If you linked your
684-
app from Fabric, remove the Fabric API key from your `AndroidManifest.xml` file.
685-
- [removed] The `fabric.properties` and `crashlytics.properties` files are no longer supported.
686-
Remove them from your app.
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+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=20.0.1
2-
latestReleasedVersion=20.0.0
1+
version=20.0.2
2+
latestReleasedVersion=20.0.1

firebase-perf/CHANGELOG.md

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

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

57
# 22.0.0
68

firebase-perf/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
#
1717

18-
version=22.0.1
19-
latestReleasedVersion=22.0.0
18+
version=22.0.2
19+
latestReleasedVersion=22.0.1
2020
android.enableUnitTestBinaryResources=true
2121

firebase-sessions/CHANGELOG.md

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

3-
- [fixed] Bumped DataStore dependency to include the mitigation for `CorruptionException` released
4-
in version `1.1.5`. See Jetpacks' DataStore
5-
[release notes](https://developer.android.com/jetpack/androidx/releases/datastore#1.1.5).
3+
4+
# 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).
68

79
# 3.0.0
810

@@ -70,5 +72,5 @@
7072
- [fixed] Populate DataCollectionStatus fields for Crashlytics and Perf.
7173

7274
# 1.0.0
75+
* [feature] Initial Firebase sessions library.
7376

74-
- [feature] Initial Firebase sessions library.

firebase-sessions/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=3.0.1
16-
latestReleasedVersion=3.0.0
15+
version=3.0.2
16+
latestReleasedVersion=3.0.1

0 commit comments

Comments
 (0)