Skip to content

Releases: buraksezer/olric

v0.4.0-beta.5

16 Jun 19:30
Compare
Choose a tag to compare
v0.4.0-beta.5 Pre-release
Pre-release

This release includes the following fixes and improvements:

  • Consistency only works with two members... #92 Commit: 549d87c

v0.3.8

16 Jun 19:22
Compare
Choose a tag to compare

This release includes the following fixes and improvements:

The new connection pooling package is rebranded version of buraksezer/pool. A critical bug has also been fixed: fatih/pool#26.

v0.4.0-beta.4

13 Jun 17:37
Compare
Choose a tag to compare
v0.4.0-beta.4 Pre-release
Pre-release

This beta includes the following fixes and improvements:

  • Wrong offset alignment #93
  • Use ConnPool as connection pool implementation

v0.4.0-beta.3

08 Jun 17:08
Compare
Choose a tag to compare
v0.4.0-beta.3 Pre-release
Pre-release

This beta includes the following fixes and improvements:

  • Single member stats for existing metrics collector #82
  • Collect more metrics about the current state of a node #87

v0.4.0-beta.2

01 May 17:43
Compare
Choose a tag to compare
v0.4.0-beta.2 Pre-release
Pre-release

This beta includes the following fixes and improvements:

  • Move data structure implementations to their own packages #70

Bug fixes from v0.3.x tree:

  • Fix 64-bit alignment of 64-bit words accessed atomically on ARM #81
  • olric-load output is useless #80
  • Single member stats for existing metrics collector #82
  • List members of cluster #77

v0.3.7

25 Apr 17:33
Compare
Choose a tag to compare

This release includes the following fixes and improvements:

  • [BUG] Single member stats for existing metrics collector #82

v0.3.6

21 Feb 18:24
Compare
Choose a tag to compare

This release includes the following fixes and improvements:

  • [BUG] Fix 64-bit alignment of 64-bit words accessed atomically on ARM #81

v0.3.5

17 Feb 20:00
Compare
Choose a tag to compare

This release includes the following fixes and improvements:

  • [BUG] olric-load output is useless #80

v0.3.4

12 Jan 19:03
Compare
Choose a tag to compare

This release includes the following fixes and improvements:

  • List members of cluster #77

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