Skip to content

Commit 9e7023d

Browse files
committed
Merge branch 'master' into mila/BloomFilter
2 parents 3862731 + 0c1240e commit 9e7023d

File tree

50 files changed

+351
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+351
-272
lines changed

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

Lines changed: 3 additions & 0 deletions
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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.1.1
2-
latestReleasedVersion=16.1.0
1+
version=16.1.2
2+
latestReleasedVersion=16.1.1

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.1.1
2-
latestReleasedVersion=16.1.0
1+
version=16.1.2
2+
latestReleasedVersion=16.1.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.1.1
2-
latestReleasedVersion=16.1.0
1+
version=16.1.2
2+
latestReleasedVersion=16.1.1

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.1.1
2-
latestReleasedVersion=16.1.0
1+
version=16.1.2
2+
latestReleasedVersion=16.1.1

appcheck/firebase-appcheck-safetynet/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.1.1
2-
latestReleasedVersion=16.1.0
1+
version=16.1.2
2+
latestReleasedVersion=16.1.1

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

Lines changed: 6 additions & 0 deletions
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;

0 commit comments

Comments
 (0)