-
Notifications
You must be signed in to change notification settings - Fork 938
Update changelog for upcoming release. #313
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
Conversation
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.
See if you can't get the actual version number we're releasing in here too. If you can't no big deal; we'll update it after the fact.
packages/firestore/CHANGELOG.md
Outdated
@@ -1,4 +1,7 @@ | |||
# Unreleased | |||
- [changed] Network streams are automatically closed after 60 seconds of | |||
idleness. | |||
- [changed] We no longer log 'RPC failed' messages for expected failures. | |||
|
|||
# v0.1.2 | |||
- [fixed] Fixed validation of nested arrays to allow indirect nesting |
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.
- [changed] We now support field deletes for set() with
{merge:true}
.
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.
Added:
- [changed] We now support
FieldValue.delete()
sentinels inset()
calls
with{merge:true}
.
This reverts commit f19e49e.
@@ -1,4 +1,7 @@ | |||
# Unreleased |
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.
If we can add a # v0.1.4
here that'd be great
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.
done
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
No description provided.