Skip to content

Releases: parse-community/Parse-SDK-iOS-OSX

4.0.1

28 Apr 22:39
Compare
Choose a tag to compare

4.0.1 (2024-04-28)

Bug Fixes

  • LiveQuery starter project fails to build (#1784) (0821194)

4.0.0

28 Apr 14:43
Compare
Choose a tag to compare

4.0.0 (2024-04-28)

Features

BREAKING CHANGES

  • This release removes ParseUI. (139eca7)

3.0.0

08 Apr 14:51
Compare
Choose a tag to compare

3.0.0 (2024-04-08)

Features

  • Add PFObject.isDataAvailableForKey to check if data is available for individual key (#1756) (dd05d41)
  • Remove ParseFacebookUtils and ParseTwitterUtils (#1779) (f1311ee)

BREAKING CHANGES

  • Removes convenience modules ParseFacebookUtils and ParseTwitterUtils, instead manually add the 3rd party authentication service SDK to log in and provide the authentication data to PFUser.logInWithAuthType to link the Parse User. (f1311ee)

2.7.3

06 Oct 00:43
Compare
Choose a tag to compare

2.7.3 (2023-10-06)

Bug Fixes

  • Compilation errors in ParseLiveQuery using Starscream 4.0.6 (#1749) (3da5bde)

2.7.2

05 Oct 22:18
Compare
Choose a tag to compare

2.7.2 (2023-10-05)

Bug Fixes

  • Compilation errors Undefined symbol and SystemConfiguration not found on watchOS (#1748) (e7df36b)

Notes

  • The compiled frameworks of the Parse SDK will not be provided anymore as part of a release. Instead use Swift Package Manager to add the Parse SDK to your Xcode project.

2.7.1

30 Sep 12:19
Compare
Choose a tag to compare

2.7.1 (2023-09-30)

Bug Fixes

  • Compilation error on macOS Undefined symbol: OBJC_CLASS$_PFProductsRequestHandler (#1739) (7231bf7)

2.7.0

20 Jul 19:34
Compare
Choose a tag to compare

2.7.0 (2023-07-20)

Features

2.6.0

14 Jul 19:40
Compare
Choose a tag to compare

2.6.0 (2023-07-14)

Features

  • Add support for compound AND queries with PFQuery.andQueryWithSubqueries (#1733) (bd09fe4)

2.5.0

14 Jul 01:00
Compare
Choose a tag to compare

2.5.0 (2023-07-14)

Features

  • Add support to include all pointers with PFQuery.includeAll (#1734) (04f81e8)

2.4.0

11 Jul 16:53
Compare
Choose a tag to compare

2.4.0 (2023-07-11)

Features

  • Add support to exclude PFObject fields in query results with PFQuery.excludeKeys (#1731) (98e5faf)