Skip to content

Commit 40ef7bf

Browse files
author
David Motsonashvili
committed
format
1 parent 16e0377 commit 40ef7bf

File tree

26 files changed

+2090
-1401
lines changed

26 files changed

+2090
-1401
lines changed

agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@ After you make a change, here's the flow you should follow:
194194
## Updating this Guide
195195

196196
If new patterns or conventions are discovered, update this guide to ensure it remains a useful
197-
resource.
197+
resource.
Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,82 @@
11
# Unreleased
22

3-
43
# 19.0.1
5-
* [changed] Bumped internal dependencies.
4+
5+
- [changed] Bumped internal dependencies.
66

77
# 19.0.0
8-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
8+
9+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
910

1011
# 18.0.0
11-
* [changed] Bump internal dependencies
12+
13+
- [changed] Bump internal dependencies
1214

1315
# 17.1.2
14-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
16+
17+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1518

1619
# 17.1.1
17-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
20+
21+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1822

1923
# 17.1.0
20-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
24+
25+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2126

2227
# 17.0.0
23-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
28+
29+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2430

2531
# 16.1.2
26-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
32+
33+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2734

2835
# 16.1.1
29-
* [changed] Integrated the [app_check] Debug Testing SDK with Firebase components. (GitHub
36+
37+
- [changed] Integrated the [app_check] Debug Testing SDK with Firebase components. (GitHub
3038
[#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
3139

3240
# 16.1.0
33-
* [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
41+
42+
- [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
3443
library.
3544

3645
# 16.0.1
37-
* [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
46+
47+
- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
3848

3949
# 16.0.0
40-
* [changed] [app_check] has exited beta and is now generally available for use.
50+
51+
- [changed] [app_check] has exited beta and is now generally available for use.
4152

4253
# 16.0.0-beta06
43-
* [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom provider.
54+
55+
- [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom provider.
4456

4557
# 16.0.0-beta05
46-
* [changed] Internal improvements.
58+
59+
- [changed] Internal improvements.
4760

4861
# 16.0.0-beta04
49-
* [changed] Improved error handling logic by minimizing the amount of requests that are unlikely to
62+
63+
- [changed] Improved error handling logic by minimizing the amount of requests that are unlikely to
5064
succeed.
51-
* [fixed] Fixed heartbeat reporting.
65+
- [fixed] Fixed heartbeat reporting.
5266

5367
# 16.0.0-beta03
54-
* [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to [app_check] network
68+
69+
- [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to [app_check] network
5570
calls.
5671

5772
# 16.0.0-beta02
58-
* [feature] Added
73+
74+
- [feature] Added
5975
[`getAppCheckToken()`](</docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)>),
6076
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener),
6177
and associated setters and removers for developers to request and observe changes to the
6278
[app_check] token.
6379

6480
# 16.0.0-beta01
65-
* [feature] Initial beta release of the [app_check] Debug Testing SDK with abuse reduction features.
6681

82+
- [feature] Initial beta release of the [app_check] Debug Testing SDK with abuse reduction features.
Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,87 @@
11
# Unreleased
22

3-
43
# 19.0.1
5-
* [changed] Bumped internal dependencies.
4+
5+
- [changed] Bumped internal dependencies.
66

77
# 19.0.0
8-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
8+
9+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
910

1011
# 18.0.0
11-
* [changed] Bump internal dependencies
12+
13+
- [changed] Bump internal dependencies
1214

1315
# 17.1.2
14-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
16+
17+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1518

1619
# 17.1.1
17-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
20+
21+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1822

1923
# 17.1.0
20-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
24+
25+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2126

2227
# 17.0.0
23-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
28+
29+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2430

2531
# 16.1.2
26-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
32+
33+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2734

2835
# 16.1.1
29-
* [changed] Migrated [app_check] SDKs to use standard Firebase executors. (GitHub
36+
37+
- [changed] Migrated [app_check] SDKs to use standard Firebase executors. (GitHub
3038
[#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external} and
3139
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
32-
* [changed] Integrated the [app_check] Debug SDK with Firebase components. (GitHub
40+
- [changed] Integrated the [app_check] Debug SDK with Firebase components. (GitHub
3341
[#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
34-
* [changed] Moved Task continuations off the main thread. (GitHub
42+
- [changed] Moved Task continuations off the main thread. (GitHub
3543
[#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
3644

3745
# 16.1.0
38-
* [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
46+
47+
- [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
3948
library.
4049

4150
# 16.0.1
42-
* [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
51+
52+
- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
4353

4454
# 16.0.0
45-
* [changed] [app_check] has exited beta and is now generally available for use.
55+
56+
- [changed] [app_check] has exited beta and is now generally available for use.
4657

4758
# 16.0.0-beta06
48-
* [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom provider.
59+
60+
- [fixed] Fixed a bug in the [app_check] token refresh flow when using a custom provider.
4961

5062
# 16.0.0-beta05
51-
* [changed] Internal improvements.
63+
64+
- [changed] Internal improvements.
5265

5366
# 16.0.0-beta04
54-
* [changed] Improved error handling logic by minimizing the amount of requests that are unlikely to
67+
68+
- [changed] Improved error handling logic by minimizing the amount of requests that are unlikely to
5569
succeed.
56-
* [fixed] Fixed heartbeat reporting.
70+
- [fixed] Fixed heartbeat reporting.
5771

5872
# 16.0.0-beta03
59-
* [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to [app_check] network
73+
74+
- [changed] Added `X-Android-Package` and `X-Android-Cert` request headers to [app_check] network
6075
calls.
6176

6277
# 16.0.0-beta02
63-
* [feature] Added
78+
79+
- [feature] Added
6480
[`getAppCheckToken()`](</docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getAppCheckToken(boolean)>),
6581
[`AppCheckTokenListener`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck.AppCheckListener),
6682
and associated setters and removers for developers to request and observe changes to the
6783
[app_check] token.
6884

6985
# 16.0.0-beta01
70-
* [feature] Initial beta release of the [app_check] Debug SDK with abuse reduction features.
7186

87+
- [feature] Initial beta release of the [app_check] Debug SDK with abuse reduction features.
Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,58 @@
11
# Unreleased
22

3-
43
# 19.0.1
5-
* [changed] Bumped internal dependencies.
4+
5+
- [changed] Bumped internal dependencies.
66

77
# 19.0.0
8-
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
8+
9+
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
910

1011
# 18.0.0
11-
* [changed] Bump internal dependencies
12+
13+
- [changed] Bump internal dependencies
1214

1315
# 17.1.2
14-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
16+
17+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
1518

1619
# 17.1.1
17-
* [fixed] Fixed client-side throttling in Play Integrity flows.
18-
* [changed] Bumped Play Integrity API Library dependency version.
20+
21+
- [fixed] Fixed client-side throttling in Play Integrity flows.
22+
- [changed] Bumped Play Integrity API Library dependency version.
1923

2024
# 17.1.0
21-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
25+
26+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2227

2328
# 17.0.0
24-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
29+
30+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2531

2632
# 16.1.2
27-
* [unchanged] Updated to keep [app_check] SDK versions aligned.
33+
34+
- [unchanged] Updated to keep [app_check] SDK versions aligned.
2835

2936
# 16.1.1
30-
* [changed] Migrated [app_check] SDKs to use standard Firebase executors. (GitHub
37+
38+
- [changed] Migrated [app_check] SDKs to use standard Firebase executors. (GitHub
3139
[#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external} and
3240
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
33-
* [changed] Integrated the [app_check] Play integrity SDK with Firebase components. (GitHub
41+
- [changed] Integrated the [app_check] Play integrity SDK with Firebase components. (GitHub
3442
[#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
35-
* [changed] Moved Task continuations off the main thread. (GitHub
43+
- [changed] Moved Task continuations off the main thread. (GitHub
3644
[#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
3745

3846
# 16.1.0
39-
* [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
47+
48+
- [unchanged] Updated to accommodate the release of the updated [app_check] Kotlin extensions
4049
library.
4150

4251
# 16.0.1
43-
* [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
52+
53+
- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
4454

4555
# 16.0.0
46-
* [feature] Added support for [Play Integrity](https://developer.android.com/google/play/integrity)
47-
as an attestation provider.
4856

57+
- [feature] Added support for [Play Integrity](https://developer.android.com/google/play/integrity)
58+
as an attestation provider.

0 commit comments

Comments
 (0)