Skip to content
Open
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
10 changes: 7 additions & 3 deletions ai-logic/firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Unreleased

- [feature] Added support for on-device structured output generation using `generateObject` (#8395)
- [changed] **Breaking Change**: Removed deprecated Imagen methods and types due to Imagen models being shut down in August 2026. As a replacement, you can [migrate your apps to use Gemini Image models (the "Nano Banana" models)](https://firebase.google.com/docs/ai-logic/imagen-models-migration).
- [changed] Adjusts `LiveSession.isClosed` to better reflect underlying connection closure state and not consume frames (#8511)
- [changed] Replaced the `"function"` conversational role with `"user"` for function response content. (#8508)
- [changed] **Breaking Change**: Removed deprecated Imagen methods and types due
to Imagen models being shut down in August 2026. As a replacement, you can
[migrate your apps to use Gemini Image models (the "Nano Banana" models)](https://firebase.google.com/docs/ai-logic/imagen-models-migration).
- [changed] Adjusted `LiveSession.isClosed` to better reflect underlying
connection closure state and not consume frames (#8511)
- [changed] Replaced the `"function"` conversational role with `"user"` for
function response content. (#8508)

# 17.15.0

Expand Down
2 changes: 1 addition & 1 deletion ai-logic/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=17.15.1
version=17.16.0
latestReleasedVersion=17.15.0
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [unchanged] Updated to keep [app_check] SDK versions aligned.

# 19.4.0

- [unchanged] Updated to keep [app_check] SDK versions aligned.
Expand Down
3 changes: 2 additions & 1 deletion appcheck/firebase-appcheck-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased

- [changed] Updated App Check debug token log message to include Firebase CLI commands and Firebase Console registration links. (#8503)
- [changed] Updated [app_check] debug token log message to include Firebase CLI
commands and Firebase Console registration links. (#8503)

# 19.4.0

Expand Down
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck-playintegrity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [unchanged] Updated to keep [app_check] SDK versions aligned.

# 19.4.0

- [unchanged] Updated to keep [app_check] SDK versions aligned.
Expand Down
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck-recaptcha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [unchanged] Updated to keep [app_check] SDK versions aligned.

# 19.2.0

- [changed] Initialization now requires the site key to be passed as a parameter. (#8457)
Expand Down
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [unchanged] Updated to keep [app_check] SDK versions aligned.

# 19.4.0

- [unchanged] Updated to keep [app_check] SDK versions aligned.
Expand Down
6 changes: 3 additions & 3 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unreleased

- [changed] Add grpc request header for platform name and sdk version
to enable metrics collection in cloud monitoring.
- [changed] Add gRPC request header for platform name and SDK version
to enable metrics collection in Cloud Monitoring.
([#8486](https://github.com/firebase/firebase-android-sdk/pull/8486),
[#8495](https://github.com/firebase/firebase-android-sdk/pull/8495))
- [changed] Add grpc request header for SQL Connect server affinity, to improve
- [changed] Add gRPC request header for SQL Connect server affinity, to improve
server resource usage efficiency and performance.
([#8499](https://github.com/firebase/firebase-android-sdk/pull/8499))
- [changed] Wait for 15 seconds before closing realtime streaming connection
Expand Down
2 changes: 1 addition & 1 deletion firebase-dataconnect/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.3.4
version=17.4.0
latestReleasedVersion=17.3.3
3 changes: 3 additions & 0 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased

- [feature] Implemented support for retrieving documents up to 16MB over gRPC (#8363)
- [feature] Increases the gRPC max inbound message size to 17MB, to support 16MB documents. (#8363)

# 26.5.0

- [changed] Increased the default gRPC flow control window size from 64KB to 256KB to speed up large document reads, and added support for configuring this window size via `FirebaseFirestoreSettings.Builder.setGrpcFlowControlWindow()`.
Expand Down
2 changes: 1 addition & 1 deletion firebase-firestore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=26.5.1
version=26.6.0
latestReleasedVersion=26.5.0
2 changes: 2 additions & 0 deletions firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [unchanged] Updated to keep messaging SDK versions aligned.

# 25.1.1

- [changed] Fixed re-registration invocation with FID change (#8338)
Expand Down
1 change: 1 addition & 0 deletions ignoreCommits.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4c212cd250d043a2d6f8ca4e237f3e30b26fe8d9
18 changes: 18 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "m185",
"libraries": [
":firebase-dataconnect",
":firebase-firestore",
":firebase-messaging",
":firebase-messaging-directboot",
":ai-logic:firebase-ai",
":ai-logic:firebase-ai-ksp-processor",
":ai-logic:firebase-ai-ondevice",
":ai-logic:firebase-ai-ondevice-interop",
":appcheck:firebase-appcheck",
":appcheck:firebase-appcheck-debug",
":appcheck:firebase-appcheck-debug-testing",
":appcheck:firebase-appcheck-playintegrity",
":appcheck:firebase-appcheck-recaptcha"
]
}
Loading
Loading