diff --git a/firebase-ai/CHANGELOG.md b/firebase-ai/CHANGELOG.md index 319406c9496..7f5afc1c4b0 100644 --- a/firebase-ai/CHANGELOG.md +++ b/firebase-ai/CHANGELOG.md @@ -1,4 +1,7 @@ # Unreleased + + +# 16.2.0 * [changed] Deprecate the `totalBillableCharacters` field (only usable with pre-2.0 models). (#7042) * [feature] Added support for extra schema properties like `title`, `minItems`, `maxItems`, `minimum` and `maximum`. As well as support for the `anyOf` schema. (#7013) @@ -11,7 +14,6 @@ * **Action Required:** Update all references of `SpeechConfig` initialization to use `Voice` class. * [fixed] Fix incorrect model name in count token requests to the developer API backend - # 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 @@ -29,3 +31,4 @@ 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 b686fdcb9db..546c015493e 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.2.0 -latestReleasedVersion=16.1.0 +version=16.2.1 +latestReleasedVersion=16.2.0 diff --git a/firebase-dataconnect/CHANGELOG.md b/firebase-dataconnect/CHANGELOG.md index 57be7a46be0..007eb926cb2 100644 --- a/firebase-dataconnect/CHANGELOG.md +++ b/firebase-dataconnect/CHANGELOG.md @@ -1,4 +1,7 @@ # Unreleased + + +# 16.0.3 * [fixed] Fixed occasional `NullPointerException` when registering with FirebaseAuth, leading to erroneous UNAUTHENTICATED exceptions. ([#7001](https://github.com/firebase/firebase-android-sdk/pull/7001)) diff --git a/firebase-dataconnect/gradle.properties b/firebase-dataconnect/gradle.properties index 0e34974b3c7..a7e7b041bcf 100644 --- a/firebase-dataconnect/gradle.properties +++ b/firebase-dataconnect/gradle.properties @@ -1,2 +1,2 @@ -version=16.0.3 -latestReleasedVersion=16.0.2 +version=16.0.4 +latestReleasedVersion=16.0.3 diff --git a/firebase-messaging-directboot/CHANGELOG.md b/firebase-messaging-directboot/CHANGELOG.md index 5047924d3fa..b06b58df3b9 100644 --- a/firebase-messaging-directboot/CHANGELOG.md +++ b/firebase-messaging-directboot/CHANGELOG.md @@ -1,4 +1,7 @@ # Unreleased + + +# 24.1.2 * [unchanged] Updated to keep messaging SDK versions aligned. # 24.1.1 diff --git a/firebase-messaging-directboot/gradle.properties b/firebase-messaging-directboot/gradle.properties index 23127f4cada..8c66815a035 100644 --- a/firebase-messaging-directboot/gradle.properties +++ b/firebase-messaging-directboot/gradle.properties @@ -1,3 +1,3 @@ -version=24.1.2 -latestReleasedVersion=24.1.1 +version=24.1.3 +latestReleasedVersion=24.1.2 android.enableUnitTestBinaryResources=true diff --git a/firebase-messaging/CHANGELOG.md b/firebase-messaging/CHANGELOG.md index 120620148dc..f29d1ba74ec 100644 --- a/firebase-messaging/CHANGELOG.md +++ b/firebase-messaging/CHANGELOG.md @@ -1,7 +1,16 @@ # Unreleased + + +# 24.1.2 * [changed] Added a NamedThreadFactory to WithinAppServiceConnection's service connection Executor. + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-messaging` library. The Kotlin extensions library has no additional +updates. + # 24.1.1 * [changed] Bug fix in SyncTask to always unregister the receiver on the same context on which it was registered. diff --git a/firebase-messaging/gradle.properties b/firebase-messaging/gradle.properties index 23127f4cada..8c66815a035 100644 --- a/firebase-messaging/gradle.properties +++ b/firebase-messaging/gradle.properties @@ -1,3 +1,3 @@ -version=24.1.2 -latestReleasedVersion=24.1.1 +version=24.1.3 +latestReleasedVersion=24.1.2 android.enableUnitTestBinaryResources=true