Skip to content

Commit 6ce83cc

Browse files
committed
Update changelog for v0.15.0.
1 parent 574e6d2 commit 6ce83cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Firestore/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# Unreleased
22

3+
# v0.15.0
34
- [changed] Changed how the SDK handles locally-updated documents while syncing
45
those updates with Cloud Firestore servers. This can lead to slight behavior
56
changes and may affect the `SnapshotMetadata.hasPendingWrites` metadata flag.
67
- [changed] Eliminated superfluous update events for locally cached documents
78
that are known to lag behind the server version. Instead, the SDK buffers
89
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.
1210
- [changed] Moved from Objective-C gRPC framework to gRPC C++. If you're
1311
manually tracking dependencies, the `gRPC`, `gRPC-ProtoRPC`, and
1412
`gRPC-RxLibrary` frameworks have been replaced with `gRPC-C++`. While we
1513
don't anticipate any issues, please [report any issues with network
1614
behavior](https://github.com/firebase/firebase-ios-sdk/issues/new) you
1715
experience. (#1968)
1816

17+
# v0.14.0
18+
- [fixed] Fixed compilation in C99 and C++11 modes without GNU extensions.
19+
1920
# v0.13.6
2021
- [changed] Internal improvements.
2122

0 commit comments

Comments
 (0)