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
When creating objects, if the server does not return the correct full object, attempt to retrieve it before returning to call-site. (#197), thanks to @cbaker6.
Fixes an issue when using mergeable on ParseInstallation's' and properties that are automatically computed such as appVersion are not sent to the server. (#197), thanks to @cbaker6.
Allow hook triggers on ParseConfig and improve SDK ability to throw errors when the developer uses unsupported trigger combinations. Also changes lowest requirements to be Swift 5.7 and Xcode 14.0 which aligns with other Swift Packages (#179), thanks to @cbaker6.