Parse SDK IOS OSX Versions Save

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)

4.0.1

3 weeks ago

4.0.1 (2024-04-28)

Bug Fixes

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

4.0.0

3 weeks ago

4.0.0 (2024-04-28)

Features

BREAKING CHANGES

  • This release removes ParseUI. (139eca7)

3.0.0

1 month ago

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

7 months ago

2.7.3 (2023-10-06)

Bug Fixes

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

2.7.2

7 months ago

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

7 months ago

2.7.1 (2023-09-30)

Bug Fixes

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

2.7.0

10 months ago

2.7.0 (2023-07-20)

Features

2.6.0

10 months ago

2.6.0 (2023-07-14)

Features

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

2.5.0

10 months ago

2.5.0 (2023-07-14)

Features

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

2.4.0

10 months ago

2.4.0 (2023-07-11)

Features

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