Skip to content

Commit 576ffe0

Browse files
committed
Added unreleased section to CHANGELOG
1 parent f5f31d0 commit 576ffe0

File tree

23 files changed

+225
-0
lines changed

23 files changed

+225
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Unreleased
12
# 16.0.1
23
* [changed] Updated dependency of `play-services-basement` to its latest
34
version (v18.1.0).

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Unreleased
12
# 16.0.1
23
* [changed] Updated dependency of `play-services-basement` to its latest
34
version (v18.1.0).

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Unreleased
2+
# 16.0.1
3+
* [changed] Updated dependency of `play-services-basement` to its latest
4+
version (v18.1.0).
5+
16
# 16.0.0
27
* [feature] Added support for
38
[Play Integrity](https://developer.android.com/google/play/integrity) as an

appcheck/firebase-appcheck-safetynet/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Unreleased
12
# 16.0.1
23
* [changed] Updated dependency of `play-services-basement` to its latest
34
version (v18.1.0).

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Unreleased
12
# 16.0.1
23
* [changed] Updated dependency of `play-services-basement` to its latest
34
version (v18.1.0).

firebase-abt/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Unreleased

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Unreleased
12
# 16.0.0-beta03
23
* [feature] The [appdistro] SDK has been split into two libraries:
34

@@ -15,6 +16,7 @@
1516
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro)
1617
to your Android app.
1718

19+
1820
## Kotlin
1921
With the removal of the Kotlin extensions library
2022
`firebase-appdistribution-ktx`, its functionality has been moved to the new

firebase-appdistribution/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Unreleased
12
# 16.0.0-beta03
23
* [feature] The [appdistro] SDK has been split into two libraries:
34

@@ -15,6 +16,7 @@
1516
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro)
1617
to your Android app.
1718

19+
1820
## Kotlin
1921
* [removed] The Kotlin extensions library `firebase-appdistribution-ktx`
2022
has been removed. All its functionality has been moved to the new API-only
@@ -29,6 +31,7 @@ incorrect error message.
2931

3032
* [changed] Internal improvements to tests.
3133

34+
3235
## Kotlin
3336
The Kotlin extensions library transitively includes the base
3437
`firebase-app-distribution` library. The Kotlin extensions library has no
@@ -40,6 +43,7 @@ additional updates.
4043
To learn more, visit the
4144
[[appdistro] reference documentation](/docs/reference/android/com/google/firebase/appdistribution/package-summary).
4245

46+
4347
## Kotlin
4448
The [appdistro] Android library with Kotlin extensions is now available in
4549
beta. The Kotlin extensions library transitively includes the base

firebase-config/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# Unreleased
12
# 21.1.2
23
* [changed] Updated dependency of `play-services-basement` to its latest
34
version (v18.1.0).
45

6+
57
## Kotlin
68
The Kotlin extensions library transitively includes the updated
79
`firebase-config` library. The Kotlin extensions library has no additional
@@ -13,6 +15,7 @@ updates.
1315
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
1416
class="external">GitHub Issue #3757</a>
1517

18+
1619
## Kotlin
1720
The Kotlin extensions library transitively includes the updated
1821
`firebase-config` library. The Kotlin extensions library has no additional
@@ -29,6 +32,7 @@ updates.
2932

3033
* [changed] Added first-open time to [remote_config] server requests.
3134

35+
3236
## Kotlin
3337
The Kotlin extensions library transitively includes the updated
3438
`firebase-config` library. The Kotlin extensions library has no additional
@@ -41,6 +45,7 @@ updates.
4145
[note](#basement18-0-0_base18-0-1_tasks18-0-1) at the top of this release
4246
entry.
4347

48+
4449
## Kotlin
4550
The Kotlin extensions library transitively includes the updated
4651
`firebase-config` library. The Kotlin extensions library has no additional
@@ -50,6 +55,7 @@ updates.
5055
* [fixed] Fixed a bug in the initialization of [remote_config] with a
5156
non-primary Firebase app.
5257

58+
5359
## Kotlin
5460
The Kotlin extensions library transitively includes the updated
5561
`firebase-config` library. The Kotlin extensions library has no additional
@@ -59,6 +65,7 @@ updates.
5965
* [changed] Internal infrastructure improvements.
6066
* [changed] Internal changes to support dynamic feature modules.
6167

68+
6269
## Kotlin
6370
The Kotlin extensions library transitively includes the updated
6471
`firebase-config` library. The Kotlin extensions library has no additional
@@ -67,6 +74,7 @@ updates.
6774
# 20.0.4
6875
* [changed] Improved condition targeting signals.
6976

77+
7078
## Kotlin
7179
The Kotlin extensions library transitively includes the updated
7280
`firebase-config` library. The Kotlin extensions library has no additional
@@ -76,6 +84,7 @@ updates.
7684
* [changed] Standardize support for other Firebase products that integrate
7785
with [remote_config].
7886

87+
7988
## Kotlin
8089
The Kotlin extensions library transitively includes the updated
8190
`firebase-config` library. The Kotlin extensions library has no additional
@@ -85,6 +94,7 @@ updates.
8594
* [fixed] Fixed an issue that was causing [remote_config] to return the
8695
static default value even if a remote value was defined. (#2186)
8796

97+
8898
## Kotlin
8999
The Kotlin extensions library transitively includes the updated
90100
`firebase-config` library. The Kotlin extensions library has no additional
@@ -94,6 +104,7 @@ updates.
94104
* [changed] Added support for other Firebase products to integrate with
95105
[remote_config].
96106

107+
97108
## Kotlin
98109
The Kotlin extensions library transitively includes the updated
99110
`firebase-config` library. The Kotlin extensions library has no additional
@@ -134,6 +145,7 @@ updates.
134145
and [`FirebaseRemoteConfigSettings.Builder#setMinimumFetchIntervalInSeconds(long)`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigSettings.Builder#setMinimumFetchIntervalInSeconds(long))
135146
instead.
136147

148+
137149
## Kotlin
138150
The Kotlin extensions library transitively includes the updated
139151
`firebase-config` library. The Kotlin extensions library has no additional
@@ -150,6 +162,7 @@ updates.
150162
one, so this library needed to be upgraded to avoid conflicts. No developer
151163
action is necessary.
152164

165+
153166
## Kotlin
154167
The Kotlin extensions library transitively includes the updated
155168
`firebase-config` library. The Kotlin extensions library has no additional
@@ -160,6 +173,7 @@ updates.
160173
which is a step towards a direct dependency on the Firebase installations
161174
service in a future release.
162175

176+
163177
## Kotlin
164178
The Kotlin extensions library transitively includes the updated
165179
`firebase-config` library. The Kotlin extensions library has no additional
@@ -169,6 +183,7 @@ updates.
169183
* [fixed] Fixed an issue where [`FirebaseRemoteConfig.fetch()`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#fetch())
170184
would sometimes report a misformatted language tag.
171185

186+
172187
## Kotlin
173188
The Kotlin extensions library transitively includes the updated
174189
`firebase-config` library. The Kotlin extensions library has no additional
@@ -179,6 +194,7 @@ updates.
179194
[`FirebaseRemoteConfigSettings.Builder.setFetchTimeoutInSeconds()`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigSettings.Builder)
180195
was not always honored.
181196

197+
182198
## Kotlin
183199
The Kotlin extensions library transitively includes the updated
184200
`firebase-config` library. The Kotlin extensions library has no additional
@@ -189,6 +205,7 @@ updates.
189205
implementation to use [`FirebaseInstanceId.getInstanceId()`](/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId.html#getInstanceId())
190206
in favor of the deprecated [`FirebaseInstanceId.getToken()`](/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId.html#getToken()).
191207

208+
192209
## Kotlin
193210
The Kotlin extensions library transitively includes the updated
194211
`firebase-config` library. The Kotlin extensions library has no additional
@@ -199,6 +216,7 @@ updates.
199216
[`FirebaseRemoteConfigSettings.Builder`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigSettings.Builder)
200217
object to provide better Kotlin patterns.
201218

219+
202220
## Kotlin
203221
The Kotlin extensions library transitively includes the updated
204222
`firebase-config` library. The Kotlin extensions library has no additional
@@ -209,6 +227,7 @@ updates.
209227
[known issue](//github.com/firebase/firebase-android-sdk/issues/973) where
210228
network calls may fail on devices using API 19 and earlier.
211229

230+
212231
## Kotlin
213232
The Kotlin extensions library transitively includes the updated
214233
`firebase-config` library. The Kotlin extensions library has no additional
@@ -228,6 +247,7 @@ updates.
228247
object reference instead of the Byte Array. Byte Arrays set via the
229248
Firebase console were unaffected by this bug.
230249

250+
231251
## Kotlin
232252
The Kotlin extensions library transitively includes the updated
233253
`firebase-config` library. The Kotlin extensions library has no additional
@@ -237,6 +257,7 @@ updates.
237257
* [unchanged] Updated to accommodate the release of the [remote_config]
238258
Kotlin extensions library.
239259

260+
240261
## Kotlin
241262
* [feature] The beta release of a [remote_config] Android library with
242263
Kotlin extensions is now available. The Kotlin extensions library transitively

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Unreleased
12
# 18.2.13
23
* [changed] Updated dependency of `play-services-basement` to its latest
34
version (v18.1.0).

0 commit comments

Comments
 (0)