Releases: olric-data/olric
Releases · olric-data/olric
v0.4.0-beta.10
This release includes the following fixes and improvements:
- Add
--keep-goingto olric-benchmark - Create local DMap fragment to run a query on the cluster
v0.4.0-beta.9
This release includes the following fixes and improvements:
- Remove stale tables more effectively. See #106 for details.
- Initialize DMap every time to run the operation on the cluster.
- Add
RoutingTablePushIntervalconfig directive to control push interval programatically.
v0.3.9
v0.4.0-beta.8
This release includes the following fixes and improvements:
- Remove dead member tracker. Service discovery plugins will take over its responsibility.
v0.4.0-beta.7
This release includes the following fixes and improvements:
- Potential race condition in fragment creation #99
v0.4.0-beta.6
This release includes the following fixes and improvements:
- Read repair feature doesn't work properly #97
v0.4.0-beta.5
v0.3.8
This release includes the following fixes and improvements:
- Use buraksezer/connpool for connection pooling.
- Default MaxConn is 100.
The new connection pooling package is rebranded version of buraksezer/pool. A critical bug has also been fixed: fatih/pool#26.