From 3c13be82dd5f328b90caa320e9070f37a413397c Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Tue, 6 Jan 2026 15:27:02 -0500 Subject: [PATCH 1/3] [Release] Update CHANGELOGs for M175 --- FirebasePerformance/CHANGELOG.md | 2 +- Firestore/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FirebasePerformance/CHANGELOG.md b/FirebasePerformance/CHANGELOG.md index 6e457e7e527..b0d046c2062 100644 --- a/FirebasePerformance/CHANGELOG.md +++ b/FirebasePerformance/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 12.8.0 - [fixed] Use UIScreen.maximumFramesPerSecond for dynamic slow frame threshold. (#10220) # 12.5.0 diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md index 4442f6ef786..61e76336919 100644 --- a/Firestore/CHANGELOG.md +++ b/Firestore/CHANGELOG.md @@ -1,4 +1,4 @@ -# 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) - [fixed] Fixed an issue where the returned object in transaction blocks could not From 6c437993887f7fa25a366508dbf5c99f388b117d Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Tue, 6 Jan 2026 15:53:11 -0500 Subject: [PATCH 2/3] Fix typo (preview instead of review) --- Firestore/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md index 61e76336919..91ea98f0baa 100644 --- a/Firestore/CHANGELOG.md +++ b/Firestore/CHANGELOG.md @@ -1,6 +1,6 @@ # 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). From d0305e80b0011d8ebec5446dac502478018a73e2 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Tue, 6 Jan 2026 16:16:58 -0500 Subject: [PATCH 3/3] Fix Firebase AI Logic CHANGELOG version --- FirebaseAI/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FirebaseAI/CHANGELOG.md b/FirebaseAI/CHANGELOG.md index 8b821bc9427..07a4eb5a99d 100644 --- a/FirebaseAI/CHANGELOG.md +++ b/FirebaseAI/CHANGELOG.md @@ -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)