You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 2.0.1 (2020/12/10)
2
+
3
+
2.0.1 is a special release, it only exists to add the v3 support to Loki's chunk format.
4
+
5
+
**There is no reason to upgrade from 2.0.0 to 2.0.1**
6
+
7
+
This chunk version is internal to Loki and not configurable, and in a future version v3 will become the default (Likely 2.2.0).
8
+
9
+
We are creating this to enable users to roll back from a future release which was writing v3 chunks, back as far as 2.0.0 and still be able to read chunks.
10
+
11
+
This is mostly a safety measure to help if someone upgrades from 2.0.0 and skips versions to a future version which is writing v3 chunks and they encounter an issue which they would like to roll back. They would be able to then roll back to 2.0.1 and still read v3 chunks.
12
+
13
+
It should be noted this does not help anyone upgrading from a version older than 2.0.0, that is you should at least upgrade to 2.0.0 before going to a newer version if you are on a version older than 2.0.0.
0 commit comments