Releases: basho/riak_kv
Riak KV 3.0.16 - Release
Fixes to nextgen repl:
- a fix to next gen replication when using node_confirms;
- make the vnode count in replication fetch and push configurable.
Other fixes
- a fix to hot backup with leveled;
- some protection from overflowing reaper/eraser mailboxes;
- updated dependencies for riak_core and leveled.
Riak KV 3.0.15 - Release
Fix bad return value when using auto_check
with Tictac AAE full-sync.
Riak KV 3.0.14 - Release
Allow for the optional handoff of deletes. By handing off deletes, when delete_mode is not keep
, the number of tombstone discrepancies that have to be resolved via AAE following completion of a handoff will be reduced.
Riak KV 3.0.13 - Release
There are two primary changes in this release:
-
An update to improve the efficiency of the HTTP API, and ensure behaviour with respect to conditional PUTs is more consistent between APIs.
-
The addition of a configuration option to read repair only to primary vnodes.
Riak KV 3.0.12 - Release
A number of minor fixes, along with leveled improvements.
Riak KV 3.0.11 - Release
Updated tag for leveled change
Riak KV 3.0.10 - Release
Changes in two broad areas:
- Improvements to replication: peer discovery, auto_check in full-sync.
- Add an overflow queue feature, that will write to disk to avoid overflowing the memory, and applied to the following workers: reaper, eraser, replrtq_src and reader (a new worker for queueing read repairs).
Riak KV 3.0.9 - Release
Add improved monitoring of 2i queries, and improved 2i performance via updated riak_core release.
Riak KV 3.0.8 - Release
Add the Selective Sync feature, and the Range Repair aae_fold. Also includes stability improvements.
Riak KV 2.9.10 - Release
Fix to critical issue in leveled when using (non-default, but recommended, option): leveled_reload_recalc = enabled
If using this option, it is recommended to rebuild the ledger at some stage after updating.