Skip to content

Commit 7064085

Browse files
authored
Merge 286a332 into 6071e9d
2 parents 6071e9d + 286a332 commit 7064085

File tree

6 files changed

+21
-0
lines changed

6 files changed

+21
-0
lines changed

appcheck/firebase-appcheck-debug-testing/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
3+
4+
# 16.1.1
25
* [changed] Integrated the [app_check] Debug Testing SDK with Firebase Components. (#4436)
36

47
# 16.1.0

appcheck/firebase-appcheck-debug/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
3+
4+
# 16.1.1
25
* [changed] Migrated [app_check] SDKs to use standard Firebase executors. (#4431, #4449)
36
* [changed] Integrated the [app_check] Debug SDK with Firebase Components. (#4436)
47
* [changed] Moved Task continuations off the main thread. (#4453)

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
3+
4+
# 16.1.1
25
* [changed] Migrated [app_check] SDKs to use standard Firebase executors. (#4431, #4449)
36
* [changed] Integrated the [app_check] Play Integrity SDK with Firebase Components. (#4436)
47
* [changed] Moved Task continuations off the main thread. (#4453)

appcheck/firebase-appcheck-safetynet/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
* [deprecated] Added deprecation tagging to the `SafetyNetAppCheckProviderFactory` class. (#4686)
3+
4+
# 16.1.1
25
* [changed] Migrated [app_check] SDKs to use standard Firebase executors. (#4431, #4449)
36
* [changed] Integrated the [app_check] SafetyNet SDK with Firebase Components. (#4436)
47
* [changed] Moved Task continuations off the main thread. (#4453)

appcheck/firebase-appcheck-safetynet/src/main/java/com/google/firebase/appcheck/safetynet/SafetyNetAppCheckProviderFactory.java

+6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
/**
2424
* Implementation of an {@link AppCheckProviderFactory} that builds {@link
2525
* SafetyNetAppCheckProvider}s. This is the default implementation.
26+
*
27+
* @deprecated Use {@code PlayIntegrityAppCheckProviderFactory} instead.
2628
*/
29+
@Deprecated
2730
public class SafetyNetAppCheckProviderFactory implements AppCheckProviderFactory {
2831

2932
private static final SafetyNetAppCheckProviderFactory instance =
@@ -34,7 +37,10 @@ private SafetyNetAppCheckProviderFactory() {}
3437
/**
3538
* Gets an instance of this class for installation into a {@link
3639
* com.google.firebase.appcheck.FirebaseAppCheck} instance.
40+
*
41+
* @deprecated Use {@code PlayIntegrityAppCheckProviderFactory#getInstance} instead.
3742
*/
43+
@Deprecated
3844
@NonNull
3945
public static SafetyNetAppCheckProviderFactory getInstance() {
4046
return instance;

appcheck/firebase-appcheck/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
3+
4+
# 16.1.1
25
* [changed] Migrated [app_check] SDKs to use standard Firebase executors. (#4431, #4449)
36
* [changed] Moved Task continuations off the main thread. (#4453)
47

0 commit comments

Comments
 (0)