Skip to content

Commit 331905b

Browse files
m164 mergeback (#6973)
Auto-generated PR for cleaning up release m164 NO_RELEASE_CHANGE Co-authored-by: daymxn <[email protected]>
1 parent 129cb89 commit 331905b

File tree

10 files changed

+39
-13
lines changed

10 files changed

+39
-13
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 16.0.0
25
* [feature] Initial release of the Firebase AI SDK (`firebase-ai`). This SDK *replaces* the previous
36
Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported
47
features and services.
@@ -9,10 +12,10 @@
912
If you're using the old `firebase-vertexai`, we recommend
1013
[migrating to `firebase-ai`](/docs/ai-logic/migrate-to-latest-sdk)
1114
because all new development and features will be in this new SDK.
12-
1315
* [feature] **Preview:** Added support for specifying response modalities in `GenerationConfig`
1416
(only available in the new `firebase-ai` package). This includes support for image generation using
1517
[specific Gemini models](/docs/vertex-ai/models).
1618

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

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=16.0.0
16-
latestReleasedVersion=
15+
version=16.0.1
16+
latestReleasedVersion=16.0.0

firebase-config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Unreleased
2+
3+
4+
# 22.1.2
25
* [fixed] Fixed `NetworkOnMainThreadException` on Android versions below 8 by disconnecting
36
`HttpURLConnection` only on API levels 26 and higher. GitHub Issue [#6934]
47

8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-config` library. The Kotlin extensions library has no additional
12+
updates.
13+
514
# 22.1.1
615
* [fixed] Fixed an issue where the connection to the real-time Remote Config backend could remain
716
open in the background.

firebase-config/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
version=22.1.2
18-
latestReleasedVersion=22.1.1
17+
version=22.1.3
18+
latestReleasedVersion=22.1.2
1919
android.enableUnitTestBinaryResources=true
2020

firebase-dataconnect/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Unreleased
2+
3+
4+
# 16.0.2
25
* [changed] Improved code robustness related to state management in
36
`FirebaseDataConnect` objects.
47
([#6861](https://github.com/firebase/firebase-android-sdk/pull/6861))
58

6-
79
# 16.0.1
810
* [changed] Internal improvements.
911

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.0.2
2-
latestReleasedVersion=16.0.1
1+
version=16.0.3
2+
latestReleasedVersion=16.0.2

firebase-storage/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# Unreleased
2+
3+
4+
# 21.0.2
25
* [fixed] Fixed an issue where tests were depending on a deprecated feature of the test framework. (#6927)
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-storage` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 21.0.1
514
* [fixed] Fixed an issue where `maxUploadRetryTimeMillis` parameter is ignored when uploading using
615
`putBytes()`
716

817
# 21.0.0
918
* [changed] Bump internal dependencies
1019

20+
1121
## Kotlin
1222
The Kotlin extensions library transitively includes the updated
1323
`firebase-storage` library. The Kotlin extensions library has no additional

firebase-storage/gradle.properties

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

15-
version=21.0.2
16-
latestReleasedVersion=21.0.1
15+
version=21.0.3
16+
latestReleasedVersion=21.0.2
1717
android.enableUnitTestBinaryResources=true

firebase-vertexai/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 16.5.0
25
* [changed] **Renamed / Replaced:** Vertex AI in Firebase (`firebase-vertexai`) has been renamed and
36
replaced by the new Firebase AI SDK: `firebase-ai`. This is to accommodate the evolving set of
47
supported features and services. Please [**migrate to the new `firebase-ai` package**](/docs/vertex-ai/migrate-to-latest-sdk).
@@ -16,7 +19,6 @@
1619
* [feature] Added support for the `id` field on `FunctionResponsePart` and `FunctionCallPart`. (#6941)
1720
* [feature] Added a helper field for getting all the `InlineDataPart` from a `GenerateContentResponse`. (#6941)
1821

19-
2022
# 16.4.0
2123
* [changed] **Breaking Change**: `LiveModelFutures.connect` now returns `ListenableFuture<LiveSessionFutures>` instead of `ListenableFuture<LiveSession>`.
2224
* **Action Required:** Remove any transformations from LiveSession object to LiveSessionFutures object.

firebase-vertexai/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=16.5.0
16-
latestReleasedVersion=16.4.0
15+
version=16.5.1
16+
latestReleasedVersion=16.5.0

0 commit comments

Comments
 (0)