All Versions
20
Latest Version
Avg Release Cycle
40 days
Latest Release
1204 days ago

Changelog History
Page 1

  • v0.3.3 Changes

    December 11, 2020

    ๐Ÿš€ This release includes the following fixes and improvements:

    • Wrong use of time.After may lead memory leak #75
  • v0.3.2 Changes

    December 09, 2020

    ๐Ÿš€ This release includes the following fixes and improvements:

    • โž• Add get-entry support to olric-cli #71
    • Go client cannot form Put message properly #72
    • ๐Ÿ”ง Integration tests of olric-cli package fails due to wrong configuration #73
  • v0.3.1 Changes

    December 05, 2020

    ๐Ÿš€ This release includes the following fixes and improvements:

    • ๐Ÿ“ฆ Integration tests are broken in olric-cli package #69
  • v0.3.0 Changes

    November 26, 2020

    What is Olric?

    Distributed cache and in-memory key/value data store. It can be used both as an embedded Go library and as a language-independent service.

    ๐Ÿ’ป With Olric, you can instantly create a fast, scalable, shared pool of RAM across a cluster of computers.

    ๐Ÿ›  This version includes many new features and bug fixes:

    ๐Ÿ‘€ See the milestone for more details.

    ๐Ÿ‘ Thanks to @dunglas and the Caddy community for their support.

  • v0.3.0-rc.2 Changes

    November 19, 2020

    ๐Ÿš€ This release candidate includes the following fixes and improvements:

    • ๐Ÿ”จ Refactor client configuration #66
    • ๐Ÿšš Move internal/flog under pkg #67
  • v0.3.0-rc.1 Changes

    November 10, 2020

    ๐Ÿš€ This release candidate includes the following fixes and improvements:

    • ๐Ÿ›  Fix wrong unmarshal method in getPrevOperation 195a65e
  • v0.3.0-beta.7 Changes

    October 20, 2020

    ๐Ÿ›  This beta includes the following fixes and improvements:

    • โšก๏ธ Properly handle memberlist.NodeUpdate events #54
    • โž• Add GetEntry method to DMap API. It exposes key/value pair with the metadata #63
    • ๐Ÿ Compile and run on Windows #64
    • ๐Ÿ Use GitHub Actions to also run the tests on Windows and Mac #65
  • v0.3.0-beta.6 Changes

    October 12, 2020

    What is Olric?

    Distributed cache and in-memory key/value data store. It can be used both as an embedded Go library and as a language-independent service.

    ๐Ÿ’ป With Olric, you can instantly create a fast, scalable, shared pool of RAM across a cluster of computers.

    ๐Ÿณ Try with Docker:

    docker pull olricio/olricd:v0.3.0-beta.6
    

    v0.3.x tree includes many new features:

    Sample usage:

    ๐Ÿ›  This version includes the following fixes and improvements:

    • โž• Add config.Load to load configuration from YAML files in embedded-member mode #62
    • Scoping problem in read-repair code #61
    • ๐Ÿ‘Œ Improves redirection logic #54
    • Seamlessly scale up or down on Kubernetes
  • v0.3.0-beta.5 Changes

    October 08, 2020

    ๐Ÿ›  This beta includes the following fixes and improvements:

    • ๐Ÿ›  Fix #60
    • ๐Ÿ‘Œ Improved Kubernetes integration
  • v0.3.0-beta.4 Changes

    September 30, 2020

    ๐Ÿ›  This beta includes the following fixes and improvements:

    • ๐Ÿ”€ Prevent data race in replication functions: asyncPutOnCluster and syncPutOnCluster,
    • Prevent redirect loops and warn the user,
    • โœ… More integration tests.