4.1.2 (2024-10-14)
- App crashes on launch and SwiftUI preview when built with Xcode 16 due to unregistered Parse subclasses (#1811) (d363a78)
4.1.1 (2024-07-15)
4.1.0 (2024-06-17)
4.0.1 (2024-04-28)
4.0.0 (2024-04-28)
- This release removes
ParseUI
. (139eca7)
3.0.0 (2024-04-08)
- Add
PFObject.isDataAvailableForKey
to check if data is available for individual key (#1756) (dd05d41) - Remove
ParseFacebookUtils
andParseTwitterUtils
(#1779) (f1311ee)
- Removes convenience modules
ParseFacebookUtils
andParseTwitterUtils
, instead manually add the 3rd party authentication service SDK to log in and provide the authentication data toPFUser.logInWithAuthType
to link the Parse User. (f1311ee)
2.7.3 (2023-10-06)
2.7.2 (2023-10-05)
- 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)
2.7.0 (2023-07-20)
2.6.0 (2023-07-14)
2.5.0 (2023-07-14)
2.4.0 (2023-07-11)
2.3.0 (2023-06-08)
- Add LiveQuery module to SDK; this deprecates the separate Parse LiveQuery SDK (#1712) (154da34)
2.2.0 (2023-03-10)
2.1.1 (2023-02-26)
2.1.0 (2023-02-22)
- Add
PFUser.unregisterAuthenticationDelegate
and allow to register delegate gracefully if another delegate is already registered (#1711) (0ef9351)
2.0.3 (2023-02-20)
2.0.2 (2023-01-30)
- MacOS command line app crashes if Parse framework is installed in
/Library/Frameworks/
(#1395) (54bc6f3)
2.0.1 (2023-01-30)
2.0.0 (2023-01-29)
- Carthage support is removed; the core module name has changed therefore the import statement is now
import ParseCore
instead ofimport Parse
(#1683) (840390b)
1.19.4 (2022-10-26)
1.19.3 (2021-11-21)
Improvements
Fixes
Improvements
- Allow SDK to build for Mac Catalyst (#1543), thanks to Martin Mann.
Fixes
- Pass user details from Sign In With Apple to user (#1551), thanks to Darren Black.
- Bolts compilation error in Xcode 12 (#1548), thanks to Derek Lee.
- App Store submission failed for MinimumOSVersion (#1515), thanks to Manuel Trezza.
New features
- Added Sign In With Apple support to ParseUI (#1475), thanks to Darren Black.
- Transparent icons (#1530), thanks to Donald Ness.
Improvements
- Updated Facebook SDK to 6.x (#1504), thanks to Markus Winkler.
Fixes
- Removes deprecated UIWebView usage (#1511), thanks to Nathan Kellert.
- Fixes building with Xcode 12 (#1527), thanks to Steffen Matthischke.
New features
- Add get and set server functions (#1464), thanks to Manuel Trezza.
Improvements
- Swift 5 compatibility (#1451), thanks to Nathan Kellert.
- macOS 10.15 compatibility (#1460), thanks to Martin Man.
Fixes
- Removed using NSURLCache in Catalyst (#1469), thanks to Thomas Kollbach and Martin Man.
- Updated project build targets to work with Catalyst (#1473), thanks to Nathan Kellert.
- ParseUI minimum api version should be iOS 8.0 (#1494), thanks to Nathan Kellert.
- Removed
iPhoneSimulator
fromCFBundleSupportedPlatforms
(#1496, #1497), thanks to Tom Fox.
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.
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.
New Features
- tvOS push support (#1375), thanks to Thomas Kollbach.
Fixes
- Update xcbuildtools submodule (#1365), thanks to Darren Black.
- Bandaid for Crashlytics #944 (#1376), thanks to Rogers George.
- Fix Class properties (#1400), thanks to Thomas Kollbach.
- Upgrade ParseFacebookUtils dependency to Facebook SDK v5.x (#1424) thanks to Herrick Wolber and Darren Black.