Releases: basho/riak
Riak KV 2.9.0 - Release Candidate 7
This is the seventh public release candidate for Riak 2.9.0.
For information on the content of the release see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md
For specific information on the changes in Release Candidate 7 see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md#release-290-rc7
For information on the testing undertaken so far in the release cycle - https://github.com/martinsumner/riak_testing_notes/blob/master/Release%202.9%20-%20Test%20Summary.md
The release candidate resolves an issue with the beam failing to fully garbage collect memory from leveled file processes in some circumstances.
Riak KV 2.9.0 - Release Candidate 6
This is the sixth public release candidate for Riak 2.9.0.
For information on the content of the release see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md
For specific information on the changes in Release Candidate 6 see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md#release-290-rc6
For information on the testing undertaken so far in the release cycle - https://github.com/martinsumner/riak_testing_notes/blob/master/Release%202.9%20-%20Test%20Summary.md
The release candidate resolves a number of issues with http security both in riak and yokozuna.
Riak KV 2.9.0 - Release Candidate 5
This is the fifth public release candidate for Riak 2.9.0.
For information on the content of the release see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md
For specific information on the changes in Release Candidate 5 see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md#release-290-rc5
For information on the testing undertaken so far in the release cycle - https://github.com/martinsumner/riak_testing_notes/blob/master/Release%202.9%20-%20Test%20Summary.md
The release candidate is focused on leveled changes to improve memory handling in Riak handoff scenarios
Riak KV 2.9.0 - Release Candidate 3
This is the third public release candidate for Riak 2.9.0.
For information on the content of the release see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md
For specific information on the changes in Release Candidate 2 see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md#release-292-rc2
For information on the testing undertaken so far in the release cycle - https://github.com/martinsumner/riak_testing_notes/blob/master/Release%202.9%20-%20Test%20Summary.md
The release candidate is entirely related to leveled changes. This improves on and corrects some of the changes made to handle issues raised in eqc testing of leveled. This is also a more conservative release in terms of backing off when leveled is under heavy write pressure - to try and handle issues discovered with less predictable behaviour when running large handoffs with high transfer limits.
Riak KV 2.9.0 - Release Candidate 2
This is the first public release candidate for Riak 2.9.0.
For information on the content of the release see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md
For specific information on the changes in Release Candidate 2 see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md#release-292-rc2
For information on the testing undertaken so far in the release cycle - https://github.com/martinsumner/riak_testing_notes/blob/master/Release%202.9%20-%20Test%20Summary.md
Riak KV 2.9.0 - Release Candidate 1
This is the first public release candidate for Riak 2.9.0.
For information on the content of the release see - https://github.com/basho/riak/blob/develop-2.9/doc/Release%202.9%20Series%20-%20Overview.md
For information on the testing undertaken so far in the release cycle - https://github.com/martinsumner/riak_testing_notes/blob/master/Release%202.9%20-%20Test%20Summary.md
Pre-release with repl included.
Tagged as 2.2.4 for building OS Riak package with repl included.
Riak 1.4.8
Riak 1.4.8
This is a bugfix release on the 1.4 series of Riak.
Issues / PR's Resolved
AAE regression fixed
This fixes the backport issue that caused AAE to stop detecting object
modifications due to a failure to compute the hashes.
Bitcask startup failures on upgrade.
A regression introduced in 1.4.4 caused bitcask partitions to no
longer be able to start when an empty datafile had the highest file id
in that partition. This most commonly happened on the first start of
an upgraded node going from a pre-1.4.4 build to something later, but
was possible to see in a few other conditions. The fix added in this
release removes empty files on partition startup, and fixes added in
1.4.4 will prevent them from being created in the future.
Issues Closed
- bitcask/137: add code to clean up empty data and hintfiles
- riak_kv/818: Add missing riak_object:is_robject function
- riak_kv/834: Export riak_kv_vnode:get/4
- riak_kv/836: Backport object size/sibling limits to 1.4
- riak_kv/845: Fix use of FSM timeouts in 2i AAE