Skip to content

Minor tweaks to release note #2182

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

Merged
merged 3 commits into from
Dec 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

# v0.16.1
- [fixed] Offline persistence now properly records schema downgrades. This is a
forward-looking change that allows versions past this one to safely downgrade
to this version. Downgrading to versions prior this one can be safe depending
on the source version. For example, downgrading from v0.16.1 to v0.15.0 is
safe because there have been no schema changes between these releases.
forward-looking change that allows all subsequent versions to safely downgrade
to this version. Some other versions might be safe to downgrade to, if you can
determine there haven't been any schema migrations between them. For example,
downgrading from v0.16.1 to v0.15.0 is safe because there have been no schema
changes between these releases.
- [fixed] Fixed an issue where gRPC would crash if shut down multiple times
(#2146).

Expand Down