1.8.3
New
- Parse SDK now officially supports iOS 9, Xcode 7 and OS X 10.11.
- PFQuery can now be used with the new Objective-C generics syntax. #190
- Now shipping with backwards-compatible bitcode support on the Xcode 7 GM. #207
Improved
PFUser.signUp()with anilusername or password will now use an error instead of an exception. #169- PFFile downloads now use https, and are App Transport Security ready for iOS 9/OS X 10.11. #197
- Added preventive assert for initialize parse with a
nilapplicationIdorclientKey. #120 PFPush.handlePush()will no longer vibrate if no sound is specified. #166- All synchronous APIs imported in Swift 2 now have 'throws' keyword. #162
- Nullability annotations for synchronous methods on
PFObject. #171 - Performance of query caching. #144
Fixed
- Issue with
PFObjects with a customerrorfield being reported as network errors. #147 - Major performance issue related to subclass properties not being properly cached. #129
- Issue with
PFObjectsubclass trees crashing due to bad registration logic. #180 - Rare issue with Mutable Containers due to undefined behavior. #194
View all issues and pull requests associated with this release here.