1.9.0
New
- ParseFacebookUtils and ParseTwitterUtils are now open source.
- Ability to download a
PFFileand get only a local file path. #293
Improved
- Improved
NSInputStreambehavior when using streamingPFFiledownloads. #241 PFFileconstructors now report errors instead of throwing exceptions. #345- Improved ObjC generic support. #294, #333, #334, #335, #336, #372
- Improved performance of loading
PFConfigfrom disk. #373
Fixed
- Fixed late initialization of
PFNetworkActivityIndicatorManagerthat could lead to inability to disable it. #367 - Fixed an issue with using
PFUserAPIs 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
PFObjects. #306
View all issues and pull requests associated with this release here.