Skip to content

Commit c8098ad

Browse files
authored
Add a changelog entry for Firestore platform logging (#2018)
1 parent 12ae453 commit c8098ad

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Unreleased
2-
- [feature] Added `Query.whereNotIn()` and `Query.whereNotEqualTo()` query
3-
operators. `Query.whereNotIn()` finds documents where a specified field’s
4-
value is not in a specified array. `Query.whereNotEqualTo()` finds
5-
documents where a specified field's value does not equal the specified value.
6-
Neither query operator will match documents where the specified field is not
7-
present.
2+
3+
# 21.6.1
4+
- [changed] Added new internal HTTP headers to the gRPC connection.
85

96
# 21.6.0
107
- [fixed] Removed a delay that may have prevented Firestore from immediately
@@ -14,6 +11,12 @@
1411
to the backend immediately after a user signed in.
1512
- [feature] Cloud Firestore now supports connecting to a local emulator via
1613
`FirebaseFirestore#useEmulator()`
14+
- [feature] Added `Query.whereNotIn()` and `Query.whereNotEqualTo()` query
15+
operators. `Query.whereNotIn()` finds documents where a specified field’s
16+
value is not in a specified array. `Query.whereNotEqualTo()` finds
17+
documents where a specified field's value does not equal the specified value.
18+
Neither query operator will match documents where the specified field is not
19+
present.
1720

1821
# 21.4.3
1922
- [changed] Firestore now limits the number of concurrent document lookups it

0 commit comments

Comments
 (0)