Skip to content

Commit

Permalink
m138 mergeback (#5444)
Browse files Browse the repository at this point in the history
Auto-generated PR for cleaning up release m138

NO_RELEASE_CHANGE

---------

Co-authored-by: daymxn <daymxn@users.noreply.github.com>
Co-authored-by: winay39 <vguthal109@gmail.com>
  • Loading branch information
3 people authored Oct 19, 2023
1 parent af35bf2 commit 7932756
Show file tree
Hide file tree
Showing 54 changed files with 206 additions and 123 deletions.
6 changes: 4 additions & 2 deletions appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased


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

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

Expand Down Expand Up @@ -34,7 +37,6 @@
# 16.0.0-beta04
* [changed] Improved error handling logic by minimizing the amount of requests
that are unlikely to succeed.

* [fixed] Fixed heartbeat reporting.

# 16.0.0-beta03
Expand Down
8 changes: 4 additions & 4 deletions appcheck/firebase-appcheck-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased


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

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

Expand All @@ -12,10 +15,8 @@
(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})

Expand All @@ -41,7 +42,6 @@
# 16.0.0-beta04
* [changed] Improved error handling logic by minimizing the amount of requests
that are unlikely to succeed.

* [fixed] Fixed heartbeat reporting.

# 16.0.0-beta03
Expand Down
5 changes: 2 additions & 3 deletions appcheck/firebase-appcheck-playintegrity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* [fixed] Fixed client-side throttling in Play Integrity flows.
* [changed] Bumped Play Integrity API Library dependency version.

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

# 17.0.0
Expand All @@ -15,11 +16,9 @@
(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})

Expand All @@ -30,7 +29,7 @@
# 16.0.1
* [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
Expand Down
12 changes: 7 additions & 5 deletions appcheck/firebase-appcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Unreleased
* [fixed] Fixed a bug causing internal tests to depend directly on `firebase-common`.

* [fixed] Fixed client-side throttling in Play Integrity flows.

# 17.1.0
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-appcheck-ktx`
to `com.google.firebase:firebase-appcheck` under the `com.google.firebase.appcheck` package.
For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)

* [deprecated] All the APIs from `com.google.firebase:firebase-appcheck-ktx` have been added to
`com.google.firebase:firebase-appcheck` under the `com.google.firebase.appcheck` package,
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-appcheck-ktx` are
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-appcheck` library. The Kotlin extensions library has no additional
updates.

# 17.0.1
* [changed] Internal updates to allow Firebase SDKs to obtain limited-use tokens.

Expand Down Expand Up @@ -41,7 +46,6 @@ updates.
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
and
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})

* [changed] Moved Task continuations off the main thread.
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})

Expand Down Expand Up @@ -76,7 +80,6 @@ additional updates:
# 16.0.0
* [changed] [app_check] has exited beta and is now generally available for
use.

* [feature] Added support for
[Play Integrity](https://developer.android.com/google/play/integrity) as an
attestation provider.
Expand All @@ -91,7 +94,6 @@ additional updates:
# 16.0.0-beta04
* [changed] Improved error handling logic by minimizing the amount of requests
that are unlikely to succeed.

* [fixed] Fixed heartbeat reporting.

# 16.0.0-beta03
Expand Down
4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck/firebase-appcheck.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-base:18.0.1'
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
implementation 'com.google.firebase:firebase-annotations:16.2.0'
implementation project(':appcheck:firebase-appcheck-interop')
implementation "com.google.firebase:firebase-appcheck-interop:17.1.0"
implementation project(path: ':appcheck:firebase-appcheck-interop')
api("com.google.firebase:firebase-common:20.4.2")
implementation("com.google.firebase:firebase-common-ktx:20.4.2")
Expand All @@ -81,4 +81,4 @@ dependencies {
exclude group: 'com.google.firebase', module: 'firebase-common'
exclude group: 'com.google.firebase', module: 'firebase-components'
}
}
}
13 changes: 12 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-beta11
* [changed] Added Kotlin extensions (KTX) APIs from
`com.google.firebase:firebase-appdistribution-api-ktx`
to `com.google.firebase:firebase-appdistribution-api` under the
`com.google.firebase.appdistribution` package.
For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)

* [deprecated] All the APIs from `com.google.firebase:firebase-appdistribution-api-ktx` have been
added to
`com.google.firebase:firebase-appdistribution-api` under the
Expand All @@ -15,9 +17,16 @@
see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-appdistribution-api` library. The Kotlin extensions library has no additional
updates.

# 16.0.0-beta09
* [feature] Improved development mode to allow all API calls to be made without having to sign in.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-appdistribution-api` library. The Kotlin extensions library has no
Expand All @@ -27,6 +36,7 @@ additional updates.
* [fixed] Fixed an issue where a crash happened whenever a feedback
notification was shown on devices running Android 4.4 and lower.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-appdistribution-api` library. The Kotlin extensions library has no
Expand All @@ -36,6 +46,7 @@ additional updates.
* [feature] Added support for testers to attach JPEG screenshots to their
feedback.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-appdistribution-api` library. The Kotlin extensions library has no
Expand Down
2 changes: 1 addition & 1 deletion 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-beta11
version=16.0.0-beta12
latestReleasedVersion=16.0.0-beta10
2 changes: 1 addition & 1 deletion firebase-appdistribution/firebase-appdistribution.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ thirdPartyLicenses {
}

dependencies {
implementation(project(':firebase-appdistribution-api')) {
implementation("com.google.firebase:firebase-appdistribution-api:16.0.0-beta11") {
exclude group: 'com.google.firebase', module: 'firebase-common'
exclude group: 'com.google.firebase', module: 'firebase-components'
}
Expand Down
2 changes: 1 addition & 1 deletion 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-beta11
version=16.0.0-beta12
latestReleasedVersion=16.0.0-beta10
9 changes: 8 additions & 1 deletion firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Unreleased


# 21.5.0
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-config-ktx`
to `com.google.firebase:firebase-config` under the `com.google.firebase.remoteconfig` package.
For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)

* [deprecated] All the APIs from `com.google.firebase:firebase-config-ktx` have been added to
`com.google.firebase:firebase-config` under the `com.google.firebase.remoteconfig` package,
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-config-ktx` are
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-config` library. The Kotlin extensions library has no additional
updates.

# 21.4.1
* [changed] Internal improvements to support Remote Config real-time updates.

Expand Down
6 changes: 3 additions & 3 deletions firebase-config/firebase-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ dependencies {
}
implementation("com.google.firebase:firebase-common:20.4.2")
implementation("com.google.firebase:firebase-common-ktx:20.4.2")
implementation("com.google.firebase:firebase-components:17.1.5")
implementation(project(":firebase-installations"))
implementation("com.google.firebase:firebase-components:17.1.3")
implementation("com.google.firebase:firebase-installations:17.2.0")
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
testImplementation "androidx.test:core:$androidxTestCoreVersion"
testImplementation "org.robolectric:robolectric:$robolectricVersion"
Expand All @@ -88,4 +88,4 @@ dependencies {
testImplementation 'com.google.truth:truth:0.44'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.25.0'
}
}
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=21.5.0
version=21.5.1
latestReleasedVersion=21.4.1
android.enableUnitTestBinaryResources=true

4 changes: 2 additions & 2 deletions firebase-config/ktx/ktx.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
api("com.google.firebase:firebase-common-ktx:20.4.2")
implementation("com.google.firebase:firebase-components:17.1.5")
api(project(":firebase-config"))
api(project(":firebase-installations"))
api("com.google.firebase:firebase-installations:17.2.0")
implementation 'com.google.firebase:firebase-installations-interop:17.1.0'
implementation('com.google.firebase:firebase-abt:21.1.1') {
exclude group: 'com.google.firebase', module: 'firebase-common'
Expand All @@ -58,4 +58,4 @@ dependencies {
testImplementation "org.robolectric:robolectric:$robolectricVersion"
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.25.0'
}
}
3 changes: 3 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased


# 18.5.0
* [changed] Updated `firebase-crashlytics` dependency to v18.4.3

# 18.4.3
Expand Down
2 changes: 1 addition & 1 deletion firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.5.0
version=18.5.1
latestReleasedVersion=18.4.3
9 changes: 8 additions & 1 deletion firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Unreleased


# 18.5.0
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-crashlytics-ktx`
to `com.google.firebase:firebase-crashlytics` under the `com.google.firebase.crashlytics` package.
For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration)

* [deprecated] All the APIs from `com.google.firebase:firebase-crashlytics-ktx` have been added to
`com.google.firebase:firebase-crashlytics` under the `com.google.firebase.crashlytics` package,
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-crashlytics-ktx` are
Expand All @@ -13,6 +15,11 @@
* [fixed] Fixed Flutter and Unity on-demand fatal `setUserIdentifier` behaviour. Github
[#10759](https://github.com/firebase/flutterfire/issues/10759)

## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-crashlytics` library. The Kotlin extensions library has no additional
updates.

# 18.4.3
* [fixed] Disabled `GradleMetadataPublishing` to fix breakage of the Kotlin extensions library. [#5337]

Expand Down
8 changes: 4 additions & 4 deletions firebase-crashlytics/firebase-crashlytics.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ dependencies {
implementation(libs.androidx.annotation)
implementation("com.google.firebase:firebase-common:20.4.2")
implementation("com.google.firebase:firebase-common-ktx:20.4.2")
implementation("com.google.firebase:firebase-components:17.1.5")
implementation(project(":firebase-installations"))
implementation(project(':firebase-sessions')) {
implementation("com.google.firebase:firebase-components:17.1.3")
implementation("com.google.firebase:firebase-installations:17.2.0")
implementation("com.google.firebase:firebase-sessions:1.1.0") {
exclude group: 'com.google.firebase', module: 'firebase-common'
exclude group: 'com.google.firebase', module: 'firebase-components'
}
Expand All @@ -102,4 +102,4 @@ dependencies {
testImplementation 'androidx.test:runner:1.4.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.4.3'
}
}
2 changes: 1 addition & 1 deletion firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.5.0
version=18.5.1
latestReleasedVersion=18.4.3
Loading

0 comments on commit 7932756

Please sign in to comment.