Skip to content

Commit 924641b

Browse files
authored
m137 mergeback (#5332)
Per [b/300503321](https://b.corp.google.com/issues/300503321), This does all the post release clean up tasks for m137 (the release that just went out). NO_RELEASE_CHANGE
1 parent 7da4e0a commit 924641b

File tree

11 files changed

+52
-37
lines changed

11 files changed

+52
-37
lines changed

firebase-components/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=17.1.1
15+
version=17.1.2
1616
latestReleasedVersion=17.1.0

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 18.4.2
25
* [changed] Updated `firebase-crashlytics` dependency to v18.4.2
36

47
# 18.4.1
@@ -16,8 +19,8 @@
1619
# 18.3.5
1720
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an
1821
issue that was causing a nondeterministic crash on startup.
19-
2022
* [changed] Updated `firebase-crashlytics` dependency to v18.3.5.
23+
2124
# 18.3.4
2225
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
2326
cause a nondeterministic crash on startup. For more information, see
@@ -78,27 +81,23 @@ using the latest version of the SDK (v18.3.1+ or [bom] v31.0.1+).**
7881
change, disabling tagged pointers is no longer required, so the following can
7982
be removed from your manifest's `application` tag:
8083
`android:allowNativeHeapPointerTagging=false`.
81-
8284
* [changed] Updated `firebase-crashlytics` dependency to v18.2.6.
8385

8486
# 18.2.5
8587
* [changed] Internal improvements to [crashlytics] file management, to
8688
ensure consistent creation and removal of intermediate [crashlytics] files.
87-
8889
* [changed] Updated `firebase-crashlytics` dependency to v18.2.5.
8990

9091
# 18.2.4
9192
* [changed] Added an obfuscation exclusion for
9293
`com.google.firebase.crashlytics.ndk.FirebaseCrashlyticsNdk` to the Proguard
9394
configuration for this AAR, to avoid potential reflection errors when
9495
obfuscating NDK-enabled apps.
95-
9696
* [changed] Updated `firebase-crashlytics` dependency to v18.2.4.
9797

9898
# 18.2.3
9999
* [changed] Internal changes to support upcoming Unity crash reporting
100100
improvements.
101-
102101
* [changed] Updated `firebase-crashlytics` dependency to v18.2.3.
103102

104103
# 18.2.1
@@ -108,7 +107,6 @@ using the latest version of the SDK (v18.3.1+ or [bom] v31.0.1+).**
108107
module to consistently report native crashes for all supported Android
109108
versions. [crashlytics] will now report native crashes when used as a
110109
dependency of a feature module.
111-
112110
* [changed] Updated `firebase-crashlytics` dependency to v18.2.1.
113111

114112
# 18.2.0
@@ -124,7 +122,6 @@ using the latest version of the SDK (v18.3.1+ or [bom] v31.0.1+).**
124122

125123
# 18.0.0
126124
* [changed] Internal changes to support dynamic feature modules.
127-
128125
* [changed] Updated `firebase-crashlytics` dependency to v18.0.0.
129126

130127
# 17.4.1
@@ -153,7 +150,6 @@ using this version of the [crashlytics] NDK SDK and above.
153150
# 17.2.1
154151
* [fixed] Fixed signal handler to properly release storage on app exit.
155152
([Github Issue #1749](https://github.com/firebase/firebase-android-sdk/issues/1749))
156-
157153
* [changed] Updated `firebase-crashlytics` dependency to v17.2.1.
158154

159155
# 17.1.1
@@ -168,7 +164,6 @@ using this version of the [crashlytics] NDK SDK and above.
168164
# 17.0.0
169165
* [changed] The [firebase_crashlytics] SDK for NDK is now generally
170166
available.
171-
172167
* [changed] Updated `firebase-crashlytics` dependency to v17.0.0.
173168

174169
# 17.0.0-beta04
@@ -177,11 +172,8 @@ using this version of the [crashlytics] NDK SDK and above.
177172
# 17.0.0-beta03
178173
* [fixed] Updated package name in `AndroidManifest.xml` to reflect new
179174
[firebase_crashlytics] NDK package name.
180-
181175
* [changed] Improved debug logging.
182-
183176
* [changed] Released new `crashlytics.h` with updated C++ APIs.
184-
185177
* [changed] Added ProGuard rules files to avoid obfuscating public APIs called
186178
from C++.
187179

@@ -216,3 +208,4 @@ change. The following release notes describe changes in the new SDK.
216208
uploading symbol files to [crashlytics] servers. See the
217209
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
218210
for more information.
211+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.4.2
1+
version=18.4.3
22
latestReleasedVersion=18.4.1

firebase-crashlytics/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Unreleased
2+
3+
4+
# 18.4.2
25
* [feature] Expanded `firebase-sessions` library integration to work with NDK crashes and ANRs.
36
* [changed] Improved reliability when reporting memory usage.
47

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.
13+
514
# 18.4.1
615
* [changed] Updated `firebase-sessions` dependency to v1.0.2
716

817
# 18.4.0
918
* [feature] Integrated with Firebase sessions library to enable upcoming features related to
1019
session-based crash metrics.
1120

21+
1222
## Kotlin
1323
The Kotlin extensions library transitively includes the updated
1424
`firebase-crashlytics` library. The Kotlin extensions library has no additional
@@ -482,3 +492,4 @@ The following release notes describe changes in the new SDK.
482492
from your `AndroidManifest.xml` file.
483493
* [removed] The `fabric.properties` and `crashlytics.properties` files are no
484494
longer supported. Remove them from your app.
495+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.4.2
1+
version=18.4.3
22
latestReleasedVersion=18.4.1

firebase-firestore/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Unreleased
2+
3+
4+
# 24.8.0
25
* [feature] Added the option to allow the SDK to create cache indexes automatically to
36
improve query execution locally. See
47
[`db.getPersistentCacheIndexManager().enableIndexAutoCreation()`](/docs/reference/android/com/google/firebase/firestore/PersistentCacheIndexManager#enableIndexAutoCreation())
58
([GitHub [#4987](//github.com/firebase/firebase-android-sdk/pull/4987){: .external}).
69

10+
11+
## Kotlin
12+
The Kotlin extensions library transitively includes the updated
13+
`firebase-firestore` library. The Kotlin extensions library has no additional
14+
updates.
15+
716
# 24.7.1
817
* [fixed] Implement equals method on Filter class. [#5210](//github.com/firebase/firebase-android-sdk/issues/5210)
918

@@ -822,3 +831,4 @@ updates.
822831
or
823832
[`FieldValue.serverTimestamp()`](/docs/reference/android/com/google/firebase/firestore/FieldValue.html#serverTimestamp())
824833
values.
834+

firebase-firestore/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=24.8.0
1+
version=24.8.1
22
latestReleasedVersion=24.7.1

firebase-inappmessaging-display/CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
2+
3+
4+
# 20.3.4
25
* [changed] Updated internal logging backend.
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-inappmessaging-display` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 20.3.3
514
* [unchanged] Updated internal Dagger dependency.
615

@@ -29,9 +38,7 @@ updates.
2938
# 20.3.0
3039
* [changed] Migrated [inappmessaging] Display to use standard Firebase
3140
executors.
32-
3341
* [changed] Moved Task continuations off the main thread.
34-
3542
* [feature] Added a new API for
3643
[removing a dismiss listener](/docs/reference/android/com/google/firebase/inappmessaging/FirebaseInAppMessaging#removeDismissListener(com.google.firebase.inappmessaging.FirebaseInAppMessagingDismissListener)).
3744
(GitHub
@@ -154,7 +161,6 @@ additional updates.
154161
# 19.1.1
155162
* [fixed] Improved link handling on devices without any browser installed
156163
or without Chrome installed.
157-
158164
* [feature] Added the ability to register a dismiss listener that reacts to
159165
message dismissal.
160166

@@ -171,7 +177,6 @@ additional updates.
171177
No developer action is necessary.
172178

173179

174-
175180
## Kotlin
176181
The Kotlin extensions library transitively includes the updated
177182
`firebase-inappmessaging-display` library. The Kotlin extensions library has no
@@ -181,14 +186,12 @@ additional updates.
181186
* [fixed] Improved handling of activity transitions.
182187
(GitHub [Issue #1410](//github.com/firebase/firebase-android-sdk/issues/1410)
183188
and [Issue #1092](//github.com/firebase/firebase-android-sdk/issues/1092))
184-
185189
* [changed] Migrated to use the [firebase_installations] service _directly_
186190
instead of using an indirect dependency via the Firebase Instance ID SDK.
187191

188192
{% include "docs/reference/android/client/_includes/_iid-indirect-dependency-solutions.html" %}
189193

190194

191-
192195
## Kotlin
193196
The Kotlin extensions library transitively includes the updated
194197
`firebase-inappmessaging-display` library. The Kotlin extensions library has no
@@ -216,11 +219,9 @@ additional updates.
216219

217220
# 19.0.4
218221
* [fixed] Fixed issue with messages not being fetched on app first open.
219-
220222
* [fixed] Fixed issue with first foreground trigger not being picked up.
221223

222224

223-
224225
## Kotlin
225226
The Kotlin extensions library transitively includes the updated
226227
`firebase-inappmessaging-display` library. The Kotlin extensions library has no
@@ -230,7 +231,6 @@ additional updates.
230231
* [changed] Internal changes to enable future SDK improvements.
231232

232233

233-
234234
## Kotlin
235235
The Kotlin extensions library transitively includes the updated
236236
`firebase-inappmessaging-display` library. The Kotlin extensions library has no
@@ -292,3 +292,4 @@ additional updates.
292292

293293
# 17.0.0
294294
* [feature] The initial public beta release of the Firebase In-App Messaging Display SDK for Android is now available. To learn more, see the [Firebase In-App Messaging documentation](/docs/in-app-messaging).
295+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=20.3.4
1+
version=20.3.5
22
latestReleasedVersion=20.3.3

firebase-inappmessaging/CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
2+
3+
4+
# 20.3.4
25
* [changed] Updated internal logging backend.
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-inappmessaging` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 20.3.3
514
* [unchanged] Updated internal Dagger dependency.
615

@@ -17,7 +26,6 @@ updates.
1726
# 20.3.1
1827
* [fixed] Fixed nullpointer crash
1928
([GitHub Issue #4214](//github.com/firebase/firebase-android-sdk/issues/4214))
20-
2129
* [changed] Updated gRPC to 1.52.1, and updated JavaLite, protoc,
2230
protobuf-java-util to 3.21.11.
2331

@@ -29,9 +37,7 @@ updates.
2937

3038
# 20.3.0
3139
* [changed] Migrated [inappmessaging] to use standard Firebase executors.
32-
3340
* [changed] Moved Task continuations off the main thread.
34-
3541
* [feature] Added a new API for
3642
[removing a dismiss listener](/docs/reference/android/com/google/firebase/inappmessaging/FirebaseInAppMessaging#removeDismissListener(com.google.firebase.inappmessaging.FirebaseInAppMessagingDismissListener)).
3743
(GitHub
@@ -154,7 +160,6 @@ additional updates.
154160
# 19.1.1
155161
* [fixed] Improved link handling on devices without any browser installed
156162
or without Chrome installed.
157-
158163
* [feature] Added the ability to register a dismiss listener that reacts to
159164
message dismissal.
160165

@@ -180,14 +185,12 @@ additional updates.
180185
* [fixed] Improved handling of activity transitions.
181186
(GitHub [Issue #1410](//github.com/firebase/firebase-android-sdk/issues/1410)
182187
and [Issue #1092](//github.com/firebase/firebase-android-sdk/issues/1092))
183-
184188
* [changed] Migrated to use the [firebase_installations] service _directly_
185189
instead of using an indirect dependency via the Firebase Instance ID SDK.
186190

187191
{% include "docs/reference/android/client/_includes/_iid-indirect-dependency-solutions.html" %}
188192

189193

190-
191194
## Kotlin
192195
The Kotlin extensions library transitively includes the updated
193196
`firebase-inappmessaging` library. The Kotlin extensions library has no
@@ -215,13 +218,10 @@ additional updates.
215218

216219
# 19.0.4
217220
* [fixed] Fixed issue with messages not being fetched on app first open.
218-
219221
* [fixed] Fixed issue with first foreground trigger not being picked up.
220-
221222
* [changed] Internal migration to use the [firebase_installations] service.
222223

223224

224-
225225
## Kotlin
226226
The Kotlin extensions library transitively includes the updated
227227
`firebase-inappmessaging` library. The Kotlin extensions library has no
@@ -231,7 +231,6 @@ additional updates.
231231
* [changed] Internal changes to enable future SDK improvements.
232232

233233

234-
235234
## Kotlin
236235
The Kotlin extensions library transitively includes the updated
237236
`firebase-inappmessaging` library. The Kotlin extensions library has no
@@ -292,3 +291,4 @@ additional updates.
292291

293292
# 17.0.0
294293
* [feature] The initial public beta release of the Firebase In-App Messaging SDK for Android is now available. To learn more, see the [Firebase In-App Messaging documentation](/docs/in-app-messaging).
294+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=20.3.4
1+
version=20.3.5
22
latestReleasedVersion=20.3.3

0 commit comments

Comments
 (0)