diff --git a/firebase-ai/CHANGELOG.md b/firebase-ai/CHANGELOG.md index 39b3163ed7c..8c7a3207233 100644 --- a/firebase-ai/CHANGELOG.md +++ b/firebase-ai/CHANGELOG.md @@ -1,4 +1,7 @@ # Unreleased + + +# 16.0.0 * [feature] Initial release of the Firebase AI SDK (`firebase-ai`). This SDK *replaces* the previous Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported features and services. @@ -9,10 +12,10 @@ 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. + diff --git a/firebase-ai/gradle.properties b/firebase-ai/gradle.properties index 6a870d0141c..b9f800fb7d6 100644 --- a/firebase-ai/gradle.properties +++ b/firebase-ai/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=16.0.0 -latestReleasedVersion= +version=16.0.1 +latestReleasedVersion=16.0.0 diff --git a/firebase-config/CHANGELOG.md b/firebase-config/CHANGELOG.md index 5a58f981f81..fc00b486a87 100644 --- a/firebase-config/CHANGELOG.md +++ b/firebase-config/CHANGELOG.md @@ -1,7 +1,16 @@ # Unreleased + + +# 22.1.2 * [fixed] Fixed `NetworkOnMainThreadException` on Android versions below 8 by disconnecting `HttpURLConnection` only on API levels 26 and higher. GitHub Issue [#6934] + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-config` library. The Kotlin extensions library has no additional +updates. + # 22.1.1 * [fixed] Fixed an issue where the connection to the real-time Remote Config backend could remain open in the background. diff --git a/firebase-config/gradle.properties b/firebase-config/gradle.properties index ce23bb93a93..02671b7fc28 100644 --- a/firebase-config/gradle.properties +++ b/firebase-config/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. # -version=22.1.2 -latestReleasedVersion=22.1.1 +version=22.1.3 +latestReleasedVersion=22.1.2 android.enableUnitTestBinaryResources=true diff --git a/firebase-dataconnect/CHANGELOG.md b/firebase-dataconnect/CHANGELOG.md index 3484114e800..852f313aaab 100644 --- a/firebase-dataconnect/CHANGELOG.md +++ b/firebase-dataconnect/CHANGELOG.md @@ -1,9 +1,11 @@ # Unreleased + + +# 16.0.2 * [changed] Improved code robustness related to state management in `FirebaseDataConnect` objects. ([#6861](https://github.com/firebase/firebase-android-sdk/pull/6861)) - # 16.0.1 * [changed] Internal improvements. diff --git a/firebase-dataconnect/gradle.properties b/firebase-dataconnect/gradle.properties index c763f64467b..0e34974b3c7 100644 --- a/firebase-dataconnect/gradle.properties +++ b/firebase-dataconnect/gradle.properties @@ -1,2 +1,2 @@ -version=16.0.2 -latestReleasedVersion=16.0.1 +version=16.0.3 +latestReleasedVersion=16.0.2 diff --git a/firebase-storage/CHANGELOG.md b/firebase-storage/CHANGELOG.md index e3be0981b20..a38a7ed1d79 100644 --- a/firebase-storage/CHANGELOG.md +++ b/firebase-storage/CHANGELOG.md @@ -1,6 +1,15 @@ # Unreleased + + +# 21.0.2 * [fixed] Fixed an issue where tests were depending on a deprecated feature of the test framework. (#6927) + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-storage` library. The Kotlin extensions library has no additional +updates. + # 21.0.1 * [fixed] Fixed an issue where `maxUploadRetryTimeMillis` parameter is ignored when uploading using `putBytes()` @@ -8,6 +17,7 @@ # 21.0.0 * [changed] Bump internal dependencies + ## Kotlin The Kotlin extensions library transitively includes the updated `firebase-storage` library. The Kotlin extensions library has no additional diff --git a/firebase-storage/gradle.properties b/firebase-storage/gradle.properties index 0af4c3424b9..bc3efbb0b64 100644 --- a/firebase-storage/gradle.properties +++ b/firebase-storage/gradle.properties @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=21.0.2 -latestReleasedVersion=21.0.1 +version=21.0.3 +latestReleasedVersion=21.0.2 android.enableUnitTestBinaryResources=true diff --git a/firebase-vertexai/CHANGELOG.md b/firebase-vertexai/CHANGELOG.md index 6c27ce2497c..807790b2c93 100644 --- a/firebase-vertexai/CHANGELOG.md +++ b/firebase-vertexai/CHANGELOG.md @@ -1,4 +1,7 @@ # Unreleased + + +# 16.5.0 * [changed] **Renamed / Replaced:** Vertex AI in Firebase (`firebase-vertexai`) has been renamed and replaced by the new Firebase AI SDK: `firebase-ai`. This is to accommodate the evolving set of supported features and services. Please [**migrate to the new `firebase-ai` package**](/docs/vertex-ai/migrate-to-latest-sdk). @@ -16,7 +19,6 @@ * [feature] Added support for the `id` field on `FunctionResponsePart` and `FunctionCallPart`. (#6941) * [feature] Added a helper field for getting all the `InlineDataPart` from a `GenerateContentResponse`. (#6941) - # 16.4.0 * [changed] **Breaking Change**: `LiveModelFutures.connect` now returns `ListenableFuture` instead of `ListenableFuture`. * **Action Required:** Remove any transformations from LiveSession object to LiveSessionFutures object. diff --git a/firebase-vertexai/gradle.properties b/firebase-vertexai/gradle.properties index 168d0a1daa7..d5fbeaac81c 100644 --- a/firebase-vertexai/gradle.properties +++ b/firebase-vertexai/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=16.5.0 -latestReleasedVersion=16.4.0 +version=16.5.1 +latestReleasedVersion=16.5.0