Skip to content

Commit

Permalink
Prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jul 23, 2020
1 parent 8f290aa commit 47f2d7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog/0.1.0_2020-07-23/initial-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Change: Initial release of basic version

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
File renamed without changes.

0 comments on commit 47f2d7d

Please sign in to comment.