1.8.0
Hello, open source!
- New: ParseTwitterUtils is now a separate framework.
- New: Parse SDK now requires iOS 7.0+ and OS X 10.9+.
- New: ParseFacebookUtilsV4 now defines a clang module and has a modulemap.
- Improved: Multiple concurrent file downloads from the same URL now share single network connection.
- Improved: Performance of all network requests, as well as file download/upload performance.
- Improved:
isEqual:
andhash
methods support forPFPush
,PFQuery
. - Improved: Binary size of all frameworks in Parse SDK.
- Improved: Performance and memory usage.
- Fixed: Warning being logged when calling
PFConfig.currentConfig()
from main thread. - Fixed: Potential crash when printing description of
PFObject
with cycle reference. - Fixed: In-app-purchase verification failing if purchase was already downloaded.
- Fixed: Collision of
state
property inPFObject
subclasses with internal code. - Fixed: Multiple calls to
PFQuery.selectKeys()
now include all keys specified. - Fixed: Rare potential deadlock on saving
PFUser
. - Updated and improved documentation.
- Other small bug fixes.