File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # v0.15.0
3
4
- [ changed] Changed how the SDK handles locally-updated documents while syncing
4
5
those updates with Cloud Firestore servers. This can lead to slight behavior
5
6
changes and may affect the ` SnapshotMetadata.hasPendingWrites ` metadata flag.
6
7
- [ changed] Eliminated superfluous update events for locally cached documents
7
8
that are known to lag behind the server version. Instead, the SDK buffers
8
9
these events until the client has caught up with the server.
9
-
10
- # v0.14.0
11
- - [ fixed] Fixed compilation in C99 and C++11 modes without GNU extensions.
12
10
- [ changed] Moved from Objective-C gRPC framework to gRPC C++. If you're
13
11
manually tracking dependencies, the ` gRPC ` , ` gRPC-ProtoRPC ` , and
14
12
` gRPC-RxLibrary ` frameworks have been replaced with ` gRPC-C++ ` . While we
15
13
don't anticipate any issues, please [ report any issues with network
16
14
behavior] ( https://github.com/firebase/firebase-ios-sdk/issues/new ) you
17
15
experience. (#1968 )
18
16
17
+ # v0.14.0
18
+ - [ fixed] Fixed compilation in C99 and C++11 modes without GNU extensions.
19
+
19
20
# v0.13.6
20
21
- [ changed] Internal improvements.
21
22
You can’t perform that action at this time.
0 commit comments