February 8th, 2011· Fixed Bug in com.mckoi.data.OrderedSetData that would cause a fail on insert with particular strings.
· Made some performance improvements to the Object Database consensus function.
· Completed iterator and view functionality in com.mckoi.odb.ODBList.
· Changed object logging behavior slightly to allow for a particular type of constraint violation detection.
January 5th, 2011· Nodes are now addressed in an 128-bit key space.
· Added an end-to-end checksum for nodes.
· Multiple manager servers may now be allocated in a network cluster.
· Database paths may now be assigned to multiple root servers for redundancy.
· Added an object database data model and API (see com.mckoi.odb.ObjectDatabase).
May 25th, 2010· Added a function for hinting future objects that are likely to be fetched allowing the engine to reduce the number of block server queries. The purpose of this function is to reduce node query/response latency.
· Fixed a synchronization bug in the SimpleDatabase consensus function.
· Added an additional root server command to inspect the paths available on the network.
· Added a path rollback command to the administration console.