Riak KV 2.0.1 Release Notes
Client certificate authentication
As of the recently released 2.0, authentication and authorization are now available in Riak.
Under 2.0.0, it was possible that malformed client certificates would be accepted. This bug has been corrected with 2.0.1.
Merged PRs
- bitcask/186: Bugfix/key transform crash
- bitcask/189: Refresh efile port if gone
- bitcask/190: Fix scan error deadlock
- bitcask/192: Fix remove expired on read race
- bitcask/197: Fix extra tombstones on update
- bitcask/198: Fix race listing readable files
- riak_kv/1008: Use SC bucket types and buckets to know ensembles
- riak_kv/1026: Update to use new breadth-first AAE exchange
- riak_core/626: Allow handoff sender to abort handoff by throw’ing from fold fun
- riak_core/627: Handoff sender sends sync periodically
- riak_core/629: Add breadth-first AAE exchange
- riak_api/66: Do not treat errors as success
- riak_repl/618: Added a worker pool for fullsync sinks.
- riak_repl/619: Small user experience fixes.
- riak_repl/620: Improved AAE fullsync integration/2.0 pull request