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
4 changes: 3 additions & 1 deletion FirebaseAI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 12.7.0
# 12.8.0
- [feature] Added support for configuring thinking levels with Gemini 3 series
models and onwards. (#15557)

# 12.7.0
- [fixed] Fixed support for API keys with iOS+ app
[Bundle ID restrictions](https://docs.cloud.google.com/docs/authentication/api-keys#adding-application-restrictions)
by setting the `x-ios-bundle-identifier` header. (#15475)
Expand Down
2 changes: 1 addition & 1 deletion FirebasePerformance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 12.8.0
- [fixed] Use UIScreen.maximumFramesPerSecond for dynamic slow frame threshold. (#10220)

# 12.5.0
Expand Down
4 changes: 2 additions & 2 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
# 12.8.0
- [fixed] Fix crash while fetching Auth and App Check tokens. (#15281)
- [feature] `Pipeline` support is now available for the `Enterprise edition` as a public review feature. (#15625)
- [feature] `Pipeline` support is now available for the `Enterprise edition` as a public preview feature. (#15625)
- [fixed] Fixed an issue where the returned object in transaction blocks could not
pass across actor boundaries in Swift 6 (#15467).

Expand Down
Loading