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
8 changes: 4 additions & 4 deletions ai-logic/firebase-ai-ksp-processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unreleased

- [feature] Added support for on-device structured output generation using `generateObject` (#8395)
- [feature] Added support for on-device structured output generation using
`generateObject` (#8395)

# 16.0.0

- [feature] Initial release of the Firebase AI KSP processor SDK
(`firebase-ai-ksp-processor`). This SDK provides support for
automatic Json schema generation.

(`firebase-ai-ksp-processor`). This SDK provides support for automatic Json
schema generation.
4 changes: 2 additions & 2 deletions ai-logic/firebase-ai-ondevice-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased

- [feature] Added support for on-device structured output generation using `generateObject` (#8395)
- [feature] Added support for on-device structured output generation using
`generateObject` (#8395)

# 16.0.0-beta03

Expand All @@ -13,4 +14,3 @@
# 16.0.0-beta01

- [feature] Initial release.

4 changes: 2 additions & 2 deletions ai-logic/firebase-ai-ondevice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased

- [feature] Added support for on-device structured output generation using `generateObject` (#8395)
- [feature] Added support for on-device structured output generation using
`generateObject` (#8395)

# 16.0.0-beta04

Expand All @@ -17,4 +18,3 @@
# 16.0.0-beta01

- [feature] Initial release.

288 changes: 165 additions & 123 deletions ai-logic/firebase-ai/CHANGELOG.md

Large diffs are not rendered by default.

31 changes: 17 additions & 14 deletions appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,50 +54,53 @@

# 16.1.1

- [changed] Integrated the [app_check] Debug Testing SDK with Firebase components. (GitHub
[#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
- [changed] Integrated the [app_check] Debug Testing SDK with Firebase
components.
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})

# 16.1.0

- [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
library.
- [unchanged] Updated to accommodate the release of the updated [app_check]
Kotlin extensions library.

# 16.0.1

- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
- [changed] Updated dependency of `play-services-basement` to its latest version
(v18.1.0).

# 16.0.0

- [changed] [app_check] has exited beta and is now generally available for use.

# 16.0.0-beta06

- [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom provider.
- [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom
provider.

# 16.0.0-beta05

- [changed] Internal improvements.

# 16.0.0-beta04

- [changed] Improved error handling logic by minimizing the amount of requests that are unlikely to
succeed.
- [changed] Improved error handling logic by minimizing the amount of requests
that are unlikely to succeed.
- [fixed] Fixed heartbeat reporting.

# 16.0.0-beta03

- [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to [app_check] network
calls.
- [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to
[app_check] network calls.

# 16.0.0-beta02

- [feature] Added
[`getAppCheckToken()`](</docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)>),
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener),
and associated setters and removers for developers to request and observe changes to the
[app_check] token.
and associated setters and removers for developers to request and observe
changes to the [app_check] token.

# 16.0.0-beta01

- [feature] Initial beta release of the [app_check] Debug Testing SDK with abuse reduction features.

- [feature] Initial beta release of the [app_check] Debug Testing SDK with abuse
reduction features.
49 changes: 28 additions & 21 deletions appcheck/firebase-appcheck-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# 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

- [fixed] Log debug secret on every DebugAppCheckProvider initialization. (#8454)
- [fixed] Log debug secret on every DebugAppCheckProvider initialization.
(#8454)

# 19.3.0

Expand All @@ -16,7 +18,8 @@

# 19.1.0

- [fixed] Fixed issue preventing limited use tokens from being correctly generated. (#8204)
- [fixed] Fixed issue preventing limited use tokens from being correctly
generated. (#8204)

# 19.0.2

Expand Down Expand Up @@ -56,55 +59,59 @@

# 16.1.1

- [changed] Migrated [app_check] SDKs to use standard Firebase executors. (GitHub
[#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external} and
- [changed] Migrated [app_check] SDKs to use standard Firebase executors.
(GitHub
[#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
and
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
- [changed] Integrated the [app_check] Debug SDK with Firebase components. (GitHub
[#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
- [changed] Moved Task continuations off the main thread. (GitHub
[#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
- [changed] Integrated the [app_check] Debug SDK with Firebase components.
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
- [changed] Moved Task continuations off the main thread.
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})

# 16.1.0

- [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
library.
- [unchanged] Updated to accommodate the release of the updated [app_check]
Kotlin extensions library.

# 16.0.1

- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
- [changed] Updated dependency of `play-services-basement` to its latest version
(v18.1.0).

# 16.0.0

- [changed] [app_check] has exited beta and is now generally available for use.

# 16.0.0-beta06

- [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom provider.
- [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom
provider.

# 16.0.0-beta05

- [changed] Internal improvements.

# 16.0.0-beta04

- [changed] Improved error handling logic by minimizing the amount of requests that are unlikely to
succeed.
- [changed] Improved error handling logic by minimizing the amount of requests
that are unlikely to succeed.
- [fixed] Fixed heartbeat reporting.

# 16.0.0-beta03

- [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to [app_check] network
calls.
- [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to
[app_check] network calls.

# 16.0.0-beta02

- [feature] Added
[`getAppCheckToken()`](</docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)>),
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener),
and associated setters and removers for developers to request and observe changes to the
[app_check] token.
and associated setters and removers for developers to request and observe
changes to the [app_check] token.

# 16.0.0-beta01

- [feature] Initial beta release of the [app_check] Debug SDK with abuse reduction features.

- [feature] Initial beta release of the [app_check] Debug SDK with abuse
reduction features.
1 change: 0 additions & 1 deletion appcheck/firebase-appcheck-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Unreleased

34 changes: 20 additions & 14 deletions appcheck/firebase-appcheck-playintegrity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

# 19.1.0

- [fixed] Fixed issue preventing limited use tokens from being correctly generated. (#8204)
- [fixed] Fixed issue preventing limited use tokens from being correctly
generated. (#8204)

# 19.0.2

Expand All @@ -26,7 +27,8 @@

# 19.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or
higher.

# 18.0.0

Expand Down Expand Up @@ -55,25 +57,29 @@

# 16.1.1

- [changed] Migrated [app_check] SDKs to use standard Firebase executors. (GitHub
[#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external} and
- [changed] Migrated [app_check] SDKs to use standard Firebase executors.
(GitHub
[#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
and
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
- [changed] Integrated the [app_check] Play integrity SDK with Firebase components. (GitHub
[#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
- [changed] Moved Task continuations off the main thread. (GitHub
[#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
- [changed] Integrated the [app_check] Play integrity SDK with Firebase
components.
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
- [changed] Moved Task continuations off the main thread.
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})

# 16.1.0

- [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
library.
- [unchanged] Updated to accommodate the release of the updated [app_check]
Kotlin extensions library.

# 16.0.1

- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
- [changed] Updated dependency of `play-services-basement` to its latest version
(v18.1.0).

# 16.0.0

- [feature] Added support for [Play Integrity](https://developer.android.com/google/play/integrity)
as an attestation provider.

- [feature] Added support for
[Play Integrity](https://developer.android.com/google/play/integrity) as an
attestation provider.
8 changes: 4 additions & 4 deletions appcheck/firebase-appcheck-recaptcha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# 19.2.0

- [changed] Initialization now requires the site key to be passed as a parameter. (#8457)
- [changed] Initialization now requires the site key to be passed as a
parameter. (#8457)

# 19.1.0

- [changed] Added warning logs when failing to initialize the reCAPTCHA client or
exchange attestation for a token (#8330)
- [changed] Added warning logs when failing to initialize the reCAPTCHA client
or exchange attestation for a token (#8330)

# 19.0.0

- [feature] Initial release of the Firebase AppCheck reCaptcha SDK
(`firebase-appcheck-recaptcha`)

Loading
Loading