Skip to content

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

5.1.1

31 Jan 14:51

Choose a tag to compare

5.1.1 (2025-01-31)

Bug Fixes

  • Parse.setServer doesn't properly validate URL (#1844) (d7b1c8e)

5.1.0

28 Jan 15:47

Choose a tag to compare

5.1.0 (2025-01-28)

Features

  • Add PFObject.fromDictionary to create an object from dictionary (#1834) (e197cfa)

5.0.0

28 Jan 02:12

Choose a tag to compare

5.0.0 (2025-01-28)

Features

BREAKING CHANGES

  • This release removes support for Xcode 14. (e94c4d5)

4.2.0

30 Nov 17:11

Choose a tag to compare

4.2.0 (2024-11-30)

Features

4.1.2

14 Oct 10:11

Choose a tag to compare

4.1.2 (2024-10-14)

Bug Fixes

  • App crashes on launch and SwiftUI preview when built with Xcode 16 due to unregistered Parse subclasses (#1811) (d363a78)

4.1.1

15 Jul 20:46

Choose a tag to compare

4.1.1 (2024-07-15)

Bug Fixes

4.1.0

17 Jun 14:38

Choose a tag to compare

4.1.0 (2024-06-17)

Features

4.0.1

28 Apr 22:39

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

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

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)