Skip to content

Commit 6f4bd49

Browse files
committed
Update data to include latest releases
1 parent 98c07c6 commit 6f4bd49

File tree

22 files changed

+537
-11
lines changed

22 files changed

+537
-11
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 16.1.0
4+
* [unchanged] Updated to accommodate the release of the updated
5+
[app_check] Kotlin extensions library.
6+
37
# 16.0.1
48
* [changed] Updated dependency of `play-services-basement` to its latest
59
version (v18.1.0).

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 16.1.0
4+
* [unchanged] Updated to accommodate the release of the updated
5+
[app_check] Kotlin extensions library.
6+
37
# 16.0.1
48
* [changed] Updated dependency of `play-services-basement` to its latest
59
version (v18.1.0).

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Unreleased
22

3+
# 16.1.0
4+
* [unchanged] Updated to accommodate the release of the updated
5+
[app_check] Kotlin extensions library.
6+
37
# 16.0.1
48
* [changed] Updated dependency of `play-services-basement` to its latest
59
version (v18.1.0).
6-
10+
711
# 16.0.0
812
* [feature] Added support for
913
[Play Integrity](https://developer.android.com/google/play/integrity) as an

appcheck/firebase-appcheck-safetynet/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 16.1.0
4+
* [unchanged] Updated to accommodate the release of the updated
5+
[app_check] Kotlin extensions library.
6+
37
# 16.0.1
48
* [changed] Updated dependency of `play-services-basement` to its latest
59
version (v18.1.0).

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Unreleased
22

3+
# 16.1.0
4+
* [unchanged] Updated to accommodate the release of the updated
5+
[app_check] Kotlin extensions library.
6+
7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-appcheck` library. The Kotlin extensions library has the following
11+
additional updates:
12+
13+
* [feature] Firebase now supports Kotlin coroutines.
14+
With this release, we added
15+
[`kotlinx-coroutines-play-services`](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-play-services/){: .external}
16+
to `firebase-appcheck-ktx` as a transitive dependency, which exposes the
17+
`Task<T>.await()` suspend function to convert a
18+
[`Task`](https://developers.google.com/android/guides/tasks) into a Kotlin
19+
coroutine.
20+
321
# 16.0.1
422
* [changed] Updated dependency of `play-services-basement` to its latest
523
version (v18.1.0).

firebase-abt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 21.1.0
4+
* [changed] Internal changes to ensure functionality alignment with other
5+
SDK releases.
6+
37
# 21.0.2
48
* [changed] Updated dependency of `play-services-basement` to its latest
59
version (v18.1.0).

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Unreleased
22

3+
# 16.0.0-beta05
4+
* [unchanged] Updated to accommodate the release of the updated
5+
[appdistro] Kotlin extensions library.
6+
7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-appdistribution-api` library. The Kotlin extensions library has
11+
the following additional updates:
12+
13+
* [feature] Firebase now supports Kotlin coroutines.
14+
With this release, we added
15+
[`kotlinx-coroutines-play-services`](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-play-services/){: .external}
16+
to `firebase-appdistribution-api-ktx` as a transitive dependency, which
17+
exposes the `Task<T>.await()` suspend function to convert a
18+
[`Task`](https://developers.google.com/android/guides/tasks)
19+
into a Kotlin coroutine.
20+
21+
# 16.0.0-beta04
22+
* [changed] Updated dependency of `play-services-basement` to its latest
23+
version (v18.1.0).
24+
25+
26+
## Kotlin
27+
The Kotlin extensions library transitively includes the updated
28+
`firebase-appdistribution-api` library. The Kotlin extensions library has no
29+
additional updates.
30+
331
# 16.0.0-beta03
432
* [feature] The [appdistro] SDK has been split into two libraries:
533

@@ -17,6 +45,7 @@
1745
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro)
1846
to your Android app.
1947

48+
2049
## Kotlin
2150
With the removal of the Kotlin extensions library
2251
`firebase-appdistribution-ktx`, its functionality has been moved to the new
@@ -25,4 +54,3 @@ API-only library: `firebase-appdistribution-api-ktx`.
2554
This new Kotlin extensions library transitively includes the
2655
`firebase-appdistribution-api` library. The Kotlin extensions library has no
2756
additional updates.
28-

firebase-appdistribution/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 16.0.0-beta05
4+
* [unchanged] Updated to accommodate the release of the updated
5+
[appdistro] Kotlin extensions library.
6+
37
# 16.0.0-beta03
48
* [feature] The [appdistro] SDK has been split into two libraries:
59

@@ -17,6 +21,7 @@
1721
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro)
1822
to your Android app.
1923

24+
2025
## Kotlin
2126
* [removed] The Kotlin extensions library `firebase-appdistribution-ktx`
2227
has been removed. All its functionality has been moved to the new API-only
@@ -31,6 +36,7 @@ incorrect error message.
3136

3237
* [changed] Internal improvements to tests.
3338

39+
3440
## Kotlin
3541
The Kotlin extensions library transitively includes the base
3642
`firebase-app-distribution` library. The Kotlin extensions library has no
@@ -42,6 +48,7 @@ additional updates.
4248
To learn more, visit the
4349
[[appdistro] reference documentation](/docs/reference/android/com/google/firebase/appdistribution/package-summary).
4450

51+
4552
## Kotlin
4653
The [appdistro] Android library with Kotlin extensions is now available in
4754
beta. The Kotlin extensions library transitively includes the base

firebase-config/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
# Unreleased
22

3+
# 21.2.0
4+
* [unchanged] Updated to accommodate the release of the updated
5+
[remote_config] Kotlin extensions library.
6+
7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-config` library. The Kotlin extensions library has the following
11+
additional updates:
12+
13+
* [feature] Firebase now supports Kotlin coroutines.
14+
With this release, we added
15+
[`kotlinx-coroutines-play-services`](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-play-services/){: .external}
16+
to `firebase-config-ktx` as a transitive dependency, which exposes the
17+
`Task<T>.await()` suspend function to convert a
18+
[`Task`](https://developers.google.com/android/guides/tasks) into a Kotlin
19+
coroutine.
20+
321
# 21.1.2
422
* [changed] Updated dependency of `play-services-basement` to its latest
523
version (v18.1.0).
624

25+
726
## Kotlin
827
The Kotlin extensions library transitively includes the updated
928
`firebase-config` library. The Kotlin extensions library has no additional
@@ -15,6 +34,7 @@ updates.
1534
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
1635
class="external">GitHub Issue #3757</a>
1736

37+
1838
## Kotlin
1939
The Kotlin extensions library transitively includes the updated
2040
`firebase-config` library. The Kotlin extensions library has no additional
@@ -31,6 +51,7 @@ updates.
3151

3252
* [changed] Added first-open time to [remote_config] server requests.
3353

54+
3455
## Kotlin
3556
The Kotlin extensions library transitively includes the updated
3657
`firebase-config` library. The Kotlin extensions library has no additional
@@ -43,6 +64,7 @@ updates.
4364
[note](#basement18-0-0_base18-0-1_tasks18-0-1) at the top of this release
4465
entry.
4566

67+
4668
## Kotlin
4769
The Kotlin extensions library transitively includes the updated
4870
`firebase-config` library. The Kotlin extensions library has no additional
@@ -52,6 +74,7 @@ updates.
5274
* [fixed] Fixed a bug in the initialization of [remote_config] with a
5375
non-primary Firebase app.
5476

77+
5578
## Kotlin
5679
The Kotlin extensions library transitively includes the updated
5780
`firebase-config` library. The Kotlin extensions library has no additional
@@ -61,6 +84,7 @@ updates.
6184
* [changed] Internal infrastructure improvements.
6285
* [changed] Internal changes to support dynamic feature modules.
6386

87+
6488
## Kotlin
6589
The Kotlin extensions library transitively includes the updated
6690
`firebase-config` library. The Kotlin extensions library has no additional
@@ -69,6 +93,7 @@ updates.
6993
# 20.0.4
7094
* [changed] Improved condition targeting signals.
7195

96+
7297
## Kotlin
7398
The Kotlin extensions library transitively includes the updated
7499
`firebase-config` library. The Kotlin extensions library has no additional
@@ -78,6 +103,7 @@ updates.
78103
* [changed] Standardize support for other Firebase products that integrate
79104
with [remote_config].
80105

106+
81107
## Kotlin
82108
The Kotlin extensions library transitively includes the updated
83109
`firebase-config` library. The Kotlin extensions library has no additional
@@ -87,6 +113,7 @@ updates.
87113
* [fixed] Fixed an issue that was causing [remote_config] to return the
88114
static default value even if a remote value was defined. (#2186)
89115

116+
90117
## Kotlin
91118
The Kotlin extensions library transitively includes the updated
92119
`firebase-config` library. The Kotlin extensions library has no additional
@@ -96,6 +123,7 @@ updates.
96123
* [changed] Added support for other Firebase products to integrate with
97124
[remote_config].
98125

126+
99127
## Kotlin
100128
The Kotlin extensions library transitively includes the updated
101129
`firebase-config` library. The Kotlin extensions library has no additional
@@ -136,6 +164,7 @@ updates.
136164
and [`FirebaseRemoteConfigSettings.Builder#setMinimumFetchIntervalInSeconds(long)`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigSettings.Builder#setMinimumFetchIntervalInSeconds(long))
137165
instead.
138166

167+
139168
## Kotlin
140169
The Kotlin extensions library transitively includes the updated
141170
`firebase-config` library. The Kotlin extensions library has no additional
@@ -152,6 +181,7 @@ updates.
152181
one, so this library needed to be upgraded to avoid conflicts. No developer
153182
action is necessary.
154183

184+
155185
## Kotlin
156186
The Kotlin extensions library transitively includes the updated
157187
`firebase-config` library. The Kotlin extensions library has no additional
@@ -162,6 +192,7 @@ updates.
162192
which is a step towards a direct dependency on the Firebase installations
163193
service in a future release.
164194

195+
165196
## Kotlin
166197
The Kotlin extensions library transitively includes the updated
167198
`firebase-config` library. The Kotlin extensions library has no additional
@@ -171,6 +202,7 @@ updates.
171202
* [fixed] Fixed an issue where [`FirebaseRemoteConfig.fetch()`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#fetch())
172203
would sometimes report a misformatted language tag.
173204

205+
174206
## Kotlin
175207
The Kotlin extensions library transitively includes the updated
176208
`firebase-config` library. The Kotlin extensions library has no additional
@@ -181,6 +213,7 @@ updates.
181213
[`FirebaseRemoteConfigSettings.Builder.setFetchTimeoutInSeconds()`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigSettings.Builder)
182214
was not always honored.
183215

216+
184217
## Kotlin
185218
The Kotlin extensions library transitively includes the updated
186219
`firebase-config` library. The Kotlin extensions library has no additional
@@ -191,6 +224,7 @@ updates.
191224
implementation to use [`FirebaseInstanceId.getInstanceId()`](/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId.html#getInstanceId())
192225
in favor of the deprecated [`FirebaseInstanceId.getToken()`](/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId.html#getToken()).
193226

227+
194228
## Kotlin
195229
The Kotlin extensions library transitively includes the updated
196230
`firebase-config` library. The Kotlin extensions library has no additional
@@ -201,6 +235,7 @@ updates.
201235
[`FirebaseRemoteConfigSettings.Builder`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigSettings.Builder)
202236
object to provide better Kotlin patterns.
203237

238+
204239
## Kotlin
205240
The Kotlin extensions library transitively includes the updated
206241
`firebase-config` library. The Kotlin extensions library has no additional
@@ -211,6 +246,7 @@ updates.
211246
[known issue](//github.com/firebase/firebase-android-sdk/issues/973) where
212247
network calls may fail on devices using API 19 and earlier.
213248

249+
214250
## Kotlin
215251
The Kotlin extensions library transitively includes the updated
216252
`firebase-config` library. The Kotlin extensions library has no additional
@@ -230,6 +266,7 @@ updates.
230266
object reference instead of the Byte Array. Byte Arrays set via the
231267
Firebase console were unaffected by this bug.
232268

269+
233270
## Kotlin
234271
The Kotlin extensions library transitively includes the updated
235272
`firebase-config` library. The Kotlin extensions library has no additional
@@ -239,6 +276,7 @@ updates.
239276
* [unchanged] Updated to accommodate the release of the [remote_config]
240277
Kotlin extensions library.
241278

279+
242280
## Kotlin
243281
* [feature] The beta release of a [remote_config] Android library with
244282
Kotlin extensions is now available. The Kotlin extensions library transitively

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unreleased
22

3+
# 18.2.14
4+
* [changed] Updated `firebase-crashlytics` dependency to v18.2.14.
5+
36
# 18.2.13
47
* [changed] Updated dependency of `play-services-basement` to its latest
58
version (v18.1.0).

0 commit comments

Comments
 (0)