3.11.2
Hello! We've just release version 3.11.2 of the Objective SDK to address two issues.
Major
This new release fixes a long standing problem where the v2 batchUploadFiles
API causes UI hanging issues due to two sleep()
s being performed on the main thread in the response block. Please see #241 for more context on this particular issue.
Minor
The compiler also emitted two implicit conversion
warnings when bring this SDK into a project. The warnings have been removed now since we are now explicitly casting to char
within DBStoneSerializers.m
!