Skip to content

Commit 5ce7ad6

Browse files
committed
Update per doc comments
1 parent a191e11 commit 5ce7ad6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

firebase-config/CHANGELOG.md

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

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

firebase-storage/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
* [fixed] Fixed an issue where tests were depending on a deprecated feature of the test framework (#6927)
2+
* [fixed] Fixed an issue where tests were depending on a deprecated feature of the test framework. (#6927)
33

44
# 21.0.1
55
* [fixed] Fixed an issue where `maxUploadRetryTimeMillis` parameter is ignored when uploading using

firebase-vertexai/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Unreleased
2-
* [changed] **Renamed / Replaced:** Vertex AI in Firebase (`FirebaseVertexAI`) has been renamed and
3-
replaced by the new Firebase AI SDK: `FirebaseAI`. This is to accommodate the evolving set of
4-
supported features and services. Please migrate to the new `FirebaseAI` package. See details in the
2+
* [changed] **Renamed / Replaced:** Vertex AI in Firebase (`firebase-vertexai`) has been renamed and
3+
replaced by the new Firebase AI SDK: `firebase-ai`. This is to accommodate the evolving set of
4+
supported features and services. Please migrate to the new `firebase-ai` package. See details in the
55
[migration guide](/docs/vertex-ai/migrate-to-latest-sdk).
66

77
Note: Existing Vertex AI in Firebase users may continue to use the SDK and receive bug fixes but,

0 commit comments

Comments
 (0)