Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand All @@ -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.

4 changes: 2 additions & 2 deletions firebase-ai/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 2 additions & 2 deletions firebase-dataconnect/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=16.0.3
latestReleasedVersion=16.0.2
version=16.0.4
latestReleasedVersion=16.0.3
3 changes: 3 additions & 0 deletions firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 24.1.2
* [unchanged] Updated to keep messaging SDK versions aligned.

# 24.1.1
Expand Down
4 changes: 2 additions & 2 deletions firebase-messaging-directboot/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.1.2
latestReleasedVersion=24.1.1
version=24.1.3
latestReleasedVersion=24.1.2
android.enableUnitTestBinaryResources=true
9 changes: 9 additions & 0 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions firebase-messaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.1.2
latestReleasedVersion=24.1.1
version=24.1.3
latestReleasedVersion=24.1.2
android.enableUnitTestBinaryResources=true
Loading