Skip to content

Bug fix release

Compare
Choose a tag to compare
@narenranjit narenranjit released this 13 Oct 19:10
· 465 commits to master since this release

Bug fixes:

  • Fix inconsistent format for getDataChannel
    Due to a bad falsy check, boolean values used to be incorrectly returned under data.data if it was false and under data for anything else. It's consistently returned under data now. Note that this is a breaking change if you were relying on the older incorrect format.

  • Pass through userIds for the autoAssign method in the World API Adapter. It was being ignored before.