1.8 KiB
Changelog for 0.1.1 (2020-08-17)
The following sections list the changes in ocis-store 0.1.1.
Summary
- Bugfix - Removed code from other service: #7
Details
-
Bugfix - Removed code from other service: #7
We had code copied over from another repository which doesn't belong in here and now removed it again.
Changelog for 0.1.0 (2020-07-23)
The following sections list the changes in ocis-store 0.1.0.
Summary
- Bugfix - Build docker images with alpine:latest instead of alpine:edge: #5
- Change - Initial release of basic version: #1
Details
-
Bugfix - Build docker images with alpine:latest instead of alpine:edge: #5
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
-
Change - Initial release of basic version: #1
We have built a new service which implements go micro's store interface, 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/owncloud/ocis/store/pull/1 https://github.com/owncloud/ocis/store/pull/2
-}}