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: 4 additions & 0 deletions appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 19.0.0
* [unchanged] Updated to keep [app_check] SDK versions aligned.

# 18.0.0
Expand Down Expand Up @@ -61,3 +64,4 @@
# 16.0.0-beta01
* [feature] Initial beta release of the [app_check] Debug Testing SDK with
abuse reduction features.

4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck-debug-testing/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.0.0
latestReleasedVersion=18.0.0
version=19.0.1
latestReleasedVersion=19.0.0
5 changes: 4 additions & 1 deletion appcheck/firebase-appcheck-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Unreleased
* [unchanged] Updated to keep [app_check] SDK versions aligned.


# 19.0.0
* [unchanged] Updated to keep [app_check] SDK versions aligned.

# 18.0.0
* [changed] Bump internal dependencies

Expand Down Expand Up @@ -67,3 +69,4 @@
# 16.0.0-beta01
* [feature] Initial beta release of the [app_check] Debug SDK with abuse
reduction features.

4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck-debug/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.0.0
latestReleasedVersion=18.0.0
version=19.0.1
latestReleasedVersion=19.0.0
4 changes: 4 additions & 0 deletions appcheck/firebase-appcheck-playintegrity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


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

# 18.0.0
Expand Down Expand Up @@ -43,3 +46,4 @@
* [feature] Added support for
[Play Integrity](https://developer.android.com/google/play/integrity) as an
attestation provider.

4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck-playintegrity/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.0.0
latestReleasedVersion=18.0.0
version=19.0.1
latestReleasedVersion=19.0.0
5 changes: 5 additions & 0 deletions appcheck/firebase-appcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 19.0.0
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
Expand All @@ -10,6 +13,7 @@
* [changed] Internal support for `SafetyNet` has been dropped, as the [SafetyNet Attestation API
has been deprecated.](https://developer.android.com/privacy-and-security/safetynet/deprecation-timeline#safetynet_attestation_deprecation_timeline)


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-appcheck` library. The Kotlin extensions library has no additional
Expand Down Expand Up @@ -141,3 +145,4 @@ additional updates:
# 16.0.0-beta01
* [feature] Initial beta release of the [app_check] SDK with abuse reduction
features.

4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=19.0.0
latestReleasedVersion=18.0.0
version=19.0.1
latestReleasedVersion=19.0.0
5 changes: 4 additions & 1 deletion firebase-abt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Unreleased


# 23.0.0
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
from the main module. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).


# 22.0.0
* [changed] Bump internal dependencies

Expand Down Expand Up @@ -49,3 +51,4 @@

# 17.1.0
* [changed] Updated API to support the latest [remote_config] update.

4 changes: 2 additions & 2 deletions firebase-abt/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=23.0.0
latestReleasedVersion=22.0.0
version=23.0.1
latestReleasedVersion=23.0.0
4 changes: 4 additions & 0 deletions firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 17.0.0
* [feature] Added support for configuring the "thinking" budget when using Gemini
2.5 series models. (#6990)
* [feature] **Breaking Change**: Add support for Grounding with Google Search (#7042).
Expand Down Expand Up @@ -39,3 +42,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=17.0.0
latestReleasedVersion=16.2.0
version=17.0.1
latestReleasedVersion=17.0.0
5 changes: 4 additions & 1 deletion firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Unreleased


# 16.0.0-beta16
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
from the main module. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).


# 16.0.0-beta15
* [unchanged] Updated to accommodate the release of the updated
[appdistro] library.
Expand Down Expand Up @@ -162,3 +164,4 @@ API-only library: `firebase-appdistribution-api-ktx`.
This new Kotlin extensions library transitively includes the
`firebase-appdistribution-api` library. The Kotlin extensions library has no
additional updates.

4 changes: 2 additions & 2 deletions firebase-appdistribution-api/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.0.0-beta16
latestReleasedVersion=16.0.0-beta15
version=16.0.0-beta17
latestReleasedVersion=16.0.0-beta16
4 changes: 4 additions & 0 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


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

# 16.0.0-beta15
Expand Down Expand Up @@ -85,3 +88,4 @@ The [appdistro] Android library with Kotlin extensions is now available in
beta. The Kotlin extensions library transitively includes the base
`firebase-app-distribution` library. To learn more, visit the
[[appdistro] KTX reference documentation](/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary).

4 changes: 2 additions & 2 deletions firebase-appdistribution/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.0.0-beta16
latestReleasedVersion=16.0.0-beta15
version=16.0.0-beta17
latestReleasedVersion=16.0.0-beta16
4 changes: 4 additions & 0 deletions firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 23.0.0
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] This update introduces improvements to how the SDK handles real-time requests when a
Firebase project has exceeded its available quota for real-time services. Released in anticipation
Expand Down Expand Up @@ -481,3 +484,4 @@ updates.

# 16.1.0
* [fixed] Bug fixes and internal improvements to support Firebase Performance Monitoring features.

4 changes: 2 additions & 2 deletions firebase-config/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

version=23.0.0
latestReleasedVersion=22.1.2
version=23.0.1
latestReleasedVersion=23.0.0
android.enableUnitTestBinaryResources=true

4 changes: 4 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


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

# 19.4.4
Expand Down Expand Up @@ -256,3 +259,4 @@ change. The following release notes describe changes in the new SDK.
uploading symbol files to [crashlytics] servers. See the
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
for more information.

4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=20.0.0
latestReleasedVersion=19.4.4
version=20.0.1
latestReleasedVersion=20.0.0
5 changes: 4 additions & 1 deletion firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Unreleased


# 20.0.0
* [changed] **Breaking Change**: Removed deprecated public constructor `KeyValueBuilder(crashlytics: FirebaseCrashlytics)`
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
from the main module. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).


# 19.4.4
* [fixed] Fixed more strict mode violations

Expand Down Expand Up @@ -700,3 +702,4 @@ The following release notes describe changes in the new SDK.
from your `AndroidManifest.xml` file.
* [removed] The `fabric.properties` and `crashlytics.properties` files are no
longer supported. Remove them from your app.

4 changes: 2 additions & 2 deletions firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=20.0.0
latestReleasedVersion=19.4.4
version=20.0.1
latestReleasedVersion=20.0.0
5 changes: 4 additions & 1 deletion firebase-database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Unreleased


# 22.0.0
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
from the main module. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).


# 21.0.0
* [changed] Bump internal dependencies

Expand Down Expand Up @@ -303,3 +305,4 @@ client from being initialized outside of Android's main thread.

# 16.0.1
* [changed] Added `Nullability` annotations to all public API classes/methods.

4 changes: 2 additions & 2 deletions firebase-database/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=22.0.0
latestReleasedVersion=21.0.0
version=22.0.1
latestReleasedVersion=22.0.0
android.enableUnitTestBinaryResources=true
5 changes: 4 additions & 1 deletion firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Unreleased


# 17.0.0
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] Removed superfluous and noisy debug logging of operation variables.


# 16.0.3
* [fixed] Fixed occasional `NullPointerException` when registering with
FirebaseAuth, leading to erroneous UNAUTHENTICATED exceptions.
Expand Down Expand Up @@ -95,3 +97,4 @@
([#6299](https://github.com/firebase/firebase-android-sdk/pull/6299))
* [changed] Added `equals` and `hashCode` methods to `GeneratedConnector`.
([#6177](https://github.com/firebase/firebase-android-sdk/pull/6177))

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=17.0.0
latestReleasedVersion=16.0.3
version=17.0.1
latestReleasedVersion=17.0.0
4 changes: 4 additions & 0 deletions firebase-datatransport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Unreleased


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

# 19.0.0
* [changed] Bump internal dependencies.

# 18.2.0
* [feature] Expose the transport factory as a qualified dependency based on the endpoint connected.

4 changes: 2 additions & 2 deletions firebase-datatransport/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=20.0.0
latestReleasedVersion=19.0.0
version=20.0.1
latestReleasedVersion=20.0.0
android.enableUnitTestBinaryResources=true
5 changes: 4 additions & 1 deletion firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 26.0.0
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
Expand All @@ -11,7 +14,6 @@
classes instead of Firestore's bespoke implementations.
[#7109](//github.com/firebase/firebase-android-sdk/pull/7109)


# 25.1.4
* [fixed] Fixed the `null` value handling in `whereNotEqualTo` and `whereNotIn` filters.
* [fixed] Catch exception when stream is already cancelled during close. [#6894](//github.com/firebase/firebase-android-sdk/pull/6894)
Expand Down Expand Up @@ -979,3 +981,4 @@ updates.
or
[`FieldValue.serverTimestamp()`](/docs/reference/android/com/google/firebase/firestore/FieldValue.html#serverTimestamp())
values.

4 changes: 2 additions & 2 deletions firebase-firestore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=26.0.0
latestReleasedVersion=25.1.4
version=26.0.1
latestReleasedVersion=26.0.0
5 changes: 4 additions & 1 deletion firebase-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Unreleased


# 22.0.0
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
from the main module. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).


# 21.2.1
* [fixed] Fixed issue that caused the SDK to crash when trying to stream a function that does not exist.

Expand Down Expand Up @@ -249,3 +251,4 @@ updates.
optional region to override the default "us-central1".
* [feature] New `useFunctionsEmulator` method allows testing against a local
instance of the [Cloud Functions Emulator](https://firebase.google.com/docs/functions/local-emulator).

4 changes: 2 additions & 2 deletions firebase-functions/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=22.0.0
latestReleasedVersion=21.2.1
version=22.0.1
latestReleasedVersion=22.0.0
android.enableUnitTestBinaryResources=true
5 changes: 4 additions & 1 deletion firebase-inappmessaging-display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Unreleased


# 22.0.0
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
from the main module. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).


# 21.0.2
* [changed] Updated `protolite-well-known-types` dependency to `18.0.1`. [#6716]

Expand Down Expand Up @@ -363,3 +365,4 @@ additional updates.

# 17.0.0
* [feature] The initial public beta release of the Firebase In-App Messaging Display SDK for Android is now available. To learn more, see the [Firebase In-App Messaging documentation](/docs/in-app-messaging).

4 changes: 2 additions & 2 deletions firebase-inappmessaging-display/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=22.0.0
latestReleasedVersion=21.0.2
version=22.0.1
latestReleasedVersion=22.0.0
Loading
Loading