Skip to content

Releases: parse-community/Parse-Swift

1.9.10

15 Sep 02:09
ddcf35f
Compare
Choose a tag to compare

Full Changelog
Fixes

  • ParseInstallation can't be retreived from Keychain after the first fun (#236), thanks to Corey Baker.

1.9.9

12 Sep 03:52
77e792a
Compare
Choose a tag to compare

Full Changelog

Fixes

  • Saving ParseObjects with ParseFile properties now saves files on background queue (#230), thanks to Corey Baker.

1.9.8

05 Sep 14:36
e1e5bd7
Compare
Choose a tag to compare

Full Changelog

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

02 Sep 13:15
ba3d60e
Compare
Choose a tag to compare

Full Changelog

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

29 Aug 14:49
f6b2230
Compare
Choose a tag to compare

Full Changelog

Fixes

  • Query withinMiles and withinKilometers was not returning unsorted results when sort=false (#219), thanks to Corey Baker.

1.9.5

27 Aug 12:37
38bbd01
Compare
Choose a tag to compare

Full Changelog

Improvements

  • LiveQuery web socket connections handle URL error codes -1001 "The request timed out" and -1011 "There was a bad response from the server." (#217), thanks to @lsmilek1.

1.9.4

06 Aug 01:59
38caf2e
Compare
Choose a tag to compare

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

03 Aug 14:13
edbe3c6
Compare
Choose a tag to compare

Full Changelog
Improvements

  • Ensure delegate set before resuming a ParseLiveQuery task (#209), thanks to Corey Baker.

1.9.2

01 Aug 21:23
a6e949e
Compare
Choose a tag to compare

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

31 Jul 22:57
49e8083
Compare
Choose a tag to compare

Full Changelog

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

  • Fix Facebook and Twitter login setting incorrect keys (#202), thanks to @dblythy.