-
Notifications
You must be signed in to change notification settings - Fork 939
Update CHANGELOG.md #1198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CHANGELOG.md #1198
Conversation
packages/firestore/CHANGELOG.md
Outdated
@@ -1,4 +1,9 @@ | |||
# Unreleased | |||
# Unreleased (0.8.1) | |||
- [changed] The internal handling for locally updated documents that haven't yet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of these notes start with the verb (i.e. "Changed" in this case).
If possible it would be worthwhile to vaguely describe what the differences might be. Something like: SnapshotMetadata.hasPendingWrites
may now be cleared earlier than it used to (or whatever the actual change is).
One key difference here is that after restart an acknowledged but unobserved document will have hasPendingWrites: false but fromCache: true. Should we make note that users wanting to make sure documents are non-dirty should check for either condition?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated Changelog per our discussion:
- Changed the wording slightly to start with "Changed", but didn't mention the restart case since that hasn't actually changed in behavior. I also shied away from adding more detail since it is really hard to describe to external users.
- Added a section on how we no longer rebase mutations as we get outdated document updates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Firestore change log for held write acks change.