v2.1.0
Added a new feature, and fixed a few bugs.
New Features
- Persistent objects (i.e. Replicated objects with Persistent fields) can now generate signed logs of their update history, as described in pull request #179
- A small wrapper library around OpenSSL is implemented in the
opnssl/
directory; this is used to support the signed-logs feature - New and improved performance tests in the
applications/tests/performance_tests/
directory derecho::Group
can be constructed with multipleDeserializationContext
s, in case each subgroup needs its ownDeserializationContext
(see issue #162)- The
Persistent<T>
type now has agetDelta()
function (and associatedgetDeltaByIndex()
) that can be used when a Persistent field supports delta-based logs, as described in pull request #173 - Added some new accessor functions to
ExternalGroup
(the external client class) for retrieving the current number of subgroups and shards
Bugfixes
Fixed the following bugs: