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

Changelog History
Page 2

  • v0.3.0-beta.3 Changes

    September 09, 2020

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

    • Manage request life-cycle and timeouts #49
    • โœ… Data race in internal/transport tests #50
    • โœ… Data race in TestStream_PingPong #52
  • v0.3.0-beta.2 Changes

    August 26, 2020
    • ๐Ÿณ Docker-compose integration
    • ๐Ÿ“ฆ Integration tests for cmd/olric-cli and internal/transport packages.
  • v0.3.0-beta.1 Changes

    August 01, 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.1
    

    First beta version for v0.3.x tree:

    • ๐ŸŽ‰ Initial implementation of DTopic data structure,
    • Olric Binary Protocol reimplemented. Now it's very easy to define new message types.

    Sample usage:

  • v0.2.0 Changes

    May 04, 2020

    Olric 0.2.0 is ready to use. Major changes:

    • Clustering algorithm has been implemented properly,
    • A new binary protocol on top of TCP instead of HTTP,
    • Service discovery integration,
    • Helper tools: olricd, olric-cli, olric-load and olric-stats,
    • ๐Ÿ”’ LockWithTimeout/Lock is reimplemented,
    • LRU caching
    • Pipelining.
  • v0.2.0-rc.5 Changes

    April 26, 2020

    ๐Ÿ›  #26 and #27 fixed

    ๐Ÿ“š Development version of v0.2.x series. It's mostly stable but you should be careful while using. Some parts of documentation(clustering, deployment, eviction algorithms and etc) are missing. There may be subtle bugs in various components.

  • v0.2.0-rc.4 Changes

    April 07, 2020

    Kubernetes integration finally works!

    ๐Ÿ“š Development version of v0.2.x series. It's mostly stable but you should be careful while using. Some parts of documentation(clustering, deployment, eviction algorithms and etc) are missing. There may be subtle bugs in various components.

  • v0.2.0-rc.3 Changes

    March 15, 2020

    โœ… Latest fixes and initial implementation of service discovery interface. Check out this for Consul integration: https://github.com/buraksezer/olric-consul-plugin

    ๐Ÿ“š Development version of v0.2.x series. It's mostly stable but you should be careful while using. Some parts of documentation(clustering, deployment, eviction algorithms and etc) are missing. There may be subtle bugs in various components.

  • v0.2.0-rc.2 Changes

    March 02, 2020

    โœ… Latest fixes and initial implementation of distributed query APIs.

    ๐Ÿ“š Development version of v0.2.x series. It's mostly stable but you should be careful while using. Some parts of documentation(clustering, deployment, eviction algorithms and etc) are missing. There may be subtle bugs in various components.

  • v0.2.0-rc.1 Changes

    December 13, 2019

    Development version of v0.2.x series. It's mostly stable but you should be careful while using. Some parts of documentation(clustering, deployment, eviction algorithms and etc) are missing. There may be subtle bugs in various components.

  • v0.1.0 Changes

    November 06, 2018

    First public version.