Skip to content

Latest commit

 

History

History
239 lines (124 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

239 lines (124 loc) · 14.7 KB

4.1.0 (2024-06-17)

Features

4.0.1 (2024-04-28)

Bug Fixes

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

4.0.0 (2024-04-28)

Features

BREAKING CHANGES

  • This release removes ParseUI. (139eca7)

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 (2023-10-06)

Bug Fixes

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

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 (2023-09-30)

Bug Fixes

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

2.7.0 (2023-07-20)

Features

2.6.0 (2023-07-14)

Features

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

2.5.0 (2023-07-14)

Features

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

2.4.0 (2023-07-11)

Features

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

2.3.0 (2023-06-08)

Features

2.2.0 (2023-03-10)

Features

  • Add support for PFQuery.explain and PFQuery.hint (#1723) (583d266)

2.1.1 (2023-02-26)

Performance Improvements

  • Skip registering auth delegate if it's already registered (#1715) (6d7eadd)

2.1.0 (2023-02-22)

Features

  • Add PFUser.unregisterAuthenticationDelegate and allow to register delegate gracefully if another delegate is already registered (#1711) (0ef9351)

2.0.3 (2023-02-20)

Bug Fixes

  • Parse.setServer does not set new server URL (#1708) (fd487da)

2.0.2 (2023-01-30)

Bug Fixes

  • MacOS command line app crashes if Parse framework is installed in /Library/Frameworks/ (#1395) (54bc6f3)

2.0.1 (2023-01-30)

Bug Fixes

  • Adding via SPM doesn't work due to unstable Bolts dependency (#1695) (b264df1)

2.0.0 (2023-01-29)

Features

  • Add Swift Package Manager support; upgrade ParseFacbookUtils to Facebook SDK 15 (#1683) (840390b)

BREAKING CHANGES

  • Carthage support is removed; the core module name has changed therefore the import statement is now import ParseCore instead of import Parse (#1683) (840390b)

1.19.4 (2022-10-26)

Bug Fixes

  • implementation via CocoaPods fails due to missing FBSDKCoreKit dependency (#1666) (ac8a4fa)

1.19.3 (2021-11-21)

Bug Fixes

1.19.2

Full Changelog

Improvements

  • Updates Facebook SDK to 9.x (#1599), thanks to kmaker.

Fixes

  • Crash in Twitter login flow (#1566), thanks to dhana.

1.19.1

Full Changelog

Improvements

Fixes

1.19.0

Full Changelog

New features

Improvements

Fixes

1.18.0

Full Changelog

New features

Improvements

Fixes

Nathan Kellert and Darren Black did some hard work to not only update build environments to use Xcode 11 but also made necessary changes to get nightly builds to work on both Travis and CircleCI. This will allow us to resume more consistent updates again. Arthur Cinader helped with Travis release build fixes.

  • Fixed CircleCI Nightly Build and adding extra PR Testing #1490.
  • Fixed tvOS builds #1489.
  • Added OCMock manually to CircleCI Build #1490.
  • Updated Travis and CircleCI build environments #1473.

Notice

After getting in contact with the Bolts Framework maintainers from Facebook they have allowed us to get changes in to fix app store declines due to still using UIWebView(iOS only) rather than updating to WKWebView(iOS, macOS, and iPad OS compatible). Those that got declined should be able to re-submit after updating to the latest version of this SDK as well as its dependencies.

1.17.3

Full Changelog

New Features

Fixes