You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add batch and increment double operations. All operations have also been made public so developers can build batch operations with ParseOperationBatch (#88), thanks to @cbaker6.
Add ParseUser.loginAs(objectId: String) method to allow impersonating a user. This method requires the server primaryKey and is intended to run server-side (#79), thanks to @cbaker6.
Fixes
Fix ParseUser.become(), ParseUser.linkCommand, and other calls that depend on a specific endpoint for specialized ParseObjects such as ParseUser, ParseInstallation, ParseRole, etc. (#80), thanks to @cbaker6.
Instead of a possible inifinite loop, throw an error if the Swift SDK is used, but not initialized within 5 seconds of first use (#73), thanks to @cbaker6.