File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ - [ feature] Custom objects (POJOs) can now be passed as a field value in
3
+ update(), within ` Map<> ` objects passed to set(), in array transform
4
+ operations, and in query filters.
2
5
3
6
# 17.1.2
4
7
- [ changed] Changed the internal handling for locally updated documents that
8
11
- [ changed] Eliminated superfluous update events for locally cached documents
9
12
that are known to lag behind the server version. Instead, we buffer these
10
13
events until the client has caught up with the server.
11
- - [ feature] Custom objects (POJOs) can now be passed as a field value in
12
- update(), within ` Map<> ` objects passed to set(), in array transform
13
- operations, and in query filters.
14
14
15
15
# 17.1.1
16
16
- [ fixed] Fixed an issue where the first ` get() ` call made after being offline
You can’t perform that action at this time.
0 commit comments