Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (29 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

51 lines (29 loc) · 1.82 KB

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.

    #7

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.

    #5

  • 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.

    #1 #2

-}}