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

Releases: owncloud/ocis-store

0.1.1

17 Aug 14:36
v0.1.1
Compare
Choose a tag to compare

Changes in 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

-}}

0.1.0

24 Jul 11:29
v0.1.0
Compare
Choose a tag to compare

Changes in 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

-}}