Published version 5.3.2.
From the user point of view, the changes are visible, mainly by that change:
- Renamed
xxxLocal
tolocalXxx
(xxxLocal
marked as@deprecated
for removal):getLocal
is nowlocalGet
putLocal
is nowlocalPut
accumulateLocal
is nowlocalAccumulate
Those changes are to unify the names of methods (localGet
like asyncGet
).