Skip to content

Commit 391ad9e

Browse files
committed
Add changelog entries for grpc / proto dep updates.
1 parent e2d3607 commit 391ad9e

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
33

44
# 24.4.3
55
* [fixed] Fixed a potential high-memory usage issue.
@@ -349,7 +349,7 @@ updates.
349349
and
350350
[`Query.whereNotEqualTo()`](/docs/reference/android/com/google/firebase/firestore/Query#whereNotEqualTo(java.lang.String,%20java.lang.Object))
351351
query operators.
352-
352+
353353
* `Query.whereNotIn()` finds documents where a specified field's value is
354354
not in a specified array.
355355
* `Query.whereNotEqualTo()` finds documents where a specified field's value
@@ -461,7 +461,7 @@ updates.
461461
is IN a specified array. `Query.whereArrayContainsAny()` finds documents
462462
where a specified field is an array and contains ANY element of a specified
463463
array.
464-
464+
465465
- [changed] Improved the performance of repeatedly executed queries. Recently
466466
executed queries should see dramatic improvements. This benefit is reduced
467467
if changes accumulate while the query is inactive. Queries that use the
@@ -719,7 +719,7 @@ updates.
719719
https://github.com/firebase/firebase-android-sdk/issues/134
720720

721721
# 17.1.4
722-
* [fixed] Fixed a SQLite transaction-handling issue that occasionally masked
722+
* [fixed] Fixed a SQLite transaction-handling issue that occasionally masked
723723
exceptions when Firestore closed a transaction that was never started. For
724724
more information, see the [issue report in GitHub](https://github.com/firebase/firebase-android-sdk/issues/115).
725725
* [fixed] Fixed a race condition that caused a `SQLiteDatabaseLockedException`
@@ -767,4 +767,3 @@ updates.
767767
or
768768
[`FieldValue.serverTimestamp()`](/docs/reference/android/com/google/firebase/firestore/FieldValue.html#serverTimestamp())
769769
values.
770-

firebase-messaging/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22
* [fixed] Fix a breakage related to Jetpack core library related to [upstream update](https://android-review.googlesource.com/c/platform/frameworks/support/+/2399893)
3+
* [changed] Updated javalite, protoc, protobufjavautil to 3.21.11.
34

45
# 23.1.1
56
* [fixed] Fixed deadlock when handling simultaneous messages.
@@ -403,4 +404,3 @@ released on [March 03, 2020](/support/release-notes/android#2020-03-03).
403404
now return a
404405
[`Task`](/docs/reference/android/com/google/android/gms/tasks/Task) that can
405406
be used to see when the request has completed.
406-

firebase-ml-modeldownloader/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [changed] Updated javalite, protoc, protobufjavautil to 3.21.11.
33

44
# 24.1.2
55
* [changed] Internal infrastructure improvements.
@@ -125,4 +125,3 @@ runtime.
125125

126126
* [feature] Added ability to get the model download ID, which allows progress
127127
tracking of file downloads.
128-

firebase-perf/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
* [changed] Updated javalite, protoc, protobufjavautil to 3.21.11.
23

34
# 20.3.1
45
* [changed] Migrated [perfmon] to use standard Firebase executors.
@@ -332,4 +333,3 @@ updates.
332333

333334
# 16.1.0
334335
* [fixed] Fixed a `SecurityException` crash on certain devices that do not have Google Play Services on them.
335-

0 commit comments

Comments
 (0)