Skip to content

Commit 8f1a33f

Browse files
authored
Update Changelogs (firebase#4969)
* Updating changelogs * Manual fixes
1 parent d030343 commit 8f1a33f

File tree

14 files changed

+156
-25
lines changed

14 files changed

+156
-25
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Unreleased
2-
* [changed] Internal changes to ensure alignment with other SDK releases.
2+
3+
# 17.0.0
4+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
35

46
# 16.1.2
57
* [unchanged] Updated to keep [app_check] SDK versions aligned.
68

79
# 16.1.1
8-
* [changed] Integrated the [app_check] Debug Testing SDK with Firebase Components. (#4436)
10+
* [changed] Integrated the [app_check] Debug Testing SDK with Firebase
11+
components.
12+
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
913

1014
# 16.1.0
1115
* [unchanged] Updated to accommodate the release of the updated

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Unreleased
2+
3+
# 17.0.0
24
* [unchanged] Updated to keep [app_check] SDK versions aligned.
35

46
# 16.1.2
57
* [unchanged] Updated to keep [app_check] SDK versions aligned.
68

79
# 16.1.1
8-
* [changed] Migrated [app_check] SDKs to use standard Firebase executors. (#4431, #4449)
9-
* [changed] Integrated the [app_check] Debug SDK with Firebase Components. (#4436)
10-
* [changed] Moved Task continuations off the main thread. (#4453)
10+
* [changed] Migrated [app_check] SDKs to use standard Firebase executors.
11+
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
12+
and
13+
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
14+
15+
* [changed] Integrated the [app_check] Debug SDK with Firebase components.
16+
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
17+
18+
* [changed] Moved Task continuations off the main thread.
19+
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
1120

1221
# 16.1.0
1322
* [unchanged] Updated to accommodate the release of the updated

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# Unreleased
2+
3+
4+
# 17.0.0
25
* [unchanged] Updated to keep [app_check] SDK versions aligned.
36

47
# 16.1.2
58
* [unchanged] Updated to keep [app_check] SDK versions aligned.
69

710
# 16.1.1
8-
* [changed] Migrated [app_check] SDKs to use standard Firebase executors. (#4431, #4449)
9-
* [changed] Integrated the [app_check] Play Integrity SDK with Firebase Components. (#4436)
10-
* [changed] Moved Task continuations off the main thread. (#4453)
11+
* [changed] Migrated [app_check] SDKs to use standard Firebase executors.
12+
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
13+
and
14+
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
15+
16+
* [changed] Integrated the [app_check] Play integrity SDK with Firebase
17+
components.
18+
(GitHub [#4436](//github.com/firebase/firebase-android-sdk/issues/4436){: .external})
19+
20+
* [changed] Moved Task continuations off the main thread.
21+
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
1122

1223
# 16.1.0
1324
* [unchanged] Updated to accommodate the release of the updated

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Unreleased
2-
* [feature] Added `getLimtedUseAppCheckToken()` for obtaining limited-use tokens
3-
for protecting non-Firebase backends. [#4876](//github.com/firebase/firebase-android-sdk/issues/4876){: .external})
4-
* [changed] Internal changes to ensure alignment with other SDK releases.
2+
3+
4+
# 17.0.0
5+
* [feature] Added [`getLimtedUseAppCheckToken()`](/docs/reference/android/com/google/firebase/appcheck/FirebaseAppCheck#getLimitedUseAppCheckToken())
6+
for obtaining limited-use tokens for protecting non-Firebase backends.
7+
8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-appcheck` library. The Kotlin extensions library has no additional
12+
updates.
513

614
# 16.1.2
715
* [unchanged] Updated to keep [app_check] SDK versions aligned.

firebase-config/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Unreleased
2+
3+
4+
# 21.4.0
25
* [unchanged] Updated to accommodate the release of the updated
36
[remote_config] Kotlin extensions library.
47

8+
59
## Kotlin
6-
* [feature] Added the `FirebaseRemoteConfig.configUpdates` Kotlin Flow to listen for real-time
7-
config updates.
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-config` library. The Kotlin extensions library has the following
12+
additional updates.
13+
14+
* [feature] Added the
15+
[`FirebaseRemoteConfig.configUpdates`](/docs/reference/kotlin/com/google/firebase/remoteconfig/ktx/package-summary#(com.google.firebase.remoteconfig.FirebaseRemoteConfig).configUpdates())
16+
Kotlin Flow to listen for real-time config updates.
817

918
# 21.3.0
1019
* [feature] Added support for real-time config updates. To learn more, see
1120
[Get started with [firebase_remote_config]](/docs/remote-config/get-started?platform=android#add-real-time-listener).
1221

22+
1323
## Kotlin
1424
The Kotlin extensions library transitively includes the updated
1525
`firebase-config` library. The Kotlin extensions library has no additional

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.3.7
4+
* [changed] Updated `firebase-crashlytics` dependency to v18.3.7
5+
36
# 18.3.6
47
* [changed] Updated `firebase-crashlytics` dependency to v18.3.6.
58

firebase-crashlytics/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Unreleased
2-
* [feature] Added collection of version control information generated by the AGP.
2+
3+
4+
# 18.3.7
5+
* [feature] Added collection of version control information generated by the
6+
Android Gradle plugin (AGP).
7+
8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
12+
updates.
313

414
# 18.3.6
515
* [feature] Added support for upcoming [crashlytics] features to report

firebase-database/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
2+
3+
4+
# 20.2.1
25
* [changed] Internal changes to ensure alignment with other SDK releases.
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-database` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 20.2.0
514
* [unchanged] Updated to accommodate the release of the updated
615
[database] Kotlin extensions library.

firebase-firestore/CHANGELOG.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
11
# Unreleased
2-
* [fixed] Fixed stack overflow caused by deeply nested server timestamps (#4702).
3-
* [feature] Add new [cache config APIs](docs/reference/android/com/google/firebase/firestore/FirebaseFirestoreSettings.Builder#setLocalCacheSettings(com.google.firebase.firestore.LocalCacheSettings)) to customize SDK's cache setup.
4-
* [feature] Add [LRU garbage collector](docs/reference/android/com/google/firebase/firestore/MemoryLruGcSettings) to SDK's memory cache.
5-
* [changed] Mark isPersistenceEnabled and getCacheSizeBytes as deprecated from FirebaseFirestoreSettings.
6-
* [changed] Mark isPersistenceEnabled, getCacheSizeBytes, setPersistenceEnabled and setCacheSizeBytes
7-
from FirebaseFirestoreSettings.Builder as deprecated.
2+
3+
4+
# 24.6.0
5+
* [fixed] Fixed stack overflow caused by deeply nested server timestamps.
6+
(GitHub [#4702](//github.com/firebase/firebase-android-sdk/issues/4702){: .external})
7+
8+
* [feature] Added new
9+
[cache config APIs](/docs/reference/android/com/google/firebase/firestore/FirebaseFirestoreSettings.Builder#setLocalCacheSettings(com.google.firebase.firestore.LocalCacheSettings))
10+
to customize the SDK's cache setup.
11+
12+
* [feature] Added
13+
[LRU garbage collector](/docs/reference/android/com/google/firebase/firestore/MemoryLruGcSettings)
14+
to the SDK's memory cache.
15+
16+
* [deprecated] Deprecated the following APIs from
17+
[`FirebaseFirestoreSettings`](/docs/reference/android/com/google/firebase/firestore/FirebaseFirestoreSettings):<br>
18+
`isPersistenceEnabled` and `getCacheSizeBytes`.
19+
20+
* [deprecated] Deprecated the following APIs from
21+
[`FirebaseFirestoreSettings.Builder`](/docs/reference/android/com/google/firebase/firestore/FirebaseFirestoreSettings.Builder#setLocalCacheSettings(com.google.firebase.firestore.LocalCacheSettings)):<br>
22+
`isPersistenceEnabled`, `getCacheSizeBytes`, `setPersistenceEnabled`,
23+
and `setCacheSizeBytes`.
24+
825
* [changed] Internal changes to ensure alignment with other SDK releases.
926

27+
28+
## Kotlin
29+
The Kotlin extensions library transitively includes the updated
30+
`firebase-firestore` library. The Kotlin extensions library has no additional
31+
updates.
1032
# 24.5.0
1133
* [fixed] Fixed stack overflow caused by deeply nested server timestamps.
1234
(GitHub [#4702](//github.com/firebase/firebase-android-sdk/issues/4702){: .external})

firebase-functions/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
2+
3+
4+
# 20.3.0
25
* [changed] Internal changes to ensure alignment with other SDK releases.
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-functions` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 20.2.2
514
* [changed] Moved Task continuations off the main thread.
615

0 commit comments

Comments
 (0)