|
1 | 1 | # Unreleased
|
2 |
| - |
| 2 | +* [changed] Relaxed certain query validations performed by the SDK (#4231). |
| 3 | +* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11. |
3 | 4 |
|
4 | 5 | # 24.4.3
|
5 | 6 | * [fixed] Fixed a potential high-memory usage issue.
|
@@ -349,7 +350,7 @@ updates.
|
349 | 350 | and
|
350 | 351 | [`Query.whereNotEqualTo()`](/docs/reference/android/com/google/firebase/firestore/Query#whereNotEqualTo(java.lang.String,%20java.lang.Object))
|
351 | 352 | query operators.
|
352 |
| - |
| 353 | + |
353 | 354 | * `Query.whereNotIn()` finds documents where a specified field's value is
|
354 | 355 | not in a specified array.
|
355 | 356 | * `Query.whereNotEqualTo()` finds documents where a specified field's value
|
@@ -461,7 +462,7 @@ updates.
|
461 | 462 | is IN a specified array. `Query.whereArrayContainsAny()` finds documents
|
462 | 463 | where a specified field is an array and contains ANY element of a specified
|
463 | 464 | array.
|
464 |
| - |
| 465 | + |
465 | 466 | - [changed] Improved the performance of repeatedly executed queries. Recently
|
466 | 467 | executed queries should see dramatic improvements. This benefit is reduced
|
467 | 468 | if changes accumulate while the query is inactive. Queries that use the
|
@@ -719,7 +720,7 @@ updates.
|
719 | 720 | https://github.com/firebase/firebase-android-sdk/issues/134
|
720 | 721 |
|
721 | 722 | # 17.1.4
|
722 |
| -* [fixed] Fixed a SQLite transaction-handling issue that occasionally masked |
| 723 | +* [fixed] Fixed a SQLite transaction-handling issue that occasionally masked |
723 | 724 | exceptions when Firestore closed a transaction that was never started. For
|
724 | 725 | more information, see the [issue report in GitHub](https://github.com/firebase/firebase-android-sdk/issues/115).
|
725 | 726 | * [fixed] Fixed a race condition that caused a `SQLiteDatabaseLockedException`
|
@@ -767,4 +768,3 @@ updates.
|
767 | 768 | or
|
768 | 769 | [`FieldValue.serverTimestamp()`](/docs/reference/android/com/google/firebase/firestore/FieldValue.html#serverTimestamp())
|
769 | 770 | values.
|
770 |
| - |
0 commit comments