Skip to content

3.11.2

Compare
Choose a tag to compare
@hector-dropbox hector-dropbox released this 20 Apr 16:00
· 201 commits to master since this release

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!