diff options
author | Kali Kaneko <kali@leap.se> | 2017-06-01 01:10:42 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-01 01:10:42 +0200 |
commit | c9a4693cadb656473d89fb7f5f4681ab596649a6 (patch) | |
tree | 85911a667ebd3d386029c292084e9835f6a6f112 | |
parent | 616ffe38b3af96394f4c043bafd928d19d00eedf (diff) |
[docs] bump changelog0.9.6
-rw-r--r-- | CHANGELOG.rst | 30 | ||||
-rw-r--r-- | docs/changelog-next.rst | 2 |
2 files changed, 30 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 12a631b3..1224fd22 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,32 @@ -0.9.4 - 17 March, 2017 +0.9.6 - 31 May, 2017 ++++++++++++++++++++++++++++++++ + +Server +~~~~~~ + +- Minimal Filesystem BlobsBackend implementation, disabled by default. + +Client +~~~~~~ + +- Minimal Blobs manager implementation +- Blobs API +- Ability to generate recovery code. +- Fix deprecated multibackend call (cryptography). + +Misc +~~~~~~ + +- Post benchmark results to elasticsearch +- Build docker image and push it to registry every time the dockerfile used for + tests is changed +- Fix flaky tests +- Cleanup old documentation. +- Added dependency on treq. +- Improve cpu/memory profiling. + + +0.9.5 - 17 March, 2017 +++++++++++++++++++++++++++++++ Server diff --git a/docs/changelog-next.rst b/docs/changelog-next.rst index 52540f8e..f7a90692 100644 --- a/docs/changelog-next.rst +++ b/docs/changelog-next.rst @@ -1,4 +1,4 @@ -0.9.4 - +0.9.7 - +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during |