From af2fccd6799413dbfa9341015f6b91ffc60e087e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 23 Jul 2020 11:30:28 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a775156..4a49be856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -# Changes in unreleased +# Changes in 0.1.0 ## Summary * Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#5](https://github.com/owncloud/ocis-store/pull/5) +* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-store/pull/1) ## Details @@ -12,4 +13,16 @@ https://github.com/owncloud/ocis-store/pull/5 + +* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-store/pull/1) + + We have built a new service which implements go micro's [store + interface](https://github.com/micro/development/blob/master/design/framework/store.md), + so that we can provide a key-value-store through GRPC for our services. The underlying + implementation stores data as json files on disk and maintains an index using + [bleve](https://github.com/blevesearch/bleve). + + https://github.com/owncloud/ocis-store/pull/1 + https://github.com/owncloud/ocis-store/pull/2 + -}}