You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
streams: introduction of IStreamExecutor (81e099c)
Performance Improvements
efficient computation of delta between versions (2561f92)
efficient computation of delta between versions (96173f8)
model-client: stricter limit of the body size in pushObjects (490b201)
model-client: stricter limit of the body size in pushObjects (0313c0a)
model-datastructure: split large lists of operations into smaller key-value entries (88bd1a8)
mps-sync-plugin: implementation of NodeAssociationToModelServer was slow (6481e23)
BREAKING CHANGES
model-datastructure: Some of the constructors of CLVersion and CLTree were removed. There are either
static methods as a replacements or some of the parameters need be converted to a non-deprecated
type before passing them to the constructor.
The asynchronous stream based model API switch from Reaktive to a custom one.