Bug fix release
Bug fixes:
-
Fix inconsistent format for
getDataChannel
Due to a bad falsy check, boolean values used to be incorrectly returned underdata.data
if it wasfalse
and underdata
for anything else. It's consistently returned underdata
now. Note that this is a breaking change if you were relying on the older incorrect format. -
Pass through
userIds
for theautoAssign
method in the World API Adapter. It was being ignored before.