File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# v0.16.1
4
4
- [ fixed] Offline persistence now properly records schema downgrades. This is a
5
- forward-looking change that allows versions past this one to safely downgrade
6
- to this version. Downgrading to versions prior this one can be safe depending
7
- on the source version. For example, downgrading from v0.16.1 to v0.15.0 is
8
- safe because there have been no schema changes between these releases.
5
+ forward-looking change that allows all subsequent versions to safely downgrade
6
+ to this version. Some other versions might be safe to downgrade to, if you can
7
+ determine there haven't been any schema migrations between them. For example,
8
+ downgrading from v0.16.1 to v0.15.0 is safe because there have been no schema
9
+ changes between these releases.
9
10
- [ fixed] Fixed an issue where gRPC would crash if shut down multiple times
10
11
(#2146 ).
11
12
You can’t perform that action at this time.
0 commit comments