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
3 changes: 1 addition & 2 deletions appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

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

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

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


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

2 changes: 1 addition & 1 deletion appcheck/firebase-appcheck-debug/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.0.1
version=19.0.0
latestReleasedVersion=18.0.0
3 changes: 1 addition & 2 deletions appcheck/firebase-appcheck-playintegrity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

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

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

2 changes: 1 addition & 1 deletion appcheck/firebase-appcheck-playintegrity/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.0.1
version=19.0.0
latestReleasedVersion=18.0.0
6 changes: 3 additions & 3 deletions appcheck/firebase-appcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Unreleased

* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.

# 18.0.0
* [changed] Bump internal dependencies
* [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 @@ -138,4 +139,3 @@ additional updates:
# 16.0.0-beta01
* [feature] Initial beta release of the [app_check] SDK with abuse reduction
features.

2 changes: 1 addition & 1 deletion appcheck/firebase-appcheck/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.0.1
version=19.0.0
latestReleasedVersion=18.0.0
4 changes: 3 additions & 1 deletion firebase-abt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.


# 22.0.0
Expand Down Expand Up @@ -44,4 +47,3 @@

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

2 changes: 1 addition & 1 deletion firebase-abt/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=22.0.1
version=23.0.0
latestReleasedVersion=22.0.0
5 changes: 5 additions & 0 deletions firebase-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.

# 21.0.0
* [fixed] Correctly declare dependency on firebase-components, issue #5732
* [changed] Added extension method `Random.nextAlphanumericString()` (PR #5818)
* [changed] Migrated internal `SharedPreferences` usages to `DataStore`. ([GitHub PR #6801](https://github.com/firebase/firebase-android-sdk/pull/6801){ .external})
Expand Down
2 changes: 1 addition & 1 deletion firebase-common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=21.0.1
version=22.0.0
latestReleasedVersion=21.0.0
android.enableUnitTestBinaryResources=true
2 changes: 1 addition & 1 deletion firebase-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.


# 18.0.1
Expand All @@ -14,4 +15,3 @@ updates.
* [changed] Internal changes to ensure only one interface is provided for
kotlinx.coroutines.CoroutineDispatcher interfaces when both firebase-common and
firebase-common-ktx provide them.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.


# 16.0.0-beta03
Expand Down
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.1
version=16.0.0-beta04
latestReleasedVersion=16.0.0-beta03
2 changes: 1 addition & 1 deletion firebase-components/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=18.0.2
version=19.0.0
latestReleasedVersion=18.0.1
10 changes: 6 additions & 4 deletions firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Unreleased
* [changed] This update introduces improvements to how the SDK handles real-time requests when a
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
* [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
of future quota enforcement, this change is designed to fetch the latest template even when the
of future quota enforcement, this change is designed to fetch the latest template even when the
quota is exhausted.

# 22.1.2
* [fixed] Fixed `NetworkOnMainThreadException` on Android versions below 8 by disconnecting
* [fixed] Fixed `NetworkOnMainThreadException` on Android versions below 8 by disconnecting
`HttpURLConnection` only on API levels 26 and higher. GitHub Issue [#6934]


Expand Down Expand Up @@ -476,4 +479,3 @@ updates.

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

2 changes: 1 addition & 1 deletion 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=22.1.3
version=23.0.0
latestReleasedVersion=22.1.2
android.enableUnitTestBinaryResources=true

4 changes: 3 additions & 1 deletion firebase-database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.


# 21.0.0
Expand Down Expand Up @@ -298,4 +301,3 @@ client from being initialized outside of Android's main thread.

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

2 changes: 1 addition & 1 deletion 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=21.0.1
version=22.0.0
latestReleasedVersion=21.0.0
android.enableUnitTestBinaryResources=true
2 changes: 1 addition & 1 deletion firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.


# 16.0.3
Expand Down Expand Up @@ -93,4 +94,3 @@
([#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))

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=16.0.4
version=17.0.0
latestReleasedVersion=16.0.3
3 changes: 3 additions & 0 deletions firebase-datatransport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

# 19.0.0
* [changed] Bump internal dependencies.

# 18.2.0
Expand Down
2 changes: 1 addition & 1 deletion firebase-datatransport/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=19.0.1
version=20.0.0
latestReleasedVersion=19.0.0
android.enableUnitTestBinaryResources=true
4 changes: 3 additions & 1 deletion firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
* [fixed] Further improved performance of UTF-8 string ordering logic,
which had degraded in v25.1.2 and received some improvements in v25.1.3.
[#7053](//github.com/firebase/firebase-android-sdk/issues/7053)
Expand Down Expand Up @@ -974,4 +977,3 @@ updates.
or
[`FieldValue.serverTimestamp()`](/docs/reference/android/com/google/firebase/firestore/FieldValue.html#serverTimestamp())
values.

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=25.1.5
version=26.0.0
latestReleasedVersion=25.1.4
4 changes: 3 additions & 1 deletion firebase-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.


# 21.2.1
Expand Down Expand Up @@ -244,4 +247,3 @@ 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).

2 changes: 1 addition & 1 deletion firebase-functions/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=21.2.2
version=22.0.0
latestReleasedVersion=21.2.1
android.enableUnitTestBinaryResources=true
4 changes: 3 additions & 1 deletion firebase-inappmessaging-display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.


# 21.0.2
Expand Down Expand Up @@ -358,4 +361,3 @@ 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).

2 changes: 1 addition & 1 deletion firebase-inappmessaging-display/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.0.3
version=22.0.0
latestReleasedVersion=21.0.2
4 changes: 3 additions & 1 deletion firebase-inappmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.


# 21.0.2
Expand Down Expand Up @@ -357,4 +360,3 @@ additional updates.

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

2 changes: 1 addition & 1 deletion firebase-inappmessaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.0.3
version=22.0.0
latestReleasedVersion=21.0.2
6 changes: 4 additions & 2 deletions firebase-installations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.


# 18.0.0
Expand Down Expand Up @@ -31,11 +34,10 @@ updates.
* [changed] Internal changes to improve startup time

# 17.1.2
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an issue that was
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an issue that was
causing a nondeterministic crash on startup.

# 17.1.0
* [changed] Internal changes to ensure functionality alignment with other
SDK releases. For more details, refer to the
[Firebase Instance ID v21.1.0 release notes](/support/release-notes/android#iid_v21-1-0).

2 changes: 1 addition & 1 deletion firebase-installations/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.0.1
version=19.0.0
latestReleasedVersion=18.0.0
2 changes: 1 addition & 1 deletion firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.


# 24.1.2
Expand Down Expand Up @@ -138,4 +139,3 @@ A fix for this issue was released on July 08, 2020
and supports receiving FCM messages in Direct Boot mode. See
[Receive FCM messages in direct boot mode](/docs/cloud-messaging/android/receive#receive_fcm_messages_in_direct_boot_mode)
for more information.

2 changes: 1 addition & 1 deletion firebase-messaging-directboot/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.1.3
version=25.0.0
latestReleasedVersion=24.1.2
android.enableUnitTestBinaryResources=true
6 changes: 4 additions & 2 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.


# 24.1.2
* [changed] Added a NamedThreadFactory to WithinAppServiceConnection's service
* [changed] Added a NamedThreadFactory to WithinAppServiceConnection's service
connection Executor.


Expand Down Expand Up @@ -519,4 +522,3 @@ released on [March 03, 2020](/support/release-notes/android#2020-03-03).
now return a
[`Task`](/docs/reference/android/com/google/android/gms/tasks/Task) that can
be used to see when the request has completed.

2 changes: 1 addition & 1 deletion firebase-messaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.1.3
version=25.0.0
latestReleasedVersion=24.1.2
android.enableUnitTestBinaryResources=true
6 changes: 4 additions & 2 deletions firebase-ml-modeldownloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.


# 25.0.1
Expand Down Expand Up @@ -30,7 +33,7 @@ The Kotlin extensions library transitively includes the updated
updates.

# 24.2.2
* [fixed] Fixed `SecurityException` where the `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag should be
* [fixed] Fixed `SecurityException` where the `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag should be
specified when registerReceiver is being used. [#5597](https://github.com/firebase/firebase-android-sdk/pull/5597)


Expand Down Expand Up @@ -196,4 +199,3 @@ runtime.
capabilities.
* [feature] Added ability to get the model download ID, which allows progress
tracking of file downloads.

2 changes: 1 addition & 1 deletion firebase-ml-modeldownloader/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=25.0.2
version=26.0.0
latestReleasedVersion=25.0.1
4 changes: 3 additions & 1 deletion firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.


# 21.0.5
Expand Down Expand Up @@ -435,4 +438,3 @@ updates.

# 16.1.0
* [fixed] Fixed a `SecurityException` crash on certain devices that do not have Google Play Services on them.

2 changes: 1 addition & 1 deletion firebase-perf/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#

version=21.0.6
version=22.0.0
latestReleasedVersion=21.0.5
android.enableUnitTestBinaryResources=true

Loading
Loading