1.9.0
New
- ParseFacebookUtils and ParseTwitterUtils are now open source.
- Ability to download a
PFFile
and get only a local file path. #293
Improved
- Improved
NSInputStream
behavior when using streamingPFFile
downloads. #241 PFFile
constructors now report errors instead of throwing exceptions. #345- Improved ObjC generic support. #294, #333, #334, #335, #336, #372
- Improved performance of loading
PFConfig
from disk. #373
Fixed
- Fixed late initialization of
PFNetworkActivityIndicatorManager
that could lead to inability to disable it. #367 - Fixed an issue with using
PFUser
APIs before any calls toPFInstallation
. #308 - Fixed initialization of Facebook/Twitter Utils blocking the main thread. #312
- Fixed currentUser not restoring authentication when loaded from disk. #344
- Fixed potential crash when network error doesn't have a description. #354
- Fixed deprecation warnings surfaced on Cocoapods with iOS 9. #289
- Fixed deadlock when saving and fetching
PFObject
s. #306
View all issues and pull requests associated with this release here.