*: cut 2.0.0-beta.1

This commit is contained in:
Fabian Reinartz 2017-08-11 12:27:20 +02:00
parent 146191a913
commit 2797fb4e73
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
## v2.0.0-beta.1 / 2017-08-11
This release includes numerous changes to the new storage layer. The main changes are:
* [CHANGES] Deterministic block boundaries
* [ENHANCEMENTS] Avoid memory usage spikes during compactions
It's generally advised to start with a clean storage directory. As a best effort,
running `sed -i .bkp 's/generation/level/g' */meta.json` from within the directory
should be sufficient to migrate data written by v2.0.0-beta.0.
## 1.7.1 / 2017-06-12 ## 1.7.1 / 2017-06-12
* [BUGFIX] Fix double prefix redirect. * [BUGFIX] Fix double prefix redirect.

View File

@ -1 +1 @@
2.0.0-beta.0 2.0.0-beta.1