Skip to content

Releases: buraksezer/olric

v0.4.0-beta.1

16 Dec 15:36
Compare
Choose a tag to compare
v0.4.0-beta.1 Pre-release
Pre-release

This beta includes the following fixes and improvements:

  • Design an interface for different storage engine implementations #46

v0.3.3

11 Dec 21:49
Compare
Choose a tag to compare

This release includes the following fixes and improvements:

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

v0.3.2

09 Dec 19:39
Compare
Choose a tag to compare

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

05 Dec 13:55
Compare
Choose a tag to compare

This release includes the following fixes and improvements:

  • Integration tests are broken in olric-cli package #69

v0.3.0

26 Nov 08:01
Compare
Choose a tag to compare

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

19 Nov 17:45
Compare
Choose a tag to compare
v0.3.0-rc.2 Pre-release
Pre-release

This release candidate includes the following fixes and improvements:

  • Refactor client configuration #66
  • Move internal/flog under pkg #67

v0.3.0-rc.1

10 Nov 22:52
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release

This release candidate includes the following fixes and improvements:

  • Fix wrong unmarshal method in getPrevOperation 195a65e

v0.3.0-beta.7

20 Oct 18:35
Compare
Choose a tag to compare
v0.3.0-beta.7 Pre-release
Pre-release

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

12 Oct 19:24
Compare
Choose a tag to compare
v0.3.0-beta.6 Pre-release
Pre-release

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

08 Oct 16:27
Compare
Choose a tag to compare
v0.3.0-beta.5 Pre-release
Pre-release

This beta includes the following fixes and improvements:

  • Fix #60
  • Improved Kubernetes integration