Releases: parse-community/Parse-Swift
Releases · parse-community/Parse-Swift
1.9.10
Full Changelog
Fixes
- ParseInstallation can't be retreived from Keychain after the first fun (#236), thanks to Corey Baker.
1.9.9
Fixes
- Saving ParseObjects with ParseFile properties now saves files on background queue (#230), thanks to Corey Baker.
1.9.8
Fixes
- Use a seperate Keychain for each app bundleId. This only effects macOS apps as their Keychain is handled by the OS differently. For macOS app developers only, the user who logged in last to your app will have their Keychain upgraded to the patched version. Other users/apps will either need to login again or logout then login again (#224), thanks to Corey Baker.
1.9.7
Improvements
- Properly allow a mixed custom objectId environment without compromising safety checks using .save(). If a developer wants to ignore the objectId checks, they need to specify isIgnoreCustomObjectIdConfig = true each time (#222), thanks to Corey Baker.
1.9.6
Fixes
- Query withinMiles and withinKilometers was not returning unsorted results when sort=false (#219), thanks to Corey Baker.
1.9.5
1.9.4
Full Changelog
Fixes
- Fix LiveQuery reconnections when server disconnects. Always receive and pass connection errors to ParseLiveQuery delegate (#211), thanks to Corey Baker.
1.9.3
Full Changelog
Improvements
- Ensure delegate set before resuming a ParseLiveQuery task (#209), thanks to Corey Baker.
1.9.2
Full Changelog
Improvements
- ParseLiveQuery checks all states of a websocket and reacts as needed after an error (#207), thanks to Corey Baker.
1.9.1
Improvements
- Clear caching when a user logs out (#198), thanks to @cbaker6.
- Close all LiveQuery connections when a user logs out (#199), thanks to @cbaker6.
- ParseLiveQuery attempts to reconnect upon disconnection error (#204), thanks to @cbaker6.
- Make ParseFileManager public so developers can easily find the location of ParseFiles (#205), thanks to @cbaker6.
Fixes